/* 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:url(../images/site/body_bg.jpg) top no-repeat;
}

#pageContainer {
	width:900px;
	margin:0 auto;
	text-align:left;
	
	background:#fff;	
	border:solid 1px #777;	
}

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



#header {
}

/*------------------- NAVBAR -------------------*/
#navBar {
	position:relative;
	height:27px;
	color:#fff;
	
	background:url(../images/site/navbar_bg.jpg) repeat-y;
}
/*------------------- CONTENT AREAS -------------------*/
#content {
}

#mainCol {
	width:600px;
	position:relative;
	float:left;
	display:block;
	text-align:left;
	padding:10px 20px;
}

#sideCol {
	width:210px;
	position:relative;
	float:right;
	text-align:left;
	padding:10px 10px;
	font-size:8pt;
}

#sideCol, #sideCol td{
}

/*------------------- FOOTER -------------------*/
#footer {
	padding:2px 20px;
	font-size:8pt;
	color:#333;
}

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

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

