/* CSS Document */

#header, #headerrshdw, #leftcol, #rightcol, #leftshadow, #rightshadow, #footer { display: none !important; }

#centrecol {
	padding: 0 0 0 0 !important;
	float: none !important;
	margin: 0 0 0 0 !important;
  	padding-bottom: 0 !important;
  	margin-bottom: 0 !important;
	width: 100% !important;
}

#content { 
	width: 50% !important;
	float: left;
	 }
	
body {
	background: white;
	font-size: 12pt;
}
	
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: none;
}

html, body { height: auto !important; }

#wrapper { overflow: visible !important; }
