body{
	margin:0;
	font-size:12px;
}
ul,li{
	margin:0;
	padding:0;
	list-style:none;
}
#header,#content,#footer{
	margin:5px auto;
	border:1px solid #ccc;
	width:760px;
}
/*****content****/

#header{
	min-height:60px;
}
#content{
	width:762px;
	border:none;
	margin-top:5px;
}
#content #left,#right{
	border:1px solid #ccc;
	min-height:800px;
	line-height:20px;
}
#content #left{
	float:left;
	width:200px;
}
#left li{
	padding-left:5px;
}
#content #right{
	float:right;
	width:556px;
}

/***********************content*******************************/
#right ul{
	clear:both;
	width:100%;
}
#li_left,#li_left_top{
	width:274px;
	margin-top:5px;
	margin-left:1px;
	border:1px solid #ccc;
	float:left;
}
#li_right,#li_right_top{
	width:274px;
	margin-top:5px;
	margin-left:2px;
	margin-bottom:5px;
	border:1px solid #ccc;
	float:left;
}
/**********************内容区域*******************************/
#c_title{
	border-bottom:1px solid #ccc;
	background:#CCCCCC;
	font-size:14px;
	font-weight:bold;
	color:blue;
	height:20px;
	line-height:20px;
	padding-left:5px;
}
#c_content{
	padding:5px;
}
/**********************首页广告*******************************/
.c_ad ul{
	clear:both;
	width:100%;
}
.c_ad li{
	margin:5px 1px 0px 1px;
	width:554px;
	background:#ccc;
}
/**********************footer*******************************/
#footer{
	clear:both;
	height:60px;
}