/*----------pages----------*/
/**/
.head{

}
.head >.a{
	height: 200px;
	background: none no-repeat 50% 0 #DAB764;
}
.head >.b{
	height: 50px;
	background: url(../images/bg_bar.png);
}
.head >.b p{
	height: 20px;
	padding-top: 15px;
	text-align: right;
}
.head >.b p span{
	display: inline-block;
	height: 20px;
	background: url(../images/home.png) no-repeat 0 50%;
	padding-left: 20px;
	line-height: 20px;
	color: #333333;
}
.head >.b p span a{
	color: #333;
}
.head >.b p span a:hover,
.head >.b p span a.on{
	color: #999999;
}

.page{

}
.page .wrapper >.l{
	width: 200px;
	float: left;
	position: relative;
	top: -65px;
}
.page .wrapper >.l .bk{
	margin-bottom: 10px;
}
.page .wrapper >.r{
	width: 780px;
	float: right;
}

.pagecont{
	padding-top: 25px;
}