@charset "UTF-8";
body {
	background-color: #333333;
	margin: 10px;
}
.bodyContainer {
	width: 800px;
	background-color: #AFBEB7;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	height: auto;
	overflow: visible;
	border: 15px solid #8FA499;
	left: 50%;
	margin-left: -400px;
}
.clear {
	clear: both;
	padding-top: 10px;
	font-size: 15px;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#frontnavigation {
	width:285px;
	height:auto;
	z-index:1;
	background-color: #FFFFFF;
	padding: 10px;
	position: absolute;
	margin-left: 485px;
	margin-top: 10px;
	float: right;
}
.bodyContainer #frontnavigation .frontnavigation img {
	text-align: left;
}
a   {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #AFBEB7;
}
.bodyContainer .topImage {
	height: auto;
	width: 800px;
}
.blackbar {
	height: 15px;
	background-color: #AFBEB7;
	clear: both;
}
.bottomLeft {
	width: 520px;
	float: left;
	background-color: #FFFFFF;
	padding: 10px;
	height: 350px;
}
.bottomRight {
	width: 235px;
	float: right;
	background-color: #FFFFFF;
	padding: 10px;
	height: 350px;
}
.style1 {
	color: #666666;
	font-size: small;
}
.bodyContainer .clear .column {
	float: left;
}
