@charset "utf-8";
body  {
	font: 12px Arial, Helvetica, sans-serif;
	background: #babaa2;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #501d08;
}

#backtile {
	position: absolute;
	background:url(/custom/themes/default/images/backtile.png) repeat-x;
	height: 433px;
	width: 100%;
	z-index: -1;
}

#container { 
	width: 962px; 
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left;
} 

#sidebar1 {
	float: left; 
	width: 352px;
	position:relative; 
	border-right: 1px solid #cbbfaa;
	background:url(/custom/themes/default/images/sidebar-tile.png) repeat-x;
}



#sidebar1 h2 {
	font: 34px  "Times New Roman", Times, serif;
	margin: 20px 0 20px 0;
	padding: 0px;
	color: #863a1c;
	font-weight: normal;
	text-align:center;
}

#sidebar1 h3 {
	font: 16px  "Times New Roman", Times, serif;
	margin: 0px 0 30px 0;
	padding: 0px;
	color: #5f2105;
	text-transform:uppercase;
	font-weight: lighter;
	text-align:center;
}

#sidebar1 h4 {
	font: 18px  "Times New Roman", Times, serif;
	margin: 5px 0 10px 10px;
	padding: 0px;
	color: #5f2105;
	font-weight: bold;
}

#sidebar1 #hours{
	float: left;
	margin-right: 10px;
	width: 165px;
	padding: 0 0 0 10px;
}

#sidebar1 #address{
	float: left;
	width: 160px;
}

#mainContent { 
	float: left;
	width: 608px;
} 

.filmstrip { 
	background: #f5efec;
	width: 608px;
	margin: 3px;
}

#photos {
	border-bottom: 1px solid #ded8d4;
	background: #f5efec;
}

#mainContent #contentarea {
	padding: 15px 15px 15px 15px;
}

#contentarea h2 {
	font: 28px  "Times New Roman", Times, serif;
	margin: 0px 0 0px 0;
	padding: 0px;
	color: #863a1c;
	font-weight: normal;
}

#contentarea h3{
	font: 20px  "Times New Roman", Times, serif;
	margin: 0px 0 10px 0;
	padding: 0px;
	color: #064321;
	font-weight: normal;
}

#contentarea p {
	line-height: 1.55em;
}

#pageTitles {
	font: 26px  "Times New Roman", Times, serif;
	margin: 0px 0 10px 0;
	padding: 0px;
	color: #8d3f1c;
	font-weight: normal;
}


#mainContent #navwrap {
	position: relative;
	width: 610px;
	height: 58px;
	background: url(/custom/themes/default/images/nav.png) repeat-x;
}

#mainContent h2 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.featureIntro {
	font-weight:normal;
}


#navwrap #nav {
	position: absolute;
	top: 12px;
	left: 5px;
}
	
#footer { 
	width: 980px;
	height: 58px;
	background:url(/custom/themes/default/images/footer.png);
	margin: 0 auto; 
	text-align: left;
	position: relative;
} 

#footer #privacy {
	position: absolute;
	top: 30px;
	left: 900px;
	color:#d5966d;
	font: 12px  "Times New Roman", Times, serif;
}

#footer #privacy a {
	color:#d5966d;
}
	

#footer #foottxt {
	position: absolute;
	top: 30px;
	left: 10px;
	color:#d5966d;
	font: 12px  "Times New Roman", Times, serif;
} 


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}