/* Add all div's that need hiding on this line: */
#header, #topnav, #subnav_wrap, #previousevents, #footer, #articles, #col2, .subbox-left, .subbox-right, #subnav {
	display: none;
	float: none;
}

/* Add all div's that lead to the (and including) #content div: */
#wrapper, #col1, .content, body.sub #col1, h2.eventheader, body h2 {
	width: auto;
	border: none;
	float: none;
	margin: 0;
	padding: 0;
	overflow: visible;
	background-color: #fff; 
	width: 100%;
	color: black;
}

#wrapper {
	margin: 0 auto;
}

html,body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000;
	background-color: #fff; 
	text-align: left;
	padding: 0;
	margin: 0;
	width: 90%;
}

a {
	text-decoration: underline;
	color: blue;
}
