@import url("yui.css");

html {
	background: url(../images/body1.gif);
}
body {
	margin: 0;
	background: url(../images/body2.gif) repeat-x 0 46px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #502f25;
}
a {
	color: #e26408;
}
a:hover {
	color: #502f25;
}
h1 {
	margin: 0;
	font-weight: normal;
	font-size: 277%;
	color: #e26408;
}
h2 {
	margin: 0;
	font-weight: normal;
	font-size: 182%;
	color: #5c2b1c;
}
em {
	margin: 0;
	font-weight: bold;
	font-style: normal;
	color: #e26408;
}
#wrap {
	margin: 145px auto 0;
	width: 828px;
	height: 507px;
	position: relative;
	border: 1px solid #a88c7a;
}
.logo {
	position: absolute;
	left: 241px;
	top: -110px;
	z-index: 0;
}
.navigation {
	margin: 4px 4px 0;
	background: #d55d07 url(../images/topnav.jpg) repeat-x;
	height: 42px;
	line-height: 42px;
	list-style-type: none;
	text-align: center;
	font-size: 116%;
	text-transform: uppercase;
}
.navigation li {
	display: inline;
	position: relative;
	z-index: 1;
	padding-right: 41px;
	background: url(../images/topnav_separator.jpg) no-repeat 105% 4px;
}
.navigation li.last {
	padding-right: 0;
	background: none;
}
.navigation a {
	color: #fff;
	text-decoration: none;
	outline: none;
}
.navigation a:hover, .navigation a.active {
	color: #341d13;
}
#main {
	height: 416px;
	margin: 0 4px;
	padding: 0 10px;
	background: url(../images/main.jpg) no-repeat;
}
.content {
	float: left;
	width: 348px;
	height: 376px;
	padding: 24px 26px 0;
	border-top: 8px solid #401c11;
	border-bottom: 8px solid #401c11;
	background: url(../images/content.gif) no-repeat;
}
.text {
	font-size: 85%;
	line-height: 1.5em;
}
.separator {
	height: 40px;
	background: url(../images/text_separator.gif) no-repeat left center;
}
.rightcol {
	float: right;
	width: 400px;
	height: 400px;
	border-top: 8px solid #401c11;
	border-bottom: 8px solid #401c11;
}
.rightcol img {
	display: block;
}
.hover img {
	float: left;
}
.rightcol img.hidden {
	display: none;
}
#footer1 {
	height: 41px;
	line-height: 41px;
	background: url(../images/footer1.jpg) no-repeat;
	margin: 0 4px;
	text-align: center;
	color: #fff;
}
#footer1 a {
	color: #fff;
	text-decoration: none;
}
#footer1 a:hover {
	text-decoration: underline;
}
#footer2 {
	margin: auto;
	width: 830px;
	text-align: center;
	padding: 9px 0 15px;
	color: #542011;
	font-size: 93%;
}
#footer2, #footer2 img {
	vertical-align: middle;
}
#footer2 img {
	position: relative;
	bottom: 2px;
}
#footer2 p {
	margin-bottom: 0.5em;
}
*+html body {
	background-position: 0 191px;
}
* html body {
	background-position: 0 191px;
}
*+html .navigation li {
	background-position: 102% 1px;
	padding-right: 40px;
}
* html .navigation li {
	background-position: 102% 1px;
	padding-right: 40px;
}