body{
	background-image: none;
	background-color: White;	
	width: 95%;
	color: black;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	border: 1px solid red;
	margin: 0;
	padding: 0;	
}
#header, #searchbox, #footer, #breadcrumb, #left, #leftnav, #banner, #navtop{
	display: none;
}
#printpagelogo{
	text-align: left;
	display: block;
	border: none;
	float: left;
	width: 630px;		
}
#container, #wrapper, #content, #wrappercontent, #contentcontent{
	background: white;
	margin: 0;
	padding: 0;
	text-align: left;
	border: none;
	/*border: 1px solid blue;*/
	/*float: left;*/

}
html>body #content {
	margin-left: 0px;
	float: none;
}
#content ul li{
	list-style: square;
}
#content, #featureone, #featuretwo, #contentcontent{
	/*border: 1px solid red;*/
	width: 630px;		
	margin-left: 0px;
}
#contentsub, #contentcontentsub{
	margin-right: 0px;
	margin-left: 0px;		
}