* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 80%;
	line-height: 140%;
	background-color: #E0ABB6;
	background-image: url(img/body_bg.jpg);
	background-repeat: repeat-x;
}
.clear {
	font-size: 0px;
	clear: both;
}
a:link {
	TEXT-DECORATION: none
}
a:visited {
	TEXT-DECORATION: none
}
a:hover {
	TEXT-DECORATION: none
}
a:active {
	TEXT-DECORATION: none
}
.foot_link a:link {
	TEXT-DECORATION: none;
	color: #FFFFFF;
}
.foot_link a:visited {
	TEXT-DECORATION: none;
	color: #FFFFFF;
}
.foot_link a:hover {
	TEXT-DECORATION: none;
	color: #CCCCCC;
}
.foot_link a:active {
	TEXT-DECORATION: none;
	color: #FFFFFF;
}
#header {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #B03957;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #B13043;
}
#header .head_logo {
	padding-top: 23px;
	padding-bottom: 23px;
	padding-left: 18px;
	float: left;
}
#header .head_right {
	float: right;
	padding-right: 14px;
	text-align: right;
	margin-bottom: 8px;
}
#header .head_right img {
	margin-top: 10px;
}
#header h1 {
	font-size: 12px;
	font-weight: normal;
	padding-top: 10px;
}
#content {
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	background-color: #FFFFFF;
	background-image: url(img/content_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-bottom: 20px;
}
#content .content_menu {
	padding-bottom: 15px;
	background-color: #FFFFFF;
}

#main {
	float: left;
	padding-left: 15px;
	width: 490px;
}
#main a:hover img			{ filter: progid:DXImageTransform.Microsoft.alpha(style=0, opacity=60) }
#main .top_title {
	background-image: url(img/top_title_bg.gif);
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 14px;
	margin-bottom: 12px;
}
#main .scroll {
	overflow: auto;
	height: 90px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #7F0141;
	scrollbar-darkshadow-color: #FFFFFF;
	padding-bottom: 14px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 12px;
	margin-right: 5px;
}
#main .news_date {
	color: #B03957;
	float: left;
	width: 55px;
}
#main .news_text {
	float: right;
	width: 370px;
	padding-left: 10px;
}
#main .top_box {
	border: 3px solid #DBDEE6;
	margin-bottom: 18px;
	width: 472px;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 8px;
}
#main .top_box_left {
	float: left;
	width: 120px;
}
#main .top_box_right {
	float: right;
	width: 344px;
}
#main .top_title2 {
	background-image: url(img/arrow1.gif);
	background-repeat: no-repeat;
	background-position: 8px;
	width: 312px;
	background-color: #EAEAEA;
	padding-left: 28px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 10px;
}
#main ol {
	padding-left: 22px;
	list-style-position: outside;
	margin-left: 4px;
}
#main .top_box2 {
	padding-left: 4px;
}
#main .btn_box {
	padding-top: 5px;
}

.font_red {
	color: #FF0000;
}

#side {
	float: right;
	width: 220px;
	padding-right: 15px;
	background-image: url(img/side_box_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 40px;
}
#side a:hover img			{ filter: progid:DXImageTransform.Microsoft.alpha(style=0, opacity=60) }
#side .side_box {
	text-align: center;
	margin-bottom: 20px;
}
#footer {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 69px;
	padding-right: 15px;
	padding-left: 15px;
	color: #FFFFFF;
}
#footer a:hover img			{ filter: progid:DXImageTransform.Microsoft.alpha(style=0, opacity=60) }
#footer .top_btn {
	text-align: right;
	padding-bottom: 18px;
}
#footer .foot_link {
	float: left;
}
#footer .foot_copyright {
	float: right;
}
#main .box_pink {
	background-color: #F5EFEB;
	padding: 5px;
	margin: 5px;
}
