#header {
	width: 758px;
	height: 145px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #000;
	background-image: url(../images/header/header.gif);
	margin-right: auto;
	margin-left: auto;
}
#navigation {
	height: 35px;
	margin-top: 107px;
	width: 528px;
	float: right;
	margin-right: 8px;
}
.clearfloat {
	clear: both;
}
#leftcontent {
	float: left;
	width: 430px;
	margin-bottom: 15px;
}
#rightcontent {
	width: 278px;
	margin-left: 430px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #FFF;
	background-color: #666;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 15px;
	text-align: justify;
}
#homeimage {
	width: 318px;
}


#pagecontainer {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#footer {
	width: 750px;
	margin-top: 20px;
	margin-bottom: 50px;
	background-color: #000;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FFF216;
	height: 35px;
}
#contentcontainer {
	width: 748px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFF216;
	border-bottom-color: #FFF216;
	border-left-color: #FFF216;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF216;
}
