@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #140B05;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#nav {
	width: 932px;
	margin-right: auto;
	margin-left: auto;
	height: 65px;
}
#navsprites {
	width: 329px;
	height: 65px;
	background: url(images/sprites.jpg);
	padding: 0;
	position: relative;
	float: right;	
	top: 0px;
	left: 0px;
	margin: 0 auto 0 0;
}
#navsprites li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; top: 0;
}
#navsprites li, #navsprites a {
	height: 65px;
	display: block;
	text-decoration: none;
}
#home {
	left: 0; 
	width: 74px;
}
#history {
	left: 74px; 
	width: 82px;
}
#menu {
	left: 156px; 
	width: 70px;
}
#contact {
	left: 226px; 
	width: 103px;
}
#home a:hover, .current1 {
    background: transparent url(images/sprites.jpg) 0 -65px no-repeat;
}
#history a:hover, .current2 {
    background: transparent url(images/sprites.jpg) -74px -65px no-repeat;
}
#menu a:hover {
    background: transparent url(images/sprites.jpg) -156px -65px no-repeat;
}
#contact a:hover {
    background: transparent url(images/sprites.jpg) -226px -65px no-repeat;
}
#navsprites span {
	display: none;
}
#navsprites a {
	overflow: hidden;
}
#header {
	width: 932px;
	margin-right: auto;
	margin-left: auto;
}
#headerwrap {
	background: url(images/ribbon_repeat.png) repeat-x bottom;
}
#mainwrap {
	width: 916px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 16px;
}

#photo {
	width: 900px;
	background: url(images/main_bg.jpg) repeat-y;
}
#main {
	width: 916px;
	background: url(images/main_bg.jpg) repeat-y;
	padding-top: 35px;
	padding-bottom: 15px;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #140804;
}
#content {
	float: left;
	width: 461px;
	padding-right: 20px;
	padding-left: 50px;
}
#sidebar {
	float: right;
	width: 363px;
}
#greenbox {
	float: right;
	width: 317px;
	border: 3px solid #70984c;
	border-right:none;
	background: url(images/green_bg.jpg) repeat-x bottom #a2cb7c;
	padding: 20px 20px 20px 20px;
}
#greenbtm {
	float: right;
	margin-bottom: 20px;
}
#tanbox {
	float: right;
	width: 317px;
	border: 3px solid #b0a175;
	border-right:none;
	background: url(images/tan_bg.jpg) repeat-x bottom #d3c6a4;
	padding: 20px 20px 20px 20px;
}
#tanbtm {
	float: right;
	margin-bottom: 35px;
}
.button {
	float: right;
}
#mainfooter {
	float: left;
}
#footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#candle {
	position: absolute;
	top: -115px;
	left: 735px;
}
/* Clearing Floats! */
.clearFloat:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearFloat {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearFloat
{height: 1%;}

.clearFloat
{display: block;}
/* End hide from IE-mac */.thumbBorder {
	border: 5px solid #CCCCCC;
	float: left;
}
