/* CSS Document */

body {
	margin:0 auto; 
	background-color:#fff;
	color: #000000;
	width:600px;
}

div.header, div.blue, div.header2, #leftnav {display:none;}

#content {width:600px; margin:0 auto;}

#footer {color:#000;}

#footer a:link {  color: #000;}
#footer a:visited { color: #000;}
#footer a:hover { color: #69C;}
#footer a:active { color: #69C;}

