/* Remove unwanted elements */
div#items, div#top_menu_bar, ul#navigator, #top_right_nav, .noprint
{
display: none;
}
div#header {
	width: 755px;
	height: 130px;
}

div#content {
	width: 755px;
	float: left;
	margin: 0px 0 10px 20px;
	padding-top: 25px;
	background: white;
}

div#footer {
	width: 755px;
}
