
/*基本信息*/

body{
	margin:14px 0 0 0;
	padding:0;
	width:100%;
	font-size:12px;
	color:#686868;
	background-image: url(beijing.jpg);
	background-repeat: repeat-x; 
	line-height:20px;  
}

/*字体属性*/

p{padding:0;}
.a{font-size:14px; color:#21b7d2;font-weight:bold;}
.b{font-size:12px; color:#fff;}
.c{font-size:12px; color:#686868; font-weight:bold;}
.d{font-size:12px;color: #3d3d3d;}
.e{font-size:12px;color: #252525;}
.f{font-size:12px;color: #477192;}
.g{font-size:14px;color: #363636; font-weight:bold;}
.h{font-size:14px;color: #ff0000; font-weight:bold;}
.i{font-size:12px;color: #000; font-weight:bold;}
.j{font-size:14px;color: #ff0000; font-weight:bold;}
.k{font-size:12px;color: #ff0000;}
.l{font-size:13px;color: #ff0000; }
/*链接属性*/

a {color:#686868;text-decoration: none;}
a :link{color:#686868;text-decoration:none;}
a:hover{color: #ff0000;text-decoration: none;}

#mao a {color:#686868;text-decoration: none;}
#mao a :link{color:#686868;text-decoration:none;}
#mao a:hover{color: #252525;text-decoration: underline;}

.mao1 a {color:#477192;text-decoration: none;}
.mao1 a :link{text-decoration:none;}
.mao1 a:hover{text-decoration: underline;}


/*页面布局*/
#content{
     margin:0 auto;
	 padding:0;
	 width:774px;
	 background:#fff;
}
#main{
   width:774px;
}
#foot{width:100%; height:14px;}