body {
	background-image: none;
}

div#nav {
	display: none;
}

div#nav2 {
	display: none;
}

div#extra {
	display: none;
}

div#container {
	width: 100%;
}

div#content {
	float: left;
	width: 100%;
}

#content p, li{
	color: #000;
}



div#header {
	background-image: url(../images/common/hdr-hi-res.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #fff;
}

#footer {
	margin-top: 50px;
	background-color: #fff;
	color: #000;
	font-weight: bold;
}

#footer a:link, #footer a:visited {
	color: #000;
	text-decoration: none;
}

