/* =Layout -- Positioning and styling of major page blocks
----------------------------------------------- */



body{
	background-color: #FFFFFF;
	margin-top:0px;
	}
	
#wrapper {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
}

#header {
	background-color:#ffffff;
	margin: 10px 0 0 0;
 	padding-bottom:5px;

}

#header2 {
	background-color:#F6C86A;
	padding-top:35px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	margin: 0 0 0 -5px;
	}
	
#header2 p {
	color: #623411;
	font-family: Verdana;
	font-size:10px;
	line-height: 12px;
	text-align:right;
	vertical-align:top;
}

#menu {
	text-align:center;
	vertical-align:center;
	background-color:#c46628;
	padding:7px;
	margin: 0 0 0 -5px;
}

#menu a
	{	color: #fff;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:13px;
		text-decoration: none;
		font-weight: bold; 
		}

#menu a:hover { 
	color: #623411; 
	text-decoration:none;
	}	
	
#menu a:active{ 
	color: #623411; 
	text-decoration:none;
	}
	
#empty {
	background-color:#ffffff;
	padding-top:20px;
	padding-bottom:30px;
	padding-left:5px;
	padding-right:5px;
	margin: 0 0 0 0;
	}

#empty2 {
	background-color:#ffffff;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
	margin: 0 0 0 0;
	}

#content {
	background-color: #FBF6AB;
	padding:10px;

}
#content p {
	font-family: Verdana;
	font-size: 12px;
	color: #623411;
	
	}
#content h2 {
	font-family: Verdana;
	color: #c46628;
	
	}
#content h3 {
	font-family: Verdana;
	color: #c46628;
		}
#content h4 {
	font-size:14px;
	font-family: Verdana;
	color: #c46628;
		
	
	}
	
#content hr {
	color: #c46628;
	height:1px;
	
	
	}

	
#content tr {
border:thin;
border-bottom-style:solid;
border-bottom-color:#c46628;	
	}
	
#content th {
	font-family: Verdana;
	font-size: 13px;
	padding: 2px;
	text-align:left;
	color: #623411;
	}
	
	#content td {
	font-family: Verdana;
	font-size: 12px;
	padding: 0px;
	color: #623411;
	
	
	}

	
#content blockquote {
	font-family: Verdana;
	font-size: 12px;
	text-align:left;
	color: #623411;
	line-height: 18px;
	margin-top: 0px;
	}	
	

#footer {
	font-family: verdana;
	font-size:9px;
	line-height: 18px;
	color: #623411;
	text-align:center;
	background-color:#F6C86A;
}


p {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #623411;
	}	
	
#content .imgcontainer-r, #content .imgcontainer-l {	
	background-color: #FBF8CC; 
	padding: 0; 
	
	
	}
	
#content .imgcontainer-r img, #content .imgcontainer-l img {	
	margin: 0 0 -3px; 
	padding: 0; 
	
	}
#content .imgcontainer-r {	
	float: right; 
	margin: 0 0 0px 0px; 
	}
#content .imgcontainer-l {	
	float: left; 
	margin: 0 6px 6px 0; 
	}
#content .imgcontainer-l .caption a, #content .imgcontainer-r .caption a {	text-decoration: none; }
#content .imgcontainer-r .caption a:hover, #content .imgcontainer-l .caption a:hover,
#content .caption a:hover {	text-decoration: underline; }
#content .caption { margin: 0; padding: 2px 4px; font-size: 0.85em; }
