/* 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:#130b01 url(../images/site/body_bg.jpg) top center repeat-y;
}

#pageContainer {
	width:882px;
	margin:0 auto;
	text-align:left;
}

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



#header {
}

/*------------------- NAVBAR -------------------*/
#navBar {	
	font-size:10pt;
	color:#fff;
	font-weight:normal;
	margin-bottom:2px;
}

#navBar td {
	background:#6d5b35;
	text-align:center;
	border-right:solid 4px #130b01;
	border-bottom:solid 4px #130b01;
}

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

#navBar a:hover {
	color:#222;
	text-decoration:none;
}

/*------------------- CONTENT AREAS -------------------*/
#content {
	padding:20px;
	background:#e7e2d5 url(../images/site/content_bg.jpg) top left no-repeat;
}


/*------------------- FOOTER -------------------*/
#footer {
	width:882px;
	margin:0 auto;
	padding:0;
	font-size:8pt;
	color:#fff;
	text-align:center;
}

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

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