/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
}

BODY, HTML{
	padding: 0;
	margin: 0;
	background: #FFFFFF url(/images/body_background.gif) top left repeat-x;
	font-family: 'Lucida Grande', Arial, Verdana;
	font-size: 12px;
	height: 100%;
}


	#container {
	    min-height: 100%;
	    position: relative;
	}
	

img, a {
	border:none;
	outline:none;
	margin: 0;
	padding: 0;
}

#leftcontent ul{
	float: left;
	font-size: 12px;
	list-style: none;
	padding: 0px 0 0 15px;
	margin: 0;
	width: 190px;
}

#leftcontent ul li{
	border-bottom: 1px solid #949494;
}

#leftcontent ul li.active{
	background: url(/images/bullet4.gif) left center no-repeat;
	padding-left: 12px;
}

#leftcontent ul li a{
	display: block;
	font-size: 12px;
	text-decoration: none;
	font-weight: none;
	color: #7a9330;
	line-height: 30px;
}

#leftcontent ul li a:hover{
	text-decoration: underline;
	color: #7a9330;
	font-weight: bold;
}

a{
	font-size: 12px;
	text-decoration: none;
text-decoration: underline;
	font-weight: bold;
	color: #7a9330;
}

a:hover{
	text-decoration: underline;
	color: #7a9330;
	font-weight: bold;
}

#head{
	width: 100%;
	height: 177px;
	background-color: #FFFFFF;
	font-size:0px;
	text-align: left;
}

#photo{
	width: 100%;
	height: 113px;
	background-color: #FFFFFF;
	font-size:0px;
	text-align: left;
}

#content{
	width: 100%;
	text-align: left;
	min-height: 269px;
	height: auto;
	height: 269px;
	font-family: 'Lucida Grande', Arial, Verdana;
	font-size: 0px;
}

#leftcontent{
	float: left;
	width: 220px;
	text-align: left;
	height: auto;
	font-family: 'Lucida Grande', Arial, Verdana;
	font-size: 12px;
	padding: 20px 10px 10px 10px;
}

#rightcontent{
	float: right;
	width: 640px;
	text-align: left;
	height: auto;
	padding: 20px 10px 10px 10px;
	font-family: 'Lucida Grande', Arial, Verdana;
	font-size: 12px;
	line-height: 22px;
}

#postit{
	float: left;
	text-align: left;
	height: auto;
	padding: 40px 10px 10px 30px;
	font-family: 'Lucida Grande', Arial, Verdana;
	font-size: 12px;
	line-height: 22px;
}

#imagecontainerleft{
	float: left;
	display: block;
	width: 260px;
	font-size: 0px;
	margin: 0px;
	margin-right: 25px;
	background: white;
}
#imagecontainerright{
	float: right;
	display: block;
	width: 260px;
	font-size: 0px;
	margin: 0px;
	margin-left: 25px;
	background: white;
}


#imagecontainerleft img{
	padding: 8px;
	display: block;
	background: white;
}
	
#imagecontainerright img{
	padding: 8px;
	display: block;
	background: white;
}
#header_background{
	/*position: absolute;
	top: 0;
	left: 0;*/
	float:left;
	width: 100%;
	background: url(/images/page_header.gif) top center no-repeat;
	clear:both;
		font-size:0px;
}

#footer {	
	position: absolute; 
	bottom: 0; 
	padding-top: 30px;
	clear: both;
	color: #999;
	float:left;
	width: 100%; 
	height: 65px; 
	margin: 35px 0px 0px 0px; 
	background: #f5f5f5 url("/images/riffles.png") repeat-x top; 
	border-bottom:20px solid #222;
}
#photo-background{
	/*position: absolute;
	top: 177px;
	left: 0;*/
	/*float:left;*/
	
	width: 1006px;/*100%;*/
	background: url(/images/page_photo.gif) top center no-repeat;
	clear:both;
	font-size:0px;
	padding-bottom: 115px; /* total height of footer + border + speling*/
	overflow: hidden;
	margin:auto;
}

#center{
	margin: 0 auto;
	width: 900px;
	background-color: #FFFFFF;
	font-size:0px;
}

#floatleft {
	float: left;
	padding: 0;
	margin: 0;
	border:none;
}

#floatright {
	float: right;
	padding: 0;
	margin: 0;
	border:none;
}
#clearboth {
	clear: both;
	padding: 0;
	border:none;
}


#head ul{
	float: left;
	width: 900px;
	height: 35px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;


}

#head ul li{
	float: left;
	height: 35px;
	width: 110px;
	text-align: center;
}

#head ul li.separator{
	float: left;
	height: 35px;
	width: 20px;
	text-align: center;
	background-color: #FFFFFF
}

#head ul li a{
	font-size: 12px;
	display: block;
	color: white;
	text-decoration: none;
	text-transform: lowercase;
	text-align: center;
	padding: 8px 0px 8px 0px;
	background: url(/images/separator.gif) top center no-repeat;
}

#head ul li a:hover{
	color: #B5DC10;
	background: url(/images/indicator.gif) top center no-repeat;
}

#head ul li.active{
	font-size: 12px;
	display: block;
	color: #B5DC10;
	text-decoration: underline;
	text-transform: lowercase;
	text-align: center;
	padding: 8px 0px 8px 0px;
	background: url(/images/indicator.gif) top center no-repeat;
}
