body {
	background-color: #6095C0;
	background-image: url(images/bg_span.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
.container {
	width: 800px;
	position: relative;
	margin: 0px auto;
}
.bod_head {
	background-image: url(images/bod_top.png);
	background-repeat: no-repeat;
	height: 149px;
	width: 800px;
}
.bod_foot {
	height: 14px;
	width: 800px;
	background-image: url(images/bod_foot.png);
	background-repeat: no-repeat;
	clear: both;
}
.bod_cent {
	background-color: #FFFFFF;
	float: left;
}
.bod_menu {
	height: 23px;
	width: 800px;
	background-image: url(images/menu_bg_span.png);
	background-repeat: repeat-x;
}
.men_left  {
	float: left;
	width: 20px;
	height: 23px;
	background-image: url(images/menu_left.png);
	background-repeat: no-repeat;
}
.men_cent {
	float: left;
	margin: 0px 0px 0px 195px;
	width: 565px;
	height: 23px;
	font-family: "Trebuchet MS";
	font-size: 11px;
}
.men_cent ul {
	padding: 0px;
	margin: 0px;
	height: 23px;
	width: 420px;
	list-style: outside none;
}
.men_cent ul li {
	display: block;
	float: left;
	height: 23px;
	list-style: outside none;
	line-height: 23px;
	margin: 0px;	
}
.men_cent ul li a {
	display: block;
	height: 23px;
	color: #333333;
	text-decoration: none;
	padding: 0px 8px;
}
.men_cent ul li a.current {
	height: 23px;
	background-image: url(images/menu_roller.png);
	background-repeat: repeat-x;
}
.men_cent ul li a:hover {
	height: 23px;
	background-image: url(images/menu_roller.png);
	background-repeat: repeat-x;
}
.men_right  {
	float: left;
	width: 20px;
	height: 23px;
	background-image: url(images/menu_right.png);
	background-repeat: no-repeat;
}
.cont_left {
	width: 195px;
	float: left;
	height: 328px;
	background-image: url(images/left_box.png);
	background-repeat: no-repeat;
}
.cont_mid {
	width: 420px;
	float: left;
	margin: 0px 0px 0px 20px;
	padding: 20px 0px 0px 0px;
	color: #666666;
	font-size: 12px;
	line-height: 18px;
}
.cont_mid h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #333333;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.cont_right {
	width: 150px;
	height: auto;
	min-height: 328px;
	float: left;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 15px 0px;
	background-image: url(images/right_box_bot.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.right_inner {
	padding: 5px 10px 0px 15px;
	background-image: url(images/right_box.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 125px;
	height: auto;
	min-height: 328px;
	font-size: 10px;
	color: #333333;
	line-height: 14px;
}
.book_img_hold {
	width: 163px;
	height: 121px;
	margin-left: 14px;
}
.single_btn {
	line-height: 25px;
	height: 25px;
	width: 163px;
	text-align: center;
	color: #4D4D4D;
	margin: 5px 0px 0px 14px;
	background-image: url(images/side_btn_off.png);
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}
.single_btn:hover {
	background-image: url(images/side_btn_on.png);
}
.single_btn2 {
	line-height: 25px;
	height: 25px;
	width: 125px;
	text-align: center;
	color: #4D4D4D;
	margin: 0px 0px 0px 0px;
	background-image: url(images/side_btn2_off.png);
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}
.single_btn2:hover {
	background-image: url(images/side_btn2_on.png);
}
.double_btn {
	height: 79px;
	width: 163px;
	text-align: center;
	margin: 6px 0px 0px 14px;
	background-image: url(images/big_btn_off.png);
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	cursor: pointer;
}
.double_btn:hover {
	background-image: url(images/big_btn_on.png);
}
.double_btn h1 {
	color: #5D93BF;
	margin: 16px 0px;
	padding: 0px;
	font-size: 42px;
}
.daf {
	height: 70px;
	width: 163px;
	margin: 5px 0px 0px 14px;
}
.foot_hold {
	width: 760px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: right;
	padding: 10px 20px;
	font-weight: bold;
}
.foot_hold a {
	color: #FFFFFF;
	text-decoration: none;
}