body, html{
	background-color: White;
}
div#logolink {
	position:relative;
	top:34px;
	width:244px;
	height:62px;
	background-image:url(../images/logo.jpg);
	background-repeat: no-repeat;
	padding-bottom:34px;
}

div#centercontent{
	position: absolute;
	width: 553px;
	left: 0px;
	top: 100px;
	margin-left: 0px;
}
div#header div#metanav{
	display: none;
}
div#header{
	height: 1px;
	width: 553px;
	overflow: hidden;
}
div#container-main{
	float: left;
	width: 553px;
}
div#container-main div#navigation{
	display: none;
}

div#container-main div#content{
	margin-left: 0px;
	margin-top: -10px;
}
div#footer-year, div#footer-static{
	margin-left: 0px;
	width: 553px;
}
div#container-main div#right-col{
	float: right;
	width: 183px;
}