/* MAIN CSS FOR THE SITE */

/*
div {
	border:1px dotted #000099;
}/* uncomment this block of code to help with layout debugging in browsers */

body, html {
	margin:0;
	padding:0;
}

body {
	background: #000 url(../images/site/body_bg.jpg) repeat-y center;
}

#pageContainer {
	width:800px;
	margin:0 auto;
	text-align:left;
	
	background:#f0e8f8 url(../images/site/page_bg.jpg) no-repeat bottom right;		
}

.clearer {
	clear:both;
	display:block;
	height:1px;
	margin-bottom:-1px;
	font-size:1px;
	line-height:1px;
}



#header {
	background:#000 url(../images/site/banner_bg.jpg) no-repeat top;
	height:82px;
	padding:5px;
	color:#fff;
}

/*------------------- NAVBAR -------------------*/
#navBar {
	height:35px;
	font-size:10pt;
	color:#fff;

	background:#2D2A21 url(../images/site/navBar_bg.jpg) repeat-x;
}

#navBar a:link, #navBar a:visited {
	color:#ffffbe;
	font-weight:bold;
	text-decoration:none;
	position:relative;
	display:block;
	height:25px;
	padding:2px 4px 0 4px;
}

#navBar a:hover {
	color:#fff;
	text-decoration:none;
	background:url(../images/site/navBar_hover.jpg) repeat-x;
}

/*------------------- CONTENT AREAS -------------------*/
#content {
	padding-bottom:50px;
}

#mainCol {
	width:100%;
	position:relative;
	float:left;
	display:block;
	text-align:left;
	min-height:400px;
}
* html #mainCol {			/* a hack to help IE6 */
	height:400px;
}

#sideCol {					/* currently not used */
	width:164px;
	position:relative;
	float:left;
	text-align:left;
	padding:0;
}

/*------------------- FOOTER -------------------*/
#footer {
	width:790px;
	margin:0 auto;
	padding:0;
	font-size:8pt;
	color:#777;
	background:#000;
	text-align:center;
	padding:5px;
	height:25px;
}

#footer a:link, #footer a:visited {
	color:#777;
	text-decoration:none;
}

#footer a:hover {
	color:#777;
	text-decoration:underline;
}
