#header {
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	width: 800px;
	margin: auto;
	height: 143px;
}
#menu {
	color: #966020;
	margin: auto;
	width: 800px;
	background-color: #955F1F;
	height: 29px;
}
#menu .links {
	margin-left: 114px;
	background-color: #251813;
	padding-left: 2px;
	height: 29px;
}
#footer .txt {
	margin-left: 114px;
}
#content a {
	color: #251813;
}
#content h1 {
	background-image: url(images/headers_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 15px;
	margin-top: 0px;
	padding-top: 0px;
}

#menu .links a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #F8F8AA;
	text-decoration: none;
	float: left;
	display: block;
	background-color: #51423C;
	margin-right: 1px;
	height: 23px;
	text-align: center;
	padding-top: 4px;
	margin-top: 2px;
	padding-right: 15px;
	padding-left: 15px;
}
.gallery .item .box {
	height: auto;
	padding: 10px;
	background-color: #251813;
}
#content .right {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}


#menu .links a:hover {
	background-color: #AB8F3A;
	color: #FFFFFF;
}
.clear {
	clear: both;
}

body {
	background-color: #251813;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#header .logo {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 21px;
	margin-top: 35px;
	margin-left: 25px;
	padding-top: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #251813;
	font-size: 11px;
	float: left;
	padding-left: 95px;
}
#header .orn {
	height: 143px;
	float: right;
	width: 300px;
	display: block;
	background-image: url(images/orn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#content {
	margin: auto;
	width: 800px;
	background-color: #AB8F3A;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #251813;
	padding-top: 25px;
	padding-bottom: 25px;
}
#content .in {
	margin-left: 114px;
}

#footer {
	margin: auto;
	width: 800px;
	background-color: #997C23;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #AB8F3A;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #DEC477;
}
.item{
	float: left;
	width: 130px;
	text-align: center;
	height: 240px;
	vertical-align: middle;
	background-color: #9D8435;
	padding: 10px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 0px;
    }
