#menu {
	width: 138px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	position: absolute;
	top: 285px;
	height: 2250px;
	float: left;
	
}
#menu ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	
}
#menu li {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#menu li a {
	display: block;
	background-color: #CCCCCC;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: 3;
	border-left-style: 12;
	border-right-color: #000000;
	border-left-color: #000000;
	color: #000000;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5%;
	margin: 0px;
}
#menu a:hover {
	background-color: #FFFFCC;
	color: #993300;
}
body {
	background-image: url(../images/bkgnd.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
}
#light a {
	color: #FFCC33;
}
#light {
	color: #FFCC33;
}
