body {
	background-color: #32312e;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #000000;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}

#main {
	background-color: #FFFFFF;
	width: 785px;
	margin:0px auto;
	padding:0px 2px;
}
#h_img {
	height: 163px;
	width: 785px;
	display: block;
}

#content {
	background-image: url(../images/conten_bg.gif);
	background-repeat: repeat-y;
	width: 785px;
}

.block {
	background-color: #FFFFFF;
	height: 7px;
	overflow: hidden;
}

#left {
	background-color: #f1f1f1;
	width: 157px;
	float: left;
	border: 1px solid #b4bfc7;
	border-bottom: 0;
}
#left_bg1 {
	background-image: url(../images/left_bg1.gif);
	height: 11px;
	background-repeat: repeat-x;
	overflow: hidden;
	width: 157px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
li {
	background-image: url(../images/btn_bg.gif);
	height: 29px;
	line-height: 29px;
	width: 127px;
	text-align: left;
	padding-left: 30px;
}


.clear {
	font-size: 0px;
	line-height: 0px;
	clear: both;
}
#right {
	float: right;
	width: 618px;
	padding-bottom: 10px;
}
#right .r_font1 {
	display: block;
	height: 21px;
	line-height: 21px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b4bfc7;
	padding-left: 8px;
	text-align: left;
}
#right .r_font2 {
	background-image: url(../images/r_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	height: 26px;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 8px;
	text-align: left;
}
#deline {
	font-size: 0px;
	line-height: 0px;
	background-image: url(../images/content_line.gif);
	background-repeat: no-repeat;
	height: 1px;
	overflow: hidden;
}
#foot {
	background-image: url(../images/foot_bg.gif);
	background-repeat: repeat-x;
	height: 41px;
	text-align: center;
	line-height: 40px;
	background-position: top;
}
input,textarea,select {
	background-color: #FBFFEC;
	border: 1px solid #D59377;
	/*line-height: 20px;*/
}

.input {
	height: 20px;
}
.font3 {
	color: #666666;
}
.font3 a {
	color: #FF0000;
	text-decoration: none;
}
.font3 a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.font_color {
	color: #FF0000;
}

.head_pic {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 15px;
}
.head_pic img{
	border:1px solid #CCCCCC;
	padding: 1px;
}

.text_center {text-align: center;}

.div_margin {
	margin: 10px 10px 0px 0px;
	line-height: 24px;
}
.div_margin p {
	margin: 7px;
}
.input_center {
	text-align: center;
	padding-top: 10px;
}


a.redlink {
	color: #FF0000;
	text-decoration: underline;
}
a.redlink:hover {
	color: #FF0000;
	text-decoration: none;
}
.list_tab {
	background-color:#000000;
	border: 1px solid #000000;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: 3px;
}
.list_head {
	background-color:#999999;
	color:#FFFFFF;
	line-height: 180%;
	font-weight: bold;	
}
.list_bg {
	background-color:#FFFFFF;
	line-height: 120%;
}