@charset "UTF-8";
/* CSS Document */

body {
	width:100%;
	background:#fff;
	padding:0;
	margin:0;
	background: url(/images/shadow.gif) center repeat-y;
}
.content {
	width: 827px;
	background:#3b3b3b;
	color: #fff;
	margin: 0 auto;
}
.header_bar {
	height: 34px;
	background: white;
}
.left {
	width: 152px;
	text-align:center;
	background:#000;
	font-size:12px;
	font-weight:bold;
}
.left p {
	padding: 1em 0;
	margin:0;
}
.left_bottom {
	width: 152px;
	text-align:center;
	padding-top: 100px;
}
.left_menu {
	width: 152px;
	text-align:center;
	background:#000;
	color: #fff;
}
.left_menu a {
	color: #fff;
	text-decoration:none;
}
.left_menu a:hover {
	color: #662D91;
	text-decoration:underline;
}
.left_menu p {
	border-bottom: #fff 2px solid;
	margin: 0;
	padding: 10px 0;
	background: none;
}
.left_normal {
	background:#3b3b3b;
	padding: 1em 0;
}

.left_normal p {
	border-bottom: none;
	margin: 0;
	padding: 0;
	text-align:center;
}

.left_menu p.top {
	border-top: #fff 2px solid;
	border-bottom: #fff 2px solid;
	margin: 0;
	padding: 10px 0;
}
.right {
	background: #eef;
	float:right;
	width: 675px;
	clear:none;
}
.right_head {
	height: 134px;
	background: url(/images/CSheader.jpg);
}
.right_head img {
	padding: 20px 20px;
}
.right_body {
	background: #c2c2c2;
	color: #000;
	padding: 1em;
}
.right_bottom {
}
.right_bottom_left {
	width: 239px;
	height: 109px;
	background:#646464;
	color: #fff;
	text-align:center;
	padding-top: 40px;
	font-size:130%;
	font-weight:bold;
}
.right_bottom_right {
	float: right;
	width: 416px;
	height: 49px;
	background:#b4b4b4;
	color: #fff;
	text-align:right;
	padding-top: 100px;
	padding-right: 20px;
}
.footer {
	background:#fff url(/images/shadow_bottom.gif) center top no-repeat;;
	text-align:center;
	font-size: 80%;
	padding: 30px 0;
	margin: 0;
}
