body {
	background-image: url(images/bg.gif);
}

#wrapper {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
}
#header {
  background: url(images/random/rotate.php) no-repeat center top;
  width: 870px;
  height: 145px;

}
.divider {
	background-color: #999999;
	height: 10px;
	width: 870px;
	clear: both;
}
#content {
	width: 870px;
	background-color: #FFFFFF;
}
#footer {
	height: 40px;
	width: 800px;
	clear: both;
}
#menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 0px;
	float: left;
	width: 200px;
	background-color: #FFFFFF;
}
#maincontent {
	float: right;
	width: 650px;
	background-color: #FFFFFF;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 2em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	text-indent: 5px;
	list-style-position: inside;
	list-style-image: url(arrow.gif);
	list-style-type: square;
	padding: 0px;
	margin: 0px;
}
H2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	display: inline;
}
li a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
#aboveheader {
	width: 870px;
}
#aboveleft {
	float: left;
	width: 400px;
}
#aboveright {
	float: right;
	width: 400px;
	clear: both;
}

li a:hover {
	text-decoration: underline;
}
li a:visited {
	color: #660099;
	text-decoration: none;
}
