*{
	font-size:12px;
}
* ul,ol,dl,dt,dd,img,form,li,h1,h2,h3,h4,h5,h6,h7{
   padding:0;
   margin:0;
   border:0px solid;
   list-style-type:none;
}
body{
	margin:0px;
	padding:0px;
	color:#26130C;
	background:#271A11;
	font-family:Arial, Helvetica, sans-serif;
}
a:link , a:visited{
	color:#000;
	text-decoration:none
}
a:hover{
	color:red;
	text-decoration:none;
}
/* 其他公用 */
.dataNull{
	text-align:center;
	padding:30px;
}

/* 头部和尾部 */
.head{
	width:960px;
	margin:auto;
}
.head .line{
	height:26px;
	background:url(../../images/top_line.jpg) repeat-x;
}
.head .left a img{
	width:325px;height:256px;
}
.head .right{
	float:right;
}
.foot{
	width:960px;
	margin:auto;
}


/* 菜单内容 */
.mainBox{
	width:960px;
	margin:auto;
	background:url(../../images/mainBox_bg.jpg) repeat;
}
.mainBox dl.leftMenu{
	width:200px;
	margin:45px 20px 15px 15px;
}
.mainBox dl.leftMenu dt{
	height:36px;
	background:url(../../images/leftMenu_top.jpg) no-repeat
}
.mainBox dl.leftMenu dd a{
	display:block;
	width:185px;
	height:26px;
	padding:10px 0 0 15px;
	color:#6F4537;
	font:normal 14px Arial-Block;
	background:url(../../images/leftMenu_item_bg.jpg) no-repeat;
	overflow:hidden;
	white-space:nowrap;
	word-break:keep-all;
	-o-text-overflow:ellipsis;
	text-overflow: ellipsis;
}


/* 左侧菜单 */
.mainBox dl.menu{
	float:right;
	width:720px;
	margin-right:10px;
}
.mainBox dl.menu dt{
	color:#E5CC00;
	text-align:right;
	padding:10px 15px 5px 15px;
	font:bold 24px Arial-Block;
}
.mainBox dl.menu dd{
	background:#fff;
	border:1px solid #4A2713;
}


/* 信息盒子 */
.mainBox dl.info{
	width:100%;
}
.mainBox dl.info dt{
	color:#E5CC00;
	padding:10px 15px 5px 15px;
	font:bold 24px Arial-Block;
}
.mainBox dl.info dd{
	background:#fff;
	padding:12px;
	margin:0 10px 10px;
	border:1px solid #4A2713;
}


/* 留言板 */
.mainBox dl.message{
	width:100%;
}
.mainBox dl.message dt{
	color:#E5CC00;
	padding:10px 15px 5px 15px;
	font:bold 24px Arial-Block;
}
.mainBox dl.message dd{
	background:#fff;
	padding:25px 12px 12px 12px;
	margin:0 10px 10px;
	border:1px solid #4A2713;
}
.mainBox dl.message .list{
	width:98%;
	margin:15px auto;
	margin-bottom:20px;
	border:1px solid #3D8EB9;
}
.mainBox dl.message .list .title{
	background:#03689E;
	color:#fff;
	padding:5px;
}
.mainBox dl.message .list .title .userName{
	padding:3px 0 5px 35px;
	font-size:24px;
	background:url(../../images/message/ico_message_sperson.jpg) no-repeat;
}
.mainBox dl.message .list .title .clock{
	float:right;
	padding:10px 20px 0 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:url(../../images/message/ico_message_clock.jpg) left 13px no-repeat;
}
.mainBox dl.message .list .content{
	padding:10px;
	line-height:18px;
	font-size:16px; line-height:18px;
}
.mainBox dl.message .list .reply{
	padding:10px;
	line-height:18px;
	background:#FCF8ED;
	font-size:14px;
	border-top:1px solid #3D8EB9;
}
.mainBox dl.message .list .reply strong{
	font-size:16px;
	display:block; margin-bottom:8px;
}
.mainBox dl.message .pagination{
	width:97%;
	margin:30px auto 20px;
}
.mainBox dl.message .pagination span{
	float:right;
	font-size:15px;
}






/* gallery */
.mainBox .gallery{
	width:866px;
	margin:30px auto 10px;
}
.mainBox .gallery .tbg{
	height:11px;
	background:url(../../images/mainBox_top(gallery).jpg) no-repeat;
}
.mainBox .gallery .cbg{
	padding:0 1px;
	background:url(../../images/mainBox_bg(gallery).jpg) repeat-y;
}
.mainBox .gallery .bbg{
	height:11px;
	background:url(../../images/mainBox_bottom(gallery).jpg) no-repeat;
}

.mainBox .gallery  .r_navigate_bg{
	background:#C7DFE1;
	font:bold 24px Arial-block;
	padding:4px 10px 0;
	color:#484848;
}
.mainBox .gallery .cbg .information{
	padding:25px 12px 18px;
}
.gallery_showIMG{
	width:456px;
	height:341px;
	padding:9px 0 0 10px;
	background:url(../../images/mainBox_showBox_top.jpg) no-repeat;
}
.showIMG_button{
	color:#FFFFFF;
	display:block;
	width:20px;
	height:20px;
	background:#1E3449;
	text-align:center;
	padding-top:3px;
	cursor:pointer;
	float:left; margin:0 10px 5px 0;
}

