body { 
	margin: 0;
	padding: 0;
	background: #880400 url('../images/Background.gif');
	font-family: arial;
	font-size: 11pt;
	color: #ffffff;
}

/* Content */

div#contentWrapper {
	background-color: #F5F5DC;
	color: #000;
	width: 590px;
	float: left;
	padding: 10px 15px;
	margin: 15px 0 0 0;
}

div#contentWrapper a, div#contentWrapper a:active, div#contentWrapper a:link, div#contentWrapper a:visited { text-decoration: none; color: #0066CC; }
div#contentWrapper a:hover { text-decoration: underline; color: #0066CC; }

div#contentWrapper h2 {
	font-family: Georgia;
}

#lastmodified {
	text-align: right;
	font-size: 10pt;
	color: #999;
	clear: both;
}

.adminlink { font-size: 9pt; }