/* 顶部导航 底部版权 */

body{
text-align:center;
background-color: #000000;
margin:0 auto;
font-size:12px;
background-image: url("images/bg.jpg");
}

div{margin:auto;overflow:hidden}
a:link, a {color: #f7b746; text-decoration:none;}
a:hover {text-decoration:underline;}

.header{
width: 980px;
height: 198px;
background-image: url("images/header.jpg");
}

/* 导航  */
.nav{
	text-align:center;
	width: 980px;
	height: 55px;
	margin:0 auto;
	background:url(images/nav.jpg) no-repeat;
	font-weight: bold;
}
.nav a{
font-size:15px;
line-height:50px;
color:#d3771e;
}

/* 盒子 */
.box
{
background-color:#000000;
width:980px;
background-image:url("images/box.jpg");
background-repeat:repeat-y;
margin:0 auto;
}

.boxend{
background-image:url("images/boxend.jpg");
height:37px;
width:980px;
background-repeat:no-repeat;
margin:0 auto;
}

/*  上下页   */

.p_n{
text-align:center;
margin-top:15px;
margin-bottom:15px;
}
.p_n a{
color:#aa0000;
line-height:30px;
}

.p_n .p_n_d{
width:60px;
margin-left:30px;
margin-right:30px;
}

/* 评论 */
.comment{
width:800px;
border:1px solid #844e19;
}
.comment .title{
width:800px;
height:22px;
line-height:22px; 
background-color:#844e19;
}
.comment .l{
margin-left:10px;
float:left
}
.comment .r{
margin-right:5px;
float:right;
}
.comment .commentbox{
width:800px;
}

.comment .commentbox dl{
margin:10px 20px 10px 20px;
border:1px solid #844e19;
}

.comment .commentbox dt{
height:20px;
line-height:20px; 
background-color:#844e19;
}
.comment .commentbox dt strong{
margin-left:10px;
}
.comment .commentbox dd{
margin:5px 20px 0px 50px;
text-align:left;
}
.comment .commentbox .time{
width:680px;
text-align:right;
font-family:Candara;
}

.comment .post{
width:460px;
height:158px;
border:1px solid #844e19;
text-align:center;
}
.comment .post dl{
margin:0px;
}
.comment .post dt{
width:460px;
text-align:center;
height:20px;
line-height:20px; 
background-color:#844e19;
}
.comment .post dd{
width:498px;
margin-left:0px;
text-align:left;
}
.comment .post dd textarea{
width:455px;
height:100px;
}
.comment .post .postbox{
width:460px;
height:35px;
line-height:30px;
margin:0px auto;
text-align:center;
}
/* 广告 */
.ad{
width:728px;
border:none;
margin:0px auto;
}

.adg{
width:480px;
border:2px solid #000000;
margin:0px auto;
padding:3px 3px 3px 3px;
}
.adgf{
width:728px;
border:none;
margin:0px auto;
}
/* 版权 */
.footer
{
font-family:arial;
text-align:center;
background-image:url("images/footer.jpg");
background-repeat:repeat-x;
height:108px;
width:980px;
color:#844e19;
}
.footer p
{
	margin-top:20px;
}
.footer a
{
font-family:Comic Sans MS;
}
