body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	background: #42130b url(../graphics/body.jpg) repeat-x;
}

img {
	border: 0;
}

a {
	color: #9a3926;
}

.clear {
	clear: both;
	line-height: 0;
}

#wrapper {
	width: 650px;
	margin: 30px auto;
}

#logo {
	background: url(../graphics/logo_background.gif);
}

#navigation, #footer {
	font-size: 90%;
}
#navigation ul {
	margin: 13px 0 0;
	padding: 0;
	float: right;
}
#navigation li {
	list-style-type: none;
	display: inline;
	float: left;
}
#navigation li a {
	float: left;
	background: #732a1d;
	color: white;
	text-transform: uppercase;
	margin-left: 8px;
	padding: 0 10px;
	height: 23px;
	line-height: 23px;
	text-decoration: none;
}
#navigation li a:hover {
	background: #8d1803;
}
#navigation li.nav_active a, #navigation li.nav_active a:hover {
	background: url(../graphics/nav_active.gif) repeat-x;
	font-weight: bold;
}

#banner {
	clear: both;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	height: 120px;
	background: #efece9 url(../graphics/banner.gif) no-repeat;
}

#main {
	margin: 12px 0 15px;
	background: #efece9 url(../graphics/content_left.gif) repeat-y;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	position: relative;
	z-index: 0;
}

#main div.top, #main div.bottom {
	position: absolute;
	left: 0;
	width: 60px;
}
#main div.top {
	top: 0;
	height: 56px;
	background: url(../graphics/content_topleft.gif) no-repeat;
}
#main div.bottom {
	bottom: 0;
	height: 15px;
	background: url(../graphics/content_bottomleft.gif) no-repeat;
}

#content {
	position: relative;
	z-index: 1;
	padding: 0 15px 10px 0;
	background: url(../graphics/content_topright.gif) no-repeat top right;
}
#content p {
	margin-top: 0;
	padding-top: 1.2em;
}

#footer {
	text-align: center;
	color: #887466;
	font-size: 70%;
}
#footer a {
	color: #887466;
}

#content div.left {
	padding-top: 15px;
	width: 150px;
	float: left;
	position: relative;
}
#contact_us div.left {
	width: 400px;
}
#contact_us div.left h2 {
	font-size: 110%;
	font-weight: normal;
	margin-bottom: 0;
}
#contact_us div.address p {
	font-weight: bold;
}
#contact_us div.address img {
	float: right;
}
#contact_us div.address a {
	font-weight: normal;
}
#content div.right {
	margin-left: 165px;
}
#contact_us div.right {
	padding-top: 60px;
	#padding-top: 85px;
	margin-left: 415px;
}
#contact_us div.right h2 {
	margin-top: 0;
	font-size: 110%;
	font-weight: normal;
	color: white;
	background: #a39a89;
	height: 25px;
	line-height: 25px;
	padding: 0 8px;
}
#contact_us div.right p {
	margin-top: 0;
	padding: 0 8px;
}


#subnav {
	padding-bottom: 56px;
	background: url(../graphics/subnav.gif) repeat-x bottom left;
	margin-bottom: 15px;
}
#subnav h2, h1 {
	margin: 0;
	font-size: 100%;
	text-transform: uppercase;
	color: white;
	background: url(../graphics/subnav_title.gif) repeat-x;
	height: 26px;
	line-height: 26px;
	padding: 0 0 0 10px;
}
h1 {
	float: left;
	padding: 0 40px 0 10px;
	margin-top: 15px;
}
#subnav ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #d8d7c3;
}
#subnav li {
	list-style-type: none;
	border-bottom: 1px solid #d8d7c3;
}
#subnav li a {
	background: white;
	height: 26px;
	line-height: 26px;
	padding: 0 0 0 10px;
	display: block;
	color: #77665c;
	text-decoration: none;
}
#subnav li a:hover, #subnav li.nav_active a {
	background: #dfdeda;
	font-weight: bold;
}

#address {
	float: right;
	width: 180px;
	background: #ebead6;
	border: 1px solid white;
	padding: 15px;
	margin: 15px 0 15px 15px;
}
#address strong {
	color: #9b3b2b;
}
#address p {
	margin: 0 0 0 0 !important;
	padding: 0 !important;
}


* html #address, * html #gallery table, * html #contact_us div.left, * html #subnav {
	position: relative;
	z-index: 1000;
}
* html #subnav {
	position: absolute;
}
