/* ALL THE GENERAL LAYOUT STYLES - NO MODULE LAYOUT */

body
{
	margin:0px;
	background:#000;
	color:#eee;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
p
{
	margin:0px;
	margin-bottom:5px;
	padding:0px;
}
#main
{
	margin:0px;
	padding:0px;
	border:0px;
	border-collapse:collapse;
	width:100%;
}
#lc
{
	background:url(../img/leftback.jpg) top right no-repeat;
}
#mc
{
	width:988px;
	vertical-align:top;
}
#header
{
	width:988px;
	height:202px;
	background:url(../img/header.jpg);
	float:left;
}
#menuContainer
{
	width:988px;
	height:46px;
	background:url(../img/menuback.jpg) top;
	text-align:center;
	float:left;
	vertical-align:top;
}
#menuContainer a 
{
	color: #eeeeee;
}
#menuContainer ul
{
	margin:0px;
	padding:0px;
	float:left;
	padding-left:30px;
}
#menuContainer li 
{
	float: left;
	text-decoration: none;
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	list-style:none;
	height:35px;
	background:url(../img/menubutton.jpg) top left no-repeat;
}
#menuContainer li a
{
	text-decoration:none;
	color:#b45003;
	font-weight:bold;
}
#menuContainer li a:hover
{
	text-decoration:none;
	color:#eee;
	font-weight:bold;
}
#contentContainer
{
	width:988px;
	background:url(../img/maincontentback.gif) top left repeat-y;
	float:left;
	overflow:hidden;
}
#contentLeftSpacer
{
	float:left;
	width:16px;
	height:100px;
	overflow:hidden;
}
#contentLeftContainer
{
	width:190px;
	float:left;
	border:0px solid red;
}
#contentRightSpacer
{
	float:left;
	width:5px;
	height:10px;
	overflow:hidden;
}
#contentRightContainer
{
	width:680px;
	float:left;
}
.nextprevious
{
	text-align:center;
	color:#666;
}	
.nextprevious a
{
	color:#960;	
}
.nextprevious a:hover
{
	color:#eee;
}	
#footerContainer
{
	width:988px;
	height:93px;
	float:left;
	background:url(../img/footerback.jpg);
	overflow:hidden;
}
#rc
{
	background:url(../img/rightback.jpg) top left no-repeat;
}	
