/* Add all div's that need hiding on this line: */
#header,#headerimg,#headerimg img,#nav,#moreinfo, #topnav, #otheritems, #footer, #page_col, #quote, a#confused, #secnav, #leftcol,  ul#subnav, #breadcrumb, #newscolleft,  #newscollright {
	display: none;
	float: none;
	
}
#body,#subleftcol {
	width:auto;
	float:none;
}
/* Add all div's that lead to the (and including) #content div: */
#wrapper, #content,{
	width: auto;
	border: none;
	float: none;
	margin: 0;
	padding: 0;
}

#wrapper {
	margin: 0 auto;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000;
	background-color: #fff; 
	text-align: left;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: underline;
	color: blue;
}
