/* CSS Document */

body {
	background: url(images/bg.png) #312918;
	}
	
a {
	color: #005447;
	}
	
a:hover {
	color: #312918;
	}
	
h1 {
	font-size: 120%;
	}
	
h2 {
	font-size: 110%;
	}
	
.center {
	text-align: center;
	font-size: 110%;
	}
	
.under {
	text-decoration: underline;
	}
	
.large {
	font-size: 115%;
	}
	
.small {
	font-size: 90%;
	margin: 0;
	padding: 0;
	}
	
.none {
	list-style-type: none;
	text-indent: 0;
	text-align: center;
	}
	
.img {
	float: left;
	position: relative;
	padding: 0 15px 15px 0px;
	}
	
.img2 {
	float: right;
	position: relative;
	padding: 0 0px 15px 15px;
	}
	
.italic {
	font-style: italic;
	text-align: center;
	}
	
.italic_left {
	font-style: italic;
	text-align: left;
	}
	
#wrapper {
	color: #312918;
	background: #ebe9df;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 760px;
	border: 2px solid #fff;
	overflow: auto;
	}

	
#branding {
	background: url(images/branding.png);
	width: 760px;
	height: 275px;
	z-index: 0;
	}
	
#masthead {
	float: right;
	position: relative;
	width: 760px;
	margin: -148px 0 0 0;
	z-index: 2;
	}
	
#navlinks {
	margin: 0 0 0 20px ; padding: 0;
	color: #edeae0;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	}
	
#navlinks a {
	color: #312918;
	text-decoration: none;
	}

#navlinks a:hover {
	text-decoration: underline;
	color: #edeae0;
	}

#navlinks li {
	display: inline;
	margin-right: 0.5em; padding-right: 0.75em;
	font-size: large;
	}

#navlinks li.last {
	border-right: 0;
	}

#flash {
	margin-top: -120px;
	padding: 0;
	float: left;
	}
	
#head {
	margin-top: -120px;
	}
	
#headgal {
	margin-top: -250px;
	}
	
#flashtext {
	position: relative;
	margin-top:-50px;
	text-indent: -99999px;
	}
	
#content {
	position: relative;
	}
	
#content_main {
	width: 60%;
	float: left;
	position: relative;
	margin: -25px 10px 0 10px;
	padding: 0 5px 0 5px;
	}
	
#content_sub {
	width: 30%;
	float: right;
	position: relative;
	margin: 0 10px 0 10px;
	padding: 0 10px 0 10px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	}
	
#content_first {
	margin: 0px 15px;
	width: 300px;
	float: left;
	position: relative;
	}
	
#content_first img {
	padding-top: 10px;
	border: none;
	}

#content_second {
	margin: 0px 15px 15px 15px;
	float: right;
	position: relative;
	width: 400px;
	}
	
#contact {
	float: left;
	position: relative;
	margin: -100px 50px 10px 50px;
	}
	
#about {
	margin: 15px;
	padding: 0;
	}
	
#galwrap {
	margin-top: -120px;
	overflow: auto;

	}
	
#gallery {
	
	}
	
#gallery_text {
	padding: 10px;
	width: 500px;
	}


#clear {
	clear: both;
	}
	
#footer {
	margin: 0 auto;
	position: relative;
	font-size: small;
	width: 760px;
	color: #7a715c;
	font-family: "Times New Roman", Times, serif;
	padding: 5px 0 5px 0;
	text-align:center;
	font-size:85%; 
	}

#footer p {
	margin: 0;
	}

#footer a {
	text-decoration: none;
	color: #aca58f;
	}
	
#footer a:hover {
	color: #fff;
	border-bottom: 2px solid #fff;
	}
	
#foot_text {
	padding: 10px 0 10px 0;
	}