body {
margin:0px;
background:url(images/page_bg.gif) left repeat-y #CAD0CC;
font-family:Aphont,Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size:12px;
line-height:1.75em;
}
#container {
/* width of entire web page (color #CAD0CC goes this far to the right */
width:800px;
z-index:100;
position:absolute;
/* margin from underneath title of the page (at top) to beginning of KSP logo, page contents at bottom */
margin-top:100px;
}
#left {
float:left;
}
#right {
margin-top:25px;
margin-left:150px;
/* width of frame in which text or page content can be printed */
width:700px;
padding:10px;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	vertical-align: middle;
	font-weight: bold;
	color: #2E3100;
	text-align: left;
	padding-top: 5px;
	padding-left: 23px;
	height: 20px !important;
	height: 25px;
	width: 150;
	text-decoration: none;
	font-family:Aphont,Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:11px;
}
a.mainlevel:hover {
	text-decoration: none;
	color: #ffffff;
}

a.mainlevel#active_menu {
	color:#fff;
	font-weight: bold;
}

a.mainlevel#active_menu:hover {
	color: #fff;
}
a {
color:#2E3100;
text-decoration:none;
}
a:hover {
color:#ffffff;
text-decoration:none;
}
#navigation {
margin-left:460px;
}
#cover {
float:left;
margin:5px;
}
img {
border:0px;
}