body {
	margin: 0px;
/*
	text-align: center;
*/
}
#sitewrap {
/*
	position:relative;
	width:500px;
	margin-left: auto;
	margin-right: auto;	
       	text-align: left;
*/
}
#header {
        margin-left: auto;
        margin-right: auto;
        width: 400px;
}
#maincontent {
	margin-top:30px;
}
#maincontent, #footer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	color: #004C70;
	font-family: sans-serif;
}
#footer {
	color: #4c7070;
	font-size: .8em;
}
.csc-header {
	font-size: .8em;
	font-family: Georgia, Times, serif;
}
.csc-header a:link, .csc-header a:visited {
	text-decoration: none;
	color: #005588;
}
.csc-header a:hover {
	color: #904E02;
}
.csc-caption {
	font-size: .8em;
	color: #999;
}
a:link, a:visited {
	color: #004C70;
}
a:hover {
	color: #904E02;
}

