/* 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:#ccc;
}

#wrapper {
	width:910px;
	margin:0 auto;
	padding:20px 15px;
	text-align:left;
	background:#fff;
}

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


/*------------------- HEADER AND HEADER NAV -------------------*/
#header {
	padding-bottom:8px;
	border-bottom:solid 2px #c12;
}
#top_right_nav {
	text-align:right;
}
#top_right_nav a:link, #top_right_nav a:visited {
	color:#333;
	text-decoration:none;
	padding:0 5px;
}
#top_right_nav a:hover {
	color:#f22;
}


/*------------------- NAVBAR -------------------*/
#nav_bar {
	position:relative;
	z-index:3;			/* necessary for IE6 if you want dropdowns  */
	height:25px;
	margin:1px 0;
		
	background:#000;
}

/*------------------- CONTENT AREAS -------------------*/
#content {
	border-top:solid 5px #c12;
	padding-top:4px;
}
* html #content {	/* hack for IE6 */
}

#main_photo {
	border-bottom:solid 8px #000;
	margin-bottom:14px;	
}

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

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

#right_col2 {
	width:150px;
	position:relative;
	float:right;
}

/*-------- 3 columns --------*/
#left_col3 {
	width:150px;
	position:relative;
	float:left;
}
#left_col3 a:link, #left_col3 a:visited {
	color:#000;
	text-decoration:none;
}
#left_col3 a:hover {
	color:#d22;
	text-decoration:underline;
}

#right_col3 {
	width:150px;
	position:relative;
	float:right;
}

#main_col3 {
	margin:0 160px;
	padding:10px;
	width:550px;
}

/*------------------- FOOTER -------------------*/
#footer {
	width:920px;
	margin:0 auto;
	padding:10px;
	font-size:8pt;
	color:#777;
	background:url(../images/site/footer_bg.jpg) top center no-repeat;
}

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

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

