@charset "utf-8";
@import "dropdown.css";
@import "content.css";
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
body, div, td {
	font-family: "Book Antiqua",Tahoma, Arial;
	font-size: 13px;
	color: #3a3319;
}
img {
	border: none;
}
div#bg_top {
	width: 100%;
	height: 100%;
	background-image: url(../images/bg_top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 10px;
}
div#header {
	width: 940px;
	height: 121px;
	display: block;
	padding: 0px;
	margin: 0 auto;
}
div.header_top_left {
	width: 409px;
	height: 121px;
	float: left;
}
div.header_logo {
	width: 121px;
	height: 121px;
	float: left;
	display: block;
}
div.header_top_right {
	width: 389px;
	height: 30px;
	float: right;
	text-align: right;
	vertical-align: bottom;
	margin: 0px;
	font-size: 12px;
	padding-top: 91px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	text-decoration: none;
	clear: right;
}
div.header_top_right ul {
	float: right;
	margin-right: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div.header_top_right ul li {
	float: left;
	color: #734231;
	list-style-type: none;
}
div.header_top_right ul li a {
	color: #734231;
	text-decoration: none;
	font-weight: bold;
	padding-right: 0px;
	background-image: url(../images/icon1.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-left: 10px;
}
.clear_both {
	clear: both;
	height: 0px;
}

div#main {
	width: 900px;
	background-color: #fbf5db;
	display: block;
	padding: 20px;
	margin: 0 auto;
}
div.main_pic {
	margin: 0px;
	padding: 0px;
	height: 265px;
	width: 900px;	
}
div.main_menu {
	line-height: 40px;
	background-color: #a8875d;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
	display: block;
	height: 40px;
	width: 895px;
	padding: 0px;
	padding-left: 5px;
	padding-top: 5px;
	background-position: left bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: #d6bfa2;
	text-decoration: none;
	font-weight: bold;
}
div.main_content {
	margin: 0px;
	padding: 0px;
	width: 900px;
}

div#footer {
	margin: 0 auto;
	padding: 0px;
	height: 30px;
	width: 940px;
}
div.footer_left {
	margin: 0px;
	float: left;
	height: 30px;
	width: 450px;
	padding-left: 20px;
	line-height: 30px;
	vertical-align: middle;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}
div.footer_right {
	margin: 0px;
	float: left;
	height: 30px;
	width: 450px;
	padding-right: 20px;
	line-height: 30px;
	vertical-align: middle;
	text-align: right;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}div.footer_right ul {
	float: right;
	margin-right: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div.footer_right ul li {
	float: left;
	color: #734231;
	list-style-type: none;
}
div.footer_right ul li a {
	color: #734231;
	text-decoration: none;
	font-weight: bold;
	padding-right: 0px;
	background-image: url(../images/icon1.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-left: 10px;
}

div.chronoform a{
	color:#fbf5db;
	text-decoration:none;
}