body {
	background: url(images/background.jpg) repeat-y center;
}
.header {
	height: 154px;
	width: 760px;
	margin-left: -380px;
	position: absolute;
	left: 50%;
	top: 0px;
	background: url(images/header.jpg);
}
.navigation {
	width: 155px;
	margin-left: -359px;
	position: absolute;
	left: 50%;
	top: 174px;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #E1C29F;
	max-width: 155px;
}
.content {
	width: 495px;
	margin-left: -145px;
	position: absolute;
	left: 50%;
	top: 174px;
	font: 14px/20px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-align: justify;
}

.disclaimer {
	font-size: 10px;
	font-weight: normal;
	margin-top: 40px;
}
a {
	font-weight: bold;
	color: #000000;
}
.navigation li {
	list-style: none;
	margin-bottom: 15px;
}
.navigation a {
	color: #E1C29F;
	text-decoration: none;
}


.navigation ul {
	margin: 0px;
}
h1 {
	font-size: 20px;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
.float_left_img {
	margin: 0px 14px 0px 0px;
	float: left;
	position: relative;
}
.float_right_img {

	margin: 0px 0px 0px 14px;
	float: right;
	position: relative;
}
.navigation a:hover {
	color: #EEDDCA;
	text-decoration: none;
}
