

body {
	background: #b2cb60;
}

#pageHeader {
	height: 35px;
	position: relative;
	text-align: left;
	width: 790px;
}

#footer {
	display: none;
}

#mainContent #content {
	font: 0.9em/1.3em Georgia, Times New Roman, Times, serif;
	color: #32391b;
}

a:link, a:visited { 
	text-decoration: underline; 
	color: #32391b;
}

a:hover, a:active { 
	text-decoration: none;
	color: #ffffff;
}

