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

#top_bg {
	background:url(../images/site/top_bg.jpg) top center no-repeat;		
	padding:16px 0;
}

#wrapper {
	width:780px;
	margin:0 auto;
	text-align:left;
	padding:10px;
	background:#fff;
	border:solid 1px #ccc;
}

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


/*------------------- HEADER AND HEADER NAV -------------------*/
#header {
}

/*------------------- NAVBAR -------------------*/
#nav_bar {
	position:relative;
	z-index:3;			/* necessary for IE6 if you want dropdowns  */
	height:27px;
		
	background:url(../images/site/nav_bar_bg.jpg) top left repeat-x;
}

/*------------------- CONTENT AREAS -------------------*/
#content_areas {	/*box around main photo and content */
	border:solid 1px #ddd;
	background:#f0f0f0;
}

#main_photo {
	position:relative;
	z-index:2;
/*
	min-height:60px;
}
* html #main_photo {
	height:60px;
*/
}

#content {
	padding:10px;
}

/*-------- 1 columns --------*/
#one_col {
}

/*-------- 2 columns --------*/
#main_col2 {
	width:560px;
	position:relative;
	float:left;
}

#right_col2 {
	width:188px;
	position:relative;
	float:right;
/*
	z-index:3;
	position:relative;
	margin-top:-60px;
*/
}

/*------------------- FOOTER -------------------*/
#footer {
	font-size:10px;
	color:#333;
	background:url(../images/site/footer_bg.jpg) top center no-repeat;
}

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

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

