html
{
	background: #504a34 url("images/bg8.jpg") repeat;
	color: #422b00;
	font-family: sans-serif;
	font-size: 90%;
	margin: 0;
	padding: 0;
}

body
{
	margin: 10px;
	padding: 0;
}

a, a:visited
{
	color: #7d6126;
	text-decoration: underline;
}

a:active, a:hover { color: #bd973b; }

address { font-style: normal; }

h1, h2, h3, h4, h5, h6
{
	margin: 0 0 1em 0;
	padding: 0;
}

img { border: 0; }

p
{
	margin: 0 0 1em 0;
	padding: 0;
}

ul { list-style-type: square; }

#container
{
	background: transparent url("images/background1.png") repeat-y;
	border: 1px solid #e8e0b9;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 740px;
}

#header
{
	background: transparent url("images/headerbg1.png") no-repeat;
	padding: 4px 0 0 0;
	width: 740px;
	height: 178px;
}

#header h1
{
	background: transparent url("images/header1.png") no-repeat;
	margin: 0;
	padding: 0;
	width: 740px;
	height: 112px;
}

#header h1 span
{
	font-size: 1px;
	line-height: 1px;
	visibility: hidden;
}

#content
{
	margin: -60px 8px 0 141px;
	min-height: 335px;
	padding: 0;
	position: relative;
}

* html #content { height: 335px; }

#content h2 { width: 99%; }

#content h2
{
	border-bottom: 1px solid #422b00;
	font-size: 115%;
	font-style: italic;
}

#content h3
{
	background: #817952;
	clear: both;
	color: #fff;
	font-size: 100%;
	padding: 3px;
}

#content h4 { font-size: 95%; }

#content img.banner
{
	border: 1px solid #504a34;
	display: block;
	margin: 0 auto 1em auto;
}

#content img.odd, #content img.odd-decoration
{
	border: 1px solid #504a34;
	float: right;
	margin: 0 0 0.5em 1em;
}

#content img.even, #content img.even-decoration
{
	border: 1px solid #504a34;
	float: left;
	margin: 0 1em 0.5em 0;
}

#content img.odd-decoration { margin-right: 65px; }
#content img.even-decoration { margin-left: 65px; }

#content p { text-align: justify; }

#navigation
{
	background: transparent url("images/navbottom1.png") no-repeat left bottom;
	left: 0;
	top: 150px;
	min-height: 280px;
	padding: 0 0 77px 0;
	position: absolute;
	width: 131px;
}

* html #navigation { height: 280px; }

#navigation ul
{
	background: transparent url("images/navtop1.png") no-repeat left top;
	list-style: none;
	margin: 0;
	padding: 80px 0 0 0;
	width: 100%;
}

#navigation ul li
{
	margin: 0 0 5px 0;
	padding: 0;
}

#navigation ul a, #navigation ul a:visited
{
	border: 1px solid #9f9770;
	border-left: 0;
	border-right: 0;
	color: #e8e0b9;
	display: block;
	font-size: 95%;
	margin: 0 8px 0 0;
	padding: 0 4px 2px 0;
	text-align: right;
	text-decoration: none;
}

#navigation ul a:active, #navigation ul a:hover { background: #8b835c; }

#footer
{
	clear: both;
	font-size: 70%;
	margin: 0 0 0 141px;
	padding: 3em 0 0 0;
	text-align: center;
}

#footer .contact-info { font-size: 115%; }

#footer .contact-info address
{
	float: left;
	padding: 50px 0 0 12px;
	width: 175px;
}

#footer .contact-info img
{
	border: 1px solid #504a34;
	display: block;
	margin: 0 auto;
	padding: 0;
}

#footer .contact-info .phone
{
	float: right;
	padding: 30px 12px 0 0;
	width: 175px;
}

#footer .credit-cards { margin-top: 1.5em; }

#footer .copyright
{
	clear: both;
	padding-top: 1.5em;
}

/* Forms */
.text-field
{
	background: #fbf9ef;
	border: 1px solid #817952;
	color: #817952;
}