body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #003300;
	color: #FFFFFF;
	text-align:center;
}
.Container{
	width:775px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
}
.Header {
	width:775px;
	height: 218px;
	display:block;
	clear:both;
}
.Content {
	width: 775px;
	height: 384px;
	display: table;
	clear:both;
}
.ContentLeft {
	background-image:url(../img/frontpage/left.jpg);
	background-repeat:no-repeat;
	width: 300px;
	height: 384px;
	float: left;
	text-align: left;
	display:block;
}
.ContentRight {
	float: left;
	width: 475px;
	text-align: left;
	display:block;
}

.Footer {
	width: 775px;
	text-align: left;
	background-image:url(../img/frontpage/bottom.jpg);
	background-repeat:no-repeat;
	height: 42px;
	padding-top: 3px;
	font-size:10px;
}
.Footer a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.Footer a:hover {
	text-decoration: underline;
}
