/* 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;
}

#pageContainer {
	width:960px;
	margin:0 auto;
	text-align:left;
	
	background:#141414 url(../images/site/page_bg.jpg) repeat-x top;		
}

.clearer {
	clear:both;
	display:block;
	height:1px;
	margin-bottom:-1px;
	font-size:1px;
	line-height:1px;
}



#header {
	border-bottom:solid 1px #888;
	height:130px;
	background:#000;
}

#headerRight {
	display:relative;
	float:right;
	padding:10px 10px 10px 0;
	color:#009;
	text-align:right;
}

#header input {
	height:12px;
	font-size:8pt;
	margin:2px 0;
}

/*------------------- CONTENT AREAS -------------------*/
#content {
	background: url(../images/site/content_bg.gif) repeat-y top;
	list-style: none;
}

#mainCol {
	padding:23px 0 40px 0;
	width:740px;
	position:relative;
	float:right;
	display:block;
	text-align:left;
}

#sideCol {
	padding:23px 0 20px 0;
	width:220px;
	position:relative;
	float:left;
	text-align:center;
	background:#363636 url(../images/site/sideCol_bg.jpg) repeat-x top;
}

#nav a {
	display: block;
	width:135px;
	height:35px;
	margin:3px auto;
	padding-left:10px;

	text-align:left;
	font-family:"Times New Roman", Times, serif;
	font-size:14pt;
	line-height:2em;
	color:#eee;
	text-decoration:none;

	background:url(../images/site/nav_bg.gif) no-repeat center;
}

#nav a:hover {
	background:url(../images/site/nav_bg_rol.gif) no-repeat center;
	color:#eee;
}

/*------------------- FOOTER -------------------*/
#footer {
	width:720px;
	font-size:8pt;
	clear:both;
	color:#777;
	position:relative;
	float:right;
	padding-bottom:20px;
}

#footer a:link, #footer a:visited {
	color:#777;
	text-decoration:none;
}

#footer a:hover {
	color:#777;
	text-decoration:underline;
}
