/* Add all div's that need hiding on this line: */
#header, #topnav, #otheritems, #footer, #leftcol, #rightcol, #social_items {
	display: none;
	float: none;
}

/* Add all div's that lead to the (and including) #content div: */
#wrapper, .content, #midcol {
	width: auto;
	border: none;
	float: none;
	margin: 0;
	padding: 0;
}

#wrapper {
	margin: 0 auto;
}

body {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	 font:62.5% Verdana, Arial, Helvetica, sans-serif; ;
	font-size: 8pt;
	color: #000;
	background-color: #fff; 
	text-align: left;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: underline;
	color: blue;
}

