/* 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 {
}

#pageContainer {
	width:980px;
	margin:0 auto;
	text-align:left;
	
	background:url(../images/site/page_bg.jpg) repeat-y top;	
	border:solid 1px #113;	
}

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



#header {
}

/*------------------- CONTENT AREAS -------------------*/
#mainPhoto {
}

#content {
	padding-bottom:20px;
}

#mainCol {
	width:750px;
	position:relative;
	float:right;
	display:block;
	text-align:left;
	padding:0 10px;
}

#sideCol {
	width:200px;
	position:relative;
	float:left;
	text-align:left;
	padding-top:25px;
	background:url(../images/site/nav_bg.jpg) top repeat-x;
	min-height:450px;
}
* html #sideCol {	/* hack for IE6 */
	height:450px;
}

/*------------------- FOOTER -------------------*/
#footer {
	width:980px;
	margin:0 auto;
	padding:0;
	font-size:8pt;
	color:#fff;
	background:url(../images/site/footer_bg.jpg) top center repeat-y;
	text-align:center;
}

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

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


