html, body {}
body {
	margin: 0px;
	padding: 0px;
	color: #702B23;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FED394 url(../img/bg_body.jpg) repeat-x center 254px;
}
html>body .outer{height:auto;}

.outer {
	width: 900px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 55px;
	background: url("../img/bg_left.jpg") repeat-y left top;
}
.main {
	width: 900px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url("../img/bg_left_side.jpg") repeat-y left top;
}
.main1 {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url("../img/bg_curent.jpg") repeat-x left top;
}

/* header */
.header {
	width: 100%;
	height: 232px;
	background: #BBC001 url("../img/header.jpg") no-repeat center top;
}
.Title {
	width: 954px;
	color: #D13C74;
	font-size: 30px;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	letter-spacing: 1px;
}
.Title a {
	color: #D13C74;
	text-decoration: none;
}
.Title a:hover {
	color: #BBC001;
	text-decoration: none;
}
.Title_Left {
	width: 420px;
	color: #D13C74;
	font-size: 30px;
	text-align: left;
	margin: 0px;
	padding: 130px 0px 0px 260px;
	float: left;
}
.Title_Right {
	width: 270px;
	color: #D13C74;
	font-size: 26px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	margin: 0px;
	padding: 192px 0px 0px 0px;
	float: left;
}

.Curent {
	color: #FF9900;
	width: 600px;
	height: 25px;
	font-size: 14px;
	padding: 6px 0px 0px 30px;
	margin: 0px 0px 0px 0px;
	float: left;
}
/* end of header */

.left_side {
	width: 138px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.right_side {
	width: 722px;
	padding: 20px 20px 20px 20px;
	float: left;
	background: #BBC001;
}

/* content */
.content {
	width: 692px;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 15px 15px 15px 15px;
	background: #FEE9B9 url(../img/bg_content.gif) no-repeat 555px 5px;
}
.content a {
	color: #8E9201;
	text-decoration: underline;
}
.content a:hover {
	color: #8E9201;
	text-decoration: none;
}
.content ul li {
	list-style-position: inside;
}
.content img {
	border: solid #702B23 1px;
}
.Pages {
	width: 210px;
	text-align: center;
	float: none;
	clear: both;
	margin: 0px auto 0px auto;
}
.Pages img {
	padding: 0px;
}

/* end of content */

.divider {
	clear: both; 
	width: 100%;
	height: 0px;
}

/* footer */
.footer {
	width: 100%;
	height: 32px;
	clear: both;
	padding-top: 7px;
	border-top: #FFFFFF solid 3px;
	background: url("../img/footer.jpg") no-repeat left bottom;
}
.copyright {
	width: 100%;
	color: #702B23;
	font-size: 10px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 0px;
	text-decoration: none;
}
.copyright a {
	color: #702B23;
	font-weight: bold;
	text-decoration: underline;
}
.copyright a:hover {
	color: #8E9201;
	text-decoration: none;
}
/* end footer */
