
body {
padding: 0;
margin: 0 auto;
text-align: center;
background: #0a0a0a url(img/bg.jpg) top center repeat-x;
font-family: Arial, Verdana, sans-serif;
font-size: small;
color: #ccc;
}

.displayNone {
	display: none;
}

.hidden {
	visibility: hidden;
	display: none;
}

a:link {
	color: #bd8a55; 
	text-decoration: underline;
	}

a:visited {
	color: #bd8a55; 
	text-decoration: underline;
	}
a:hover {
	color: #caa278;  
	text-decoration: underline;
	}

.clear { clear: both; }

#wrap {
width: 100%;
margin: 0 auto;
text-align:left;
}

#header {
position: relative;
width: 674px;
height: 94px;
margin: 0 auto 3px auto;
background: transparent url(img/header.gif) top center no-repeat;
border-bottom: 3px #313131 solid;
}

#header h1 {
width: 674px; height: 94px; margin: 0; text-indent: -10000px; font-size: 9px;
}

#header h1 a {
width: 674px; height: 94px; margin-top: 0; display: block; text-decoration: none;
}

h1 {
font: 24px Georgia, serif;
margin: 0;
}

h1 a:link, h1 a:visited {
text-decoration: none;
color: #623272;
}

h1.title{
font: 24px Georgia, serif;
margin: 15px 0 5px 15px;
}

h2 {
font-family: Verdana, Arial, sans-serif;
margin: 10px 0 10px 0;
color: #bd8a55;
font-size: 16px;
}

h3 {
margin: 1em 0 .2em;
font-family: Verdana, Arial, sans-serif;
font-size: 1.1em;
color: #623272;
}

h3 a:link, h3 a:visited {
  text-decoration: underline;
  color: #623272;
}

#sidebar h3 {
font-size: 1.2em;
}

h4 {
  font: 14px Georgia, serif;
  margin: 2px;
  font-weight: bold;
  color: #623272;
}

h4 a:link, h4 a:active, h4 a:visited, h4 a:hover {
  text-decoration: underline;
  color: #623272;
}

h4 a:hover {
  text-decoration: underline;
  color: #623272;
}

h5 {
  font-size: 13px;
  margin: 3px;
  font-weight: bold;
}

#content {
margin: 0 auto 3px auto;
width: 674px;
background-color:#444;
}

#left_image {
float: left;
width: 279px;
height: 282px;
background-color: #957b59;
}

#leftside {
float: left;
width: 204px;
height: 100%;
height: 282px;
}

#random_image2 {
float: left;
width: 204px;
height: 378px;
border-bottom: 5px #4d4444 solid;
margin-bottom: 30px;
}

#right_photo {
float: right;
width: 395px;
height: 282px;
}

#rightside {
float: right;
width: 578px;
height: 100%;
text-align: left;
color: #c4c4c4;
padding-bottom: 20px;
}

#subheader h1{
float:right;
padding: 0px;
margin:0;
height:66px;
width:578px;
/* Default image. More defined below */
background-image: url("");
background-position: 0 0;
background-repeat: no-repeat;
}

html>body #subheader h1{
width:578px;
height: 66px;
}

/* specify new images for different pages Look for different ids on body tag */
#aboutpage #subheader h1{ margin: 0; background-image: url("img/subheader_about.gif"); }
#gallerypage #subheader h1{ margin: 0; background-image: url("img/subheader_gallery.gif"); }
#newspage #subheader h1{ margin: 0; background-image: url("img/subheader_news.gif"); }
#contactpage #subheader h1{ margin: 0; background-image: url("img/subheader_contact.gif"); }

#navbox {
float:left;
width: 174px;
height:100%;
min-height: 286px;
background: #444 url(img/nav_bg.jpg) top center no-repeat;
}

#right_photo2 {
float: right;
width: 500px;
height: 286px;
background: transparent url(img/home_photo3.jpg) top center no-repeat;
}

#galleryimage {
width:500px;
height:282px;
}

#gallerycontent {
float: right;
width: 500px;
min-height: 286px;
background: #444 url(img/nav_bg.jpg) top center repeat-x;
}

.separator {
	margin: 10px 0 10px 0;
	padding: 5px 0px 5px 0px;
	border-bottom: 2px #4d4444 solid;
	width: 95%;
}
	
.thumbnail {
float: left;
border: 4px #000 solid;
margin: 5px 15px 10px 0px;
}

#footer {
	clear: both;
	width: 674px;
	height: 45px;
	margin: 3px auto 10px auto;
	font-size: 11px;
	line-height: 13px;
	color: #797979;
	border-top: 3px #8a8a8a solid;
}

#footer a:link, #footer a:visited { 
	color: #8b8b8b;
	text-decoration: none;
}

#footer a:hover { 
	color: #9c9c9c;
	text-decoration: none;
}

#footer p.address {
	float: left;
	text-align: left;
	margin: 10px 0 0 18px;
}

#footer p.copyright {
	float: right;
	text-align: right;
	margin: 10px 18px 0 0;
}

#footer .sitedev {
color:#3d3d3d;
}

#footer .sitedev a:link, #footer .sitedev a:visited { 
	color: #3d3d3d;
	text-decoration: none;
}

#footer .sitedev a:hover { 
	color: #9c9c9c;
	text-decoration: none;
}

.breadcrumbs {
	font-size: 11px;
	margin: 25px 0px 10px 40px;
	color:#555;
}

.breadcrumbs a:link, .breadcrumbs a:visited{
	color:#8b8b8b;
	text-decoration: none;
}
