body
{
	margin: 0 auto;
	background-color: #999999;
	
}

a
{
	color: #ff0000;
}

#wrap
{
	width: 940px;
	margin: 0 auto;
}

#header
{
	background-color: #000000;
	width: 940px;
	height: 99px;
}

#content
{
	width: 940px;
	background-color: #ffffff;
	overflow: hidden;
}

#sidebar
{
	margin-top: 15px;
	width: 210px;
	float: left;
	padding: 0 20px;
}

#sidebar ul
{
	margin: 0;
	padding: 0;
}


#sidebar ul li
{
	list-style-type: none;
	background: url(imgs/buttonbg.jpg) no-repeat;
	font-family: verdana, arial;
	font-weight: bold;
	font-size: 12px;
	height: 23px;
	line-height: 23px;
	padding: 0;
	margin: 2px 0px 0px 0px;
	text-indent: 15px;
}

#sidebar ul li a
{
	color: #000000;
	text-decoration: none;
	display: block;
	height: 22px;


}

#sidebar ul li a:hover
{
	color: #ff0200;
}

#main
{
	float: left;
	font-family: arial;
	width: 650px;
	font-size: 12px;
	text-align: justify;
}

#main ul li
{
	line-height: 40px;
}

#main h1, #main h2
{
	font-size: 16px;
	text-align: center;
}

#main h3
{
	font-size: 16px;
}

.bolditalics
{
	font-weight: bold;
	font-style: italic;
}

.bold
{
	font-weight: bold;
}

a.blacklink
{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	
}

a.blacklink:hover
{
	color: #FF0000;
	text-decoration: underline;
}

a.bigbold
{
	font-size: 14px;
	font-weight: bold;
}

#footer
{
	margin-top: 60px;
	width: 650px;
	text-align: center;
}

#footer span
{
	padding: 0 10px;
}

#footer a img
{
	vertical-align: middle;
	border: 0;
}


.adscontainer
{
	margin-top: 30px;
	margin-bottom: 30px;	
	width: 650px;
	clear: both;
	overflow: hidden;
}

.adbox
{
	width: 320px;
	float: left;
	text-align: center;
}