body, html {
	background: #432314 url(img/large-background.jpg) center top no-repeat;
	margin: 0;
	padding: 0;
}

h1 {
	font: 28px "Times New Roman", Times, serif;
	font-weight: normal;
	color: #432414;
	margin: 0 0 15px 0;
}

p {
	font: 13px/19px Arial, Helvetica, sans-serif;
	color: #444;
	margin: 8px 0;
	width: 510px;
}

img, div, { 
	behavior: url("iepngfix.htc") 
}

.quote {
	font: 20px/23px "Times New Roman", Times, serif;
	font-style: italic;
	color: #432414;
	margin: 8px 0;
	width: 400px;
}

.smalltype {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
}

#container {
	margin: 0 auto;
	display: block;
	padding: 0 11px;
	width: 900px;
	background: url(img/bg-repeat.png) center top repeat-y transparent;
}

#header {
	width: 900px;
	height: 185px;
	display: block;
}

#wrap {
	width: 900px;
	height: auto;
	background: #fff;
}

#content {
	width: 900px;
	padding: 30px 0 20px 0;
	overflow: auto;
	background: #fff;
}

#navigation {
	padding: 60px 0 0 0;
	width: 160px;
	float: left; 
	text-align: right;
	font: 14px Arial, Helvetica, sans-serif;
	color: #444;
}

#navigation a {
	color: #222;
	text-decoration: none;
	margin: 0 0 20px 0;
	display: block;
}

#navigation a:hover {
	color: #cc9933;
	text-decoration: none;
}

#maincontent {
	margin: 0 0 0 20px;
	padding: 0 0 30px 20px;
	float: left;
	border-left: #222 1px solid;
	min-height: 340px;
	height:auto !important;
	height: 340px;
}

#maincontent a {
	text-decoration: none;
	color: #432414;
}

#maincontent a:hover {
	text-decoration: none;
	color: #cc9933;
}

#footer {
	margin: 0 auto;
	width: 922px;
	height:59px;
	background: url(img/footer.png) center top no-repeat transparent;
}

.footer-tag {
	margin: 10px 60px 0 0;
	font: 20px "Times New Roman", Times, serif;
	letter-spacing: 5px;
	color: #cc9933;
	float: right;
}

#smallprint {
	width: 900px;
	margin: 0 auto;
	font: 10px Arial, Helvetica, sans-serif;
	color: #725e55;
	text-align: right;
}

#smallprint a {
	text-decoration: none;
	color: #725e55;
}

#smallprint a:hover {
	text-decoration: none;
	color: #cc9933;
}

#copy {
	float: left;
	text-align: right;
}