body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
}

a, img {
	border: none;
}


body {
	background-image: url(../images/bg_brown.jpg);
}


#wrapper {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
}

#mid_wrap {
	background: url(../images/wrapper_back_tile.png) repeat-y;
}

#inner_wrap {
	background: url(../images/wrapper_back_top.png) no-repeat;
	margin-left: 15px;
	margin-right: 15px;
}

#header {
	margin: 0;
	height: 524px;
}

#banner {
	background: url(../images/header.jpg) no-repeat;
	margin: 0 20px 0 20px;
	height: 475px;
	width: 800px;
}

#header h1, #header h2 {
	display: none;
}

#header .home_link {
	margin: 0 0 0 45px;
	padding: 0px 0 65px 0px;
	display: block;
	float: left;
	width: 285px;
	
}

#header li {
	list-style: none;
}

#header .contact {
	padding: 14px 14px 0 0;
	text-align: right;
	font-size: 1.3em;
	color: #401506;
	text-transform: uppercase;
	font-family: "Palatino Linotype", "Book Antiqua", serif;
	font-weight: bold;
	letter-spacing: -.2px;
}

#header .contact .cap {
	font-size: 1.25em;
}

#header .nav {
	background: url(../images/navbar.png) no-repeat;
	margin: -95px 0 0 6px;
	padding: 116px 0 0px 0px;
	height: 49px;
	font-size: 1.5em;
	letter-spacing: .1em;
	word-spacing: .1em;
	color: #401506;
	text-align: center;
	
}


#header .nav li {
	background: url(../images/navbar_sep.gif) no-repeat right;
	display: inline;
	padding: 0 0 9px 0;
}

#header .nav li.last_item {
	background-image: none;
}

#header .nav a {
	text-decoration: none;
	color: #401506;
	padding: 12px 22px 9px 19px;

}

#header .nav a:hover {
	color: #ed6413;
}

#content {
	background: url(../images/wrapper_back_above_footer.png) repeat-x bottom;
	
}

#mid_content {
	margin: 0 20px 0 20px;
	width: 800px;
	background: url(../images/content_back_top_2.jpg) no-repeat;
	background-color: #f9f4e6;
}


/*
#mid_content {
	margin: 0 20px 0 20px;
	width: 800px;
	background: url(../images/content_back_top.jpg) no-repeat;
	background-color: #f8f2e2;
}

*/


#inner_content {
	width: 800px;
	padding-bottom: 1px;
	background: url(../images/content_back_bottom.png) no-repeat bottom;
	
}

#real_inner_content {
	width: 800px;
	margin: 0 12px 0 6px;
	padding-top: 10px;
	background: url(../images/content_back_mid.png) repeat-y;
}

#clear_div {
	clear: both;
}

#footer {
	background: url(../images/footer_back.png) no-repeat;
}

#footer li {
	list-style: none;
	display: inline;
}

#footer .nav, #footer .gallery_nav {
	text-align: center;
}

#footer .nav {
	
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: .2em;
	color: #401506;
	padding: 10px 0 13px 0;
}

#footer .nav a {
	text-decoration: none;
	color: #401506;
}

#footer .nav a:hover {
	color: #fff;
}

#footer .gallery_nav {
	
	font-size: 1.05em;
	font-weight: bold;
	letter-spacing: .2em;
	color: #a7772c;
}

#footer .gallery_nav a {
	text-decoration: none;
	color: #a7772c;
}

#footer .gallery_nav a:hover {
	color: #fff;
}

#footer .footer_left li {
	display: block;
}

#footer .footer_left {
	margin: 65px 0 40px 28px;
	float: left;
	
	font-size: 1em;
	color: #000;
}

#footer .footer_left li {
	padding-bottom: 5px;
}

#footer .footer_right {
	margin: 65px 28px 40px 0;
	padding-bottom: 30px;
	text-align: right;
	
	font-size: 1em;
	color: #000;
}

#footer .footer_nav {
	padding-bottom: 5px;
}

#footer .footer_right a {
	text-decoration: none;
	color: #000;
}

#footer .footer_right a:hover {
	color: #fff;
}