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

#wrapper {
	width:882px;
	margin:0 auto;
	text-align:left;
	padding-bottom:10px;
}

#wrapper2 {
	background:#fff;
}

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


/*------------------- HEADER AND HEADER NAV -------------------*/
#header {
	padding:50px 0 10px 0;
}


/*------------------- NAVBAR -------------------*/
#nav_bar {
	position:relative;
	z-index:3;			/* necessary for IE6 if you want dropdowns  */
	height:34px;
	border-bottom:solid 2px #c25;
}

/*------------------- CONTENT AREAS -------------------*/
#content {
	background:#fff url(../images/site/content_bg.jpg) top repeat-x;
	min-height:500px;
	padding:10px;
}
* html #content {	/* hack for IE6 */
	height:500px;
}

#main_photo {
	z-index:2;
}

/*-------- 1 columns --------*/
#one_col {
	padding:0 30px;
}

/*-------- 2 columns --------*/
#main_col2 {
	width:570px;
	position:relative;
	float:left;
	padding:0 0 0 20px;
}

#right_col2 {
	width:254px;
	position:relative;
	float:right;
	padding:20px 10px 0 0;
}


/*------------------- FOOTER -------------------*/
#footer {
	padding:10px 0;
	font-size:8pt;
	color:#b56;
	text-align:center;
}

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

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