.twothirdsblock{
	width: 66%;
	float: left;
}

.thirdblock{
	width: 33%;
	float: left;
}

.halfblock{
	width: 50%;
	float: left;
}

.homeimage{
	width: 780px;
	height: 405px;

}

.padded{
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	margin: 0;
}

.paddedimage{
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 20px;
	border: 2px solid #877957;
}

a{
	color: #645635;
}

.spacer{
	width: 100%;
	margin: 0;
	padding: 0;
	clear: left;
}

body {
	background-image: url(images/metal.jpg);
	background-color: #111010;	
	margin: 0;
	padding: 0;
	color: #645635;
	font-family: Arial, Helvetica, sans-serif;
}

img{
	border: 0;
}

.headimage{
	float: left;
}

#topheaderwrapper, #headerwrapper, #navbarwrapper, #mainwrapper, #footerwrapper, #bottomfooterwrapper{
	width: 100%;
	display: inline-block;
	float: left;
}

#topheader, #header, #navbar, #main, #footer, #bottomfooter{
	width: 780px;
	margin: auto;
}

#topheader{
	height: 146px;
	background-color: #e3dcca;	
}

#navbar{
	background-image: url('images/Paper_Background_dark.gif');  
    display: block;
	width: 780px;
	height: 35px;
}

#main{
	background-color: #f1ede4;	
}

#maintext{
	padding: 40px;
	clear: left;
}

#footer{
	border-top: 1px solid #49291c;
	border-bottom: 1px solid #49291c;
	background-image: url('images/Paper_Background_dark.gif');
	background-color: #54463e;
	color: #c4a36f;
}

.footaddress{
	text-align: center;
	font-size: 0.8em;
	line-height: 1.5em;
	padding: 5px;
}

.footaddress a{
	color: #f1ede4;
}

.testimonial{
	font-size: 11px;
	font-style: italic;
	color: #82641c;
	margin-top: 20px;
}

h1{
	font-size: 28px;
	font-weight: 100;
	font-style: italic;
	color: #877957;
	letter-spacing: .03em;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 20px;
}

h2{
	font-size: 24px;
	font-weight: normal;
	color: #877957;
	letter-spacing: .03em;
}

h3{
	font-size: 20px;
	font-weight: 100;
	font-style: italic;	
	text-align: center;
	line-height: 1.5em;
	letter-spacing: .05em;
	color: #877957;
}

p{
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 1.5em;
	display: block;
}

#main ul{
	padding-left: 50px;
}

#main li{
	padding-top: 5px;
}


/*
* NAVBAR STYLES BELOW
*/


#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 13px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#nav a {
	display: block;
	/*width: 120px;*/
	text-align: left;
	text-decoration: none;
	padding: 10px;
}

#nav li { /* all list items */
	float: left;
	/*width: 120px;*/ /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 160px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul a{ /* second-level lists */
	width: 160px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
}

.nav{
	border-top: 1px solid #49291c;
	border-bottom: 1px solid #49291c;
	background-image: url('images/Paper_Background_dark.gif');
	background-color: #54463e;
	padding-left: 20px;
}

ul {}
ul li {}

#nav li a{
	background-image: url('images/Paper_Background_dark.gif');  
	color: #c4a36f;
}
#nav li a:hover {
    background-color: #5b4c43; 
	background-image: url('images/Paper_Background_mid.gif');
}

ul ul {}
ul li:hover > ul {}
#nav ul li ul li a {
	background-image: url('images/Paper_Background_dark.gif'); 
	background-color: #54463e;
}
