* {
	margin: 0;
	padding: 0;
}

body {
	background: #F4F1EE;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	line-height: 1.4em;
	font-size: 75%;
}

#wrap {
	width: 950px;
	margin: 20px auto;
}

#header {
	position: relative;
	margin-bottom: 50px;
	width: 100%;
	height: 50px;
}

#footer {
	background: url(images/footer.jpg) no-repeat center center;
	height: 60px;
	margin: 50px 0 20px 0;	
}

#credits {
	margin: 0 10px;
}

#language {
	position: absolute;
	right: 0;
	bottom: 0;
}

#language li {
	list-style-type: none;
	display: block;
	float: left;
	border-left: 1px solid #666666;
	padding: 0 8px;
}

h1 {
	font-size: 1.3em;
	margin: 15px 0 10px 0;
}

h2 {
	font-size: 1.2em;
	padding: 0 0 10px 0;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: 1em;
	color: #004A94;
	margin: 10px 0 0 0;
}

p {
	margin: 10px 0 5px 0;
}

small {
	font-size: 0.9em;
}

a {
	color: #646567;
	text-decoration: none;
}

a img {
	border: none;
}

a:hover, a.active {
	color: #004A94;
}

label {
	display: block;
}

input {
	display: block;
	border: 1px solid #999;
	padding: 2px;
}

input.btn-blue {
	background: #004A94;
	color: white;
	border: none;
	padding: 2px 10px;
}

.box {
	position: relative;
	width: 440px;
	background: url(images/box_top_left.jpg) no-repeat left top;
	padding: 15px 0 15px 0;
	margin: 30px 0;
	float: left;
	cursor: pointer;
}

.box_top_right {
	position: absolute;
	top: 0;
	right: 0;
	width: 25px;
	height: 15px;
	background: url(images/box_top_right.jpg) no-repeat right top;
}

.box_bottom_left {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 15px;
	background: url(images/box_bottom_left.jpg) no-repeat left bottom;
}

.box_bottom_right {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 25px;
	height: 15px;
	background: url(images/box_bottom_right.jpg) no-repeat right bottom;
}

.box_content {
	background: #b4b4b4;
	border-left: 2px solid white;
	border-right: 2px solid white;
	padding: 0 15px;
	z-index: 9999;
}

.box_content p {
	margin: 0;
}

.box_content .image_container {
	height: 90px;
	margin: 10px 0;
}

.club {
	border: 1px solid #999;
	padding: 10px;
}

.contact {
	padding-left: 220px;
}

.noborder, #language li.noborder {
	border: none;
}

.left {
	float: left;
	margin: 0 20px 0 0;
}

.right {
	float: right;
}

.clear {
	float: none;
	clear: both;
	display: block;
}