body
{
	margin: 0px;
	padding: 0px;
	background: #1f1f1f;
	color: #ffffff;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
}

a
{
	color: #dddddd;
}

.spacer
{
	clear: both;
}

#mainDiv
{
	width: 1000px;
	margin: auto;
}

#headerDiv
{
	width: 1000px;
	background: url(../images/headerBg.png) top left no-repeat;
	height: 80px;
	position: relative;
}

#logo
{
	width: 255px;
	height: 51px;
	margin: 18px 22px;
	padding: 0px;
	float: left;
	background: url(../images/logo.png) top left no-repeat;
}

#logo span
{
	display: none;
}

#underline
{
	width: 950px;
	height: 2px;	
	background: #ffffff;
	position: absolute;
	top: 70px;
	left: 27px;
}

#menuDiv
{
	float: right;
	width: 445px;
	margin: 50px 10px 0px 0px;
	position: relative;
}

#menuDiv a:hover
{
	background: #eeeeee;
}

#menuDiv h2, #menuDiv h3
{
	float: left;
	margin: 0px 10px;
	cursor: pointer;
}

#menuDiv h2 span, #menuDiv h3 span
{
	display: none;
}

#recent
{
	width: 62px;
	height: 17px;
	background: url(../images/recent.png) top left no-repeat;
}

#categories
{
	width: 99px;
	height: 17px;
	background: url(../images/categories.png) top left no-repeat;
}

#categoriesContent
{
	position: absolute;
	top: 20px;
	left: 90px;
	width: 150px;	
	height: 300px;
	overflow: auto;
	text-align: left;
	border: 1px solid #1f1f1f;
	border-top: 0px;
	background: #ffffff;
	
}

#categoriesContent a
{
	color: #222222;	
	text-decoration: none;
	display: block;
	margin: 5px 10px;
}

#about
{
	width: 58px;
	height: 17px;
	background: url(../images/about.png) top left no-repeat;
}

#aboutContent
{
	position: absolute;
	top: 20px;
	left: 205px;
	width: 130px;	
	border: 1px solid #1f1f1f;
	border-top: 0px;
	background: #ffffff;
	text-align: left;
	color: #222222;
	padding: 10px;
}

#aboutContent a
{
	color: #222222;		
}

#links
{
	width: 44px;
	height: 17px;
	background: url(../images/links.png) top left no-repeat;
}

#linksContent
{
	position: absolute;
	top: 20px;
	left: 275px;
	width: 130px;	
	border: 1px solid #1f1f1f;
	border-top: 0px;
	background: #ffffff;
	text-align: left;
	color: #222222;
	padding: 10px;
}

#linksContent a
{
	color: #222222;		
}

#contact
{
	width: 80px;
	height: 17px;
	background: url(../images/contact.png) top left no-repeat;
}

#contactContent
{
	position: absolute;
	top: 20px;
	left: 285px;
	width: 130px;	
	border: 1px solid #1f1f1f;
	border-top: 0px;
	background: #ffffff;
	text-align: right;
	color: #222222;
	padding: 10px;
}

#contactContent a
{
	color: #222222;		
}

#contentDiv
{
	clear: both;
	width: 950px;
	margin: auto;
	border-bottom: 2px solid #ffffff;
	text-align: left;
}

.blogContainer
{
	width: 275px;
	background: #000000;
	padding: 0px 10px 10px 10px;
	float: left;
	text-align: left;
	margin: 10px;
}

.blogTitle
{
	font-size: 12px;
	font-weight: bold;
}

.blogMainDate
{
	font-size: 11px;
}

.blogControlContainer
{
	clear: both;	
}

.nextBtn
{
	float: right;
	border: 0px;
	margin-bottom: 10px;
}

.backBtn
{
	float: left;
	border: 0px;
	margin-bottom: 10px;
}

#blogControlNext span, #blogControlBack span
{
	display: none;
}

#footerDiv
{
	width: 970px;
	text-align: right;
	margin-top: 2px;
	font-size: 11px;
	color: #686868;
}

#footerDiv a
{
	color: #686868;
}

#sponsorsDiv ul
{
	margin: 5px;
	padding: 5px;
	list-style: none;
}

#sponsorsDiv li
{
	margin: 2px;
	padding: 5px;
	background: #333333;
	border: 1px solid #777777;
	float: left;
}

#sponsorsHeader
{	
	float: left;
	text-align: left;
	clear: both;
	width: 100px;
	margin: 10px 0px 0px 40px;
}