body {
	margin: 0px;
	padding: 0px;
	background-color: #492718;
	font-family: Arial, sans-serif;
	color: #545454;
}
a { color: #ed8531; }
#wrapper {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#rounded_top {
	height: 17px;
	background-image: url(/images/bg_rounded_top.png);
	overflow: hidden;
	margin-top: 10px;
}
#rounded_bottom {
	height: 17px;
	background-image: url(/images/bg_rounded_bottom.png);
	overflow: hidden;
	margin-bottom: 30px;
}
#middle {
	background-image: url(/images/bg_middle.png);
	padding-left: 30px;
}
.top_nav {
	height: 37px;
	background-image: url(/images/bg_top_nav.png);
	float: left;
	margin-top: 50px;
	width: 274px;
	padding-top: 16px;
}
.top_nav a {
	display: block;
	float: left;
	margin-left: 25px;
}
#logo {
	width: 262px;
	height: 127px;
	background-image: url(/images/logo.png);
	margin: 0px 50px;
	float: left;
}
#left_col {
	width: 515px;
	height: 450px;
	float: left;
	margin-top: 20px;
	overflow: auto;
}
#left_col, p, table, ul, ol { font-size: 11px; }
p { margin: 0px 0px 8px 15px; }
#right_col {
	width: 320px;
	margin-top: 20px;
	float: left;
}
#slider {
	width: 12px;
	background-image: url(/images/bg_slider.png);
	float: left;
	height: 450px;
	margin: 20px 30px 0px 10px;
	padding: 0px 8px;
}
.rc_menu {
	float: left;
	margin-left: 0px;
	text-align: center;
	width: 100px;
}
.rc_menu_title {
	font-size: 12px;
	font-weight: bold;
}
.rc_menu_link {
	font-size: 11px;
}
.rc_menu_link a { color: #545454; }
.rc_photo {
	float: left;
	margin-left: 5px;
}
#footer {
	height: 38px;
	background-image: url(/images/footer_text.png);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
	padding-top: 30px;
}
#footer a { color: #ed8531; text-decoration: none; }
#footer a:hover { text-decoration: underline; }
.list_item {
	margin-bottom: 8px; 
}
.li_thumb { 
	width: 100px;
	float: left;
	text-align: center;
	font-size: 11px;
}
.li_thumb img { width: 90px; }
.li_desc { 
	width: 390px;
	float: left;
}
.li_title {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px; 
}
.h_list_item {
	width: 200px;
	float: left;
}
.h_li_title {
	font-size: 12px;
	font-weight: bold;
}
.c_input {
	width: 300px;
	padding: 3px;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
.x_input { 
	display:none;
}
#error_message {
	padding: 7px 3px;
	color: #832018;
}
.pg_item {
	width: 100px;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
#slider_button {
	width: 12px;
	height: 110px;
	background-image: url(/images/slider_button.png);
	cursor: move;
}
