@import url("menu.css");
@import url("galleries.css");
@import url("gallery.css");

html {
 	overflow: auto;
 	font-size: 85%;
}
body {
	background: #000 url(site-images/site_bg.jpg) repeat top center;
	color: #000;
	font-family: arial, tahoma, helvetica;
	font-size:1em;
	margin:0px;
	padding:0px;
	text-align:center;
}
h6 {
	text-align: left;
	font-size: 28px;
	font-weight:bold;
	color:#FFF;
	font-family:"Times New Roman";
	padding:4px 0 0 15px;
	margin-top:4px;
	height:47px;
	width:570px;
	background:transparent url(site-images/h1_tag.jpg) no-repeat top left;
}
h1 {
	font-size:28px;
	text-decoration:none;
	font-style: italic;
	color:#7C211E;
	font-weight:bold;
	font-family:"Times New Roman";
}
.h1_class {
	font-size:28px;
	text-decoration:none;
	font-style: italic;
	color:#7C211E;
	font-weight:bold;
	font-family:"Times New Roman";	
}
h2 {
	color:#79180E;
	text-decoration:none;
	font-style: italic;
	color:#7C211E;
	font-weight:bold;
	font-family:"Times New Roman";
}
#container {
	width:930px;
	margin:0 auto;
	background: #FFF;
	margin: 0px auto 0px auto;
	text-align:left;
}
.header {
	width:616px;
	height:155px;
	position:relative;
	background: transparent url(site-images/header_02.jpg) no-repeat top left;
}
#callus {
	position:absolute;
	top:45px;
	left:230px;
	height: 30px;
	width:400px;
	font-size:22px;
	color:#FFF;
	font-family:"Times New Roman";
}
#newsletter_text {
	position:absolute;
	top:83px;
	left:285px;
	height: 30px;
	width:300px;
	font-size:12px;
	color:#FFF;
}
#newsletter_field {
	position:absolute;
	top:80px;
	left:375px;
	height: 30px;
	width:240px;
}
#newsletter_button {
	position:absolute;
	top:80px;
	left:535px;
	height: 30px;
	width:60px;
}
#menu {
	position:absolute;
	top:125px;
	left:20px;
	height: 30px;
	width:600px;
	color:#FFF;
}
#menu a, #menu a:link, #menu a:active, #menu a:visited {
	color: #FFF;
	text-decoration:none;
	font-size:16px;
	padding:0px 9px 0 9px;
	font-family:"Times New Roman";
}
#menu a:hover {
	text-decoration:underline;
}
#contentarea {
	width:930px;
	background:transparent url(site-images/content_bg.jpg) repeat top left;
}
#contentarea_inner {
	padding:10px;	
}
#contentarea_left {
	width:600px;
	_height:237px;
	min-height:237px;
	border-right:1px dotted black;
	float:left;
	
}
#contentarea_left_inner {
	padding:5px 10px;
}
#contentarea_right {
	width:300px;
	float:left;
	position:relative;
}
#download_menu {
	position:absolute;
	top:-17px;
	left:20px;
	height: 75px;
	width:275px;
}
#hours {
	position:absolute;
	top:70px;
	left:20px;
	height: 154px;
	width:272px;
	background:transparent url(site-images/hours.jpg) no-repeat top left;
}
#hours_text {
	position:absolute;
	top:60px;
	left:20px;
	height: 84px;
	width:182px;
	font-weight:bold;
	color:#FFF;
}
#footer {
	background: transparent url(site-images/layout_06.jpg) no-repeat top left;
	width:930px;
	height:65px;
}
#footer_menu {
	text-align:center;
	width:640px;
	margin:0 auto 5px auto;
	
}
.footer_menu_item {
	float:left;
	color:#FFF;
	margin-bottom:4px;
}
.footer_menu_item a, .footer_menu_item a:link, .footer_menu_item a:active, .footer_menu_item a:visited {
	color: #FFF;
	text-decoration:none;
	font-size:11px;
	padding:0px 9px 0 9px;
	font-family:"Times New Roman";
}
#footer_copywrite {
	clear:both;
	font-size:11px;
	color:#E6D5BB;
}
strong {
	font-weight:bold;
}
.label {
	padding:5px;
}
.input {
	padding:5px;
}