/* CSS Document */

body {
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #75643D;
	font-size: 11px;
	background: #D9D1BE url(images/back.gif) repeat-x;
	text-align: center;
}
#container {
	width: 820px;
	margin: 0 auto;
	color: #75643D;
	background: #D9D1BE;
	text-align: center;
}
#content {
	text-align: left;
	padding: 0;
	color: #75643D;
	background: #D9D1BE;
}
#header {
	height: 140px;
}
#top {
	height: 80px;
	background: url(images/top.gif);
}
#menu {
	height: 60px;
}
#left {
	float: left;
	width: 615px;
}
#left_top {
	padding-top: 10px;
	padding-left: 50px;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	color: #666666;
	font-weight: bold;
	font-size: 12px;
	height: 25px;
	background: url(images/left_top.gif);
}
#left_content {
	background: url(images/left_bg.gif) repeat-y;
	padding: 1px 25px 5px 30px;
}
#left_content_l {
	text-align: justify;
	float: left;
	width: 50%;
}
#left_content_r {
	text-align: right;
	float: right;
	width: 50%;
}
#left_btm {
	height: 15px;
	background: url(images/left_btm.gif);
}
#banner {
	height: 135px;
	background: url(images/banner.jpg);
}
#right {
	float:left;
	width:205px;
	margin-left:-1px;
}
.right_top {
	padding-top: 5px;
	padding-left: 45px;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	color: #666666;
	font-weight: bold;
	font-size: 12px;
	height: 25px;
	background: url(images/right_top.gif);
}
.right_top_02 {
	padding-top: 10px;
	padding-left: 45px;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	color: #666666;
	font-weight: bold;
	font-size: 12px;
	height: 25px;
	background: url(images/right_top_02.gif);
}
.right_content {
	text-align: left;
	background: url(images/right_bg.gif) repeat-y;
	padding: 5px 30px 1px 25px;
}
.right_btm {
	height: 15px;
	background: url(images/right_btm.gif);
}
#footer {
	padding-top: 17px;
	height: 43px;
	background: url(images/footer_bg.gif);
}
#footer_left {
	margin-top: 8px;
	text-align: center;
	float: left;
	padding-left: 30px;
}
#footer_right {
	text-align: right;
	float: right;
	padding-right: 30px;
}
a {
	font-size: 11px;
	text-decoration: none;
	color: #C77E29;
}	
a:hover {
	font-size: 11px;
	text-decoration: none;
	color: #75643D;
}