body {
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	background-color:black;
}

#wrapper {
	width:900px;
	margin:0px auto;
	border:1px solid #bbb;
	padding:10px;
}

#header {
	border:1px solid #bbb;
	height:125px;
}
#content {
	margin-top:10px;
	padding-bottom:10px;
	background-color:white;
}
#content div {
	padding:10px;
	float:left;
}
#content-left {
	width:182px;
	background-color:white;
	height:600px;
}
#content-main {
	width:512px;
	background-color:white;
	padding:20px;
	height:600px;
}
#content-right {
	width:146px;
	background-color:white;
	height:600px;
}
#navlist{
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid gray;
	width: 180px;
}
#navlist li{
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top: 1px solid gray;
}
#navlist li a { color:black; text-decoration: none }
#navlist li a:hover {color:red; text-decoration: underline; }

#navlist2{
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid gray;
	width: 120px;
}
#navlist2 li{
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top: 1px solid gray;
}
#navlist2 li a { color:red; text-decoration: none }
#navlist2 li a:hover {color:black; text-decoration: underline; }


#footer {
	float:left;
	margin-bottom:10px;
	border:1px solid #bbb;
	width:898px;
}
#bottom {
	clear:both;
	text-align:center;
	color:white;
}