/* CSS layout rules */

body {
	margin:0;
	padding:0;
	float: none;
}

#wrapper {
	width:100%;
	height: auto;
}

#header {
	width:800px;
	margin: 0 auto 0 auto;
}

#headcontent {
	width:800px;
	height:73px;
	margin: 0 auto 0 auto;
	padding-top:20px;
}

#banner {
	width:100%;
	background-color:#8B99B8;
	height:25px;
	border-top: solid;
	border-top-color:#000000;
	border-bottom:solid;
	border-bottom-color: #DADFE9;
}

#bannercontent {
	width:800px;
	background-color:#8B99B8;
	margin: 0 auto 0 auto;
}


#bannermain {
	width:100%;
	background-color:#DADFE9;
	height:90px;
	border-bottom:solid;
	border-bottom-color: #000000;
	text-align:center;
	border-top: solid;
	border-top-color:#8B99B8
}

#linkbar {
	width:100%;
	background-color:#DADFE9;
	height:15px;
	border-top: solid;
	border-top-color:#8B99B8;
}

#linkbarcontent {
	width:800px;
	background-color:#DADFE9;
	margin: 0 auto 0 auto;
}

#contentwrapper {
	width:100%;
	background-color:#000033;
	height:100%;
	border-bottom: solid;
	border-bottom-color: #000000;
}

#contact {
	width:800px;
	margin: 0 auto 0 auto;
	padding-top:15px;
	padding-bottom:15px;
}

#content {
	width:800px;
	margin: 0 auto 0 auto;
}

#contentbelowwrapper {
	width:100%;
	background: #8B99B8;
	height:100%;
}

#contenbelow {
	width:800px;
	margin: 0 auto 0 auto;
	background-color: #8B99B8;
}


#footerwrapper {
	width:100%;
	height:100%;
	margin: 0 auto 0 auto;
	border-top:solid;
	border-top-color: #DADFE9;
}

#footer {
	width:800px;
	margin: 0 auto 0 auto;
}

#logo {
	position:absolute;
	left:50%;
	margin-left:260px;
	top:90px;
}

