body {
	background:url('/img/background.jpg') repeat-y top center;
	font-family:arial, "lucida console", sans-serif;
	font-size:10pt;
	margin:0px;
}

a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

#header {
	width:800px;
	height:150px;
}
#content {
	width:800px;
	background:url('/img/content.jpg') repeat-y top center;
	text-align:left;
	padding-bottom:10px;
}
#content #menu {
	float:left;
	width:180px;
	padding-left:10px;
	line-height:20px;
}
#content #menu a {
	color:#000;
	font-size:11pt;
	text-decoration:none;
}
#content #menu a.current {
	font-weight:bold;
}
#content #menu a:hover {
	text-decoration:underline;
}
#content #page {
	float:left;
	width:585px;
	margin-left:10px;
}
#footer {
	width:800px;
	height:70px;
	background:url('/img/footer.jpg') no-repeat top center;
}
#footer .menu {
	padding-top:15px;
	font-size:9pt;
	color:#FFF;
	padding-bottom:10px;
}
#footer .menu a {
	color:#FFF;
}
#footer .footer {
	font-size:9pt;
	color:#CCC;
}

.subject {
	display:none;
}
