@charset "utf-8";

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	width: 100%; 
	margin: 0; 
}

#mainwrapper {
	width: 100%;
}

#nav, #subnavwrap, #subnav, #footer ul {
	display: none
}

#contentR {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	width: 100%; 
	margin: 0;
	padding: 0;
}

#contentR .imgL {
	float: left;
	padding: .5em 1.5em 1em 0;
}

a:link, a:visited {
	color: #600;
	text-decoration: none;
}

h1, h2, h3 {
	color: #600;
	font-weight: bold;
}

#footer {
	text-align: center;
}

.copy {
	font-size: 8pt;
}

