body,td,th {
	font-family: Papyrus, Futura, Geneva, Arial;
	font-size: 10pt;
}
body {
	background-color: #000000;
}
#container {
position:static; 
background-color: #fff; 
width: 800px; 
margin-left:auto; 
margin-right:auto;
}
#main {
	background-image: url(/images/bg.gif);
	background-repeat: no-repeat;
	width: 630px;
	float: right;
	background-position: right bottom;
	background-attachment: fixed;
}
#menu {
	width: 150px;
	margin: 5px;
	border: thin solid #84AB7D;
	position: fixed;
	display: block;
	float: left;
	text-align: center;
}
#footer {
	clear: both;
	font-size: 9pt;
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0;
	border: none 000000;
}#menu li {
	display: block;
	text-decoration: none;
	margin-top: 15px;
	margin-bottom: 15px;
}
#menu li a {
	display: block;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 1em;
	color: #000000;
}

#menu li a:hover {
	color: #84AB7D;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #84AB7D;
	border-bottom-color: #84AB7D;
}
#main a {
	color:#6B95F0
	text-decoration: none;
}
#main a hover {
	border-bottom-style:dotted;
}
