/* 
------ CSS SITE MAP breakdown
------ Created by Eric Zabinsky
------ flashbyz.com 
*/
#content{
	width:740px;
	margin: 0 auto;
	border: 1px solid #DCDAC2;
	background:#ffffff;
	color:#3D3C2C;
	display: block;	
	text-align: center;
}

#contentbody{
width: 720px; 
background: #FCFAE6; 
color: #3D3C2C;
text-align: left;
}

#contentbody h2{
width:240px; 
height:30px; 
display:block; 
position: relative;  
padding: 0; 
font:18px/18px Georgia, "Times New Roman", Times, serif; 
color:#3D3C2C; 
}

#contentbody a{ 
background:#FCFAE6; 
color:#BC4504; 
text-decoration: none;
}
#rightbody a:hover{ 
text-decoration: underline;
}

.innerRight {
float: right;
margin: 10px;
padding: 5px 5px 5px 5px;
border:1px dashed #333;
background:#eee;
position:relative;
text-align: left;
width:310px; 
}

.innerLeft {
float: left;
margin: 10px;
padding: 5px 5px 5px 5px;
border:1px dashed #333;
background:#eee;
position:relative;
text-align: left;
width:340px; 
}

.innerGallery {
float: left;
margin: 10px;
padding: 5px 5px 5px 5px;
border:1px dashed #333;
background:#eee;
position:relative;
text-align: left;
width:330px; 
}