/* 公共的 */
*{
	padding: 0; 
	margin: 0;
}

body{
	font-size:12px;
	background-color:#802000;
	font-family: Arial, Helvetica, sans-serif, "宋体";
	background-image: url(../images/bodybg.gif);
	background-repeat: repeat;
	text-align: justify;
	text-justify:inter-ideograph;
}

img{ 
	border-style:none; 
}


.clear{
	clear:both;
}

a {
	color:#81511c;
	text-decoration:none;
}

a:hover{
	color:#b60005;
}

/* Container 容器定义 */
#container{
	width:960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/mainbg.gif);
	padding-right: 8px;
	padding-left: 8px;
	background-repeat: repeat-y;
	background-position: center;
}


/* Head头部定义 */
#head{
	padding-top: 20px;
	background-image: url(../images/topbg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 60px;
	padding-right: 20px;
	padding-left: 20px;
}

#menu {
	color: #81511c;
	font-size: 12px;
	float: right;
	padding-top: 10px;
}

#banner{
	padding-top: 10px;
	padding-bottom: 20px;
}

/* 内容定义 */
#content{
	padding-right: 20px;
	padding-left: 20px;
	color: #81511c;
}

#c_main{
	width: 640px;
}

#c_main h1{
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 0px;
	padding-top: 4px;
	margin-bottom: 10px;
	clear: left;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.c_main_pic {
	font-size: 1px;
	color: #FFFFFF;
	float: left;
	margin-bottom: 10px;
	margin-left: 20px;
	display: inline;
}

.c_main_pic img {
	border: 1px solid #EBE8D3;
}

.c_main_pic img:hover{
	border: 1px solid #d0b886;
}

#c_right{
	width: 240px;
	float: right;
}

.right {
	border: 1px solid #d0b886;
	background-color: #FAF9F3;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.right p{
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 3px;
}

.right h2 {
	background-image: url(../images/right_t_bg.gif);
	background-repeat: repeat-x;
	margin: 1px;
	font-size: 14px;
	height: 24px;
	font-weight: bold;
	padding-top: 6px;
	padding-left: 20px;
	padding-bottom: 16px;
}

.input1{
	border: 1px solid #d0b886;
	height: 20px;
	font-size: 14px;
	color: #b60005;
	padding: 4px;
	width: 188px;
}

.input2{
	border: 1px solid #d0b886;
	height: 20px;
	font-size: 14px;
	color: #b60005;
	padding: 4px;
	width: 100px;
}

/* 底部定义 */
#foot{
	clear: both;
	margin-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d0b886;
	padding-top: 8px;
	line-height: 150%;
	margin-right: 20px;
	margin-left: 20px;
}

#footbg{
	width:960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footbg.gif);
	background-repeat: repeat-x;
	height: 8px;
	clear: both;
}
