/*基本信息*/
body {font:12px Tahoma;margin:0px;text-align:center;background:#FFF;}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.STYLE1 {
	color: #FFFF00;
	font-size: 15px;
	font-weight: bold;
}
.STYLE2 {font-size: 12px}
.STYLE3 {font-size: 14px; color: #FF0000;}
.STYLE4 {
	font-size: medium;
        color: #0099FF;
	font-weight: bold;
	vertical-align:middle;
}
.STYLE5 {font-size: 14px; color: #FFFFFF;}

/*页面层容器*/
#container {width:950px;margin:10px auto}

/*页面头部*/
#Header {width:950px;margin:0 auto;height:100px;background:#FFCC99}

/*网站头与主体间隔
#bodybr {
 width:950px; /*设定层的宽度*/
 margin:auto; /*层居中*/
 height:6px; /*设定高度*/
 border-bottom:5px solid #FF8C00;; /*画一条实线*/
 clear:both /*清除浮动*/
}

/*通栏广告*/
#centerad1 {width:950px;margin:0 auto;}

/*通栏*/
#centerad2 {
width:950px;
margin:0 auto;
border:1px solid #77BBFF; /*边框*/
}

/*通栏*/
#centerad3 {
width:950px;
margin:0 auto;
border:1px solid #FF6600; /*边框*/
}


/*flash广告*/
#flash {
 border:1px solid #FF8C00; /*边框*/
 width:948px;
 margin:0 auto; 
 background:#EFEFEF;
}

/*滚动公告*/
#Rolling {
 width:950px;
 margin:0 auto;
 background:#EFEFEF;
}

/*页面主体*/
#pagebody {
 width:950px; /*设定宽度*/
 margin:0px auto; /*居中*/
}


/*FLASH广告*/
#left1 {
 border:1px solid #FF8C00; /*边框*/
 width:340px; /*设定宽度*/
 height:290px; /*设定高度*/
 text-align:left; /*文字左对齐*/
 float:left; /*浮动居左*/
 clear:left; /*不允许左侧存在浮动*/
 overflow:hidden; /*超出宽度部分隐藏*/
 background:#FED26B;
}

/*栏目一*/
#center1 {
 margin-left:4px;
 border:1px solid #FF8C00; /*边框*/
 width:458px;
 height:290px;
 text-align:left; /*文字左对齐*/
 float:left; /*浮动居左*/
 overflow:hidden; /*超出宽度部分隐藏*/
}

/*栏目层间隔*/
#out1 {
 width:950px; /*设定宽度*/
 height:4px; /*设定高度*/
 text-align:left; /*文字左对齐*/
 float:left; /*浮动居左*/
 clear:left; /*不允许左侧存在浮动*/
 overflow:hidden; /*超出宽度部分隐藏*/
 }

/*诚信推荐*/
#right1 {
 border:1px solid #FF8C00; /*边框*/
 width:138px;
 height:290px;
 text-align:left;
 float:right; /*浮动居右*/
 clear:right; /*不允许右侧存在浮动*/
 overflow:hidden
}

/*左边栏*/
#left2 {
 border:1px solid #77BBFF; /*边框*/
 width:300px; /*设定宽度*/
 height:320px; /*设定高度*/
 text-align:left; /*文字左对齐*/
 float:left; /*浮动居左*/
 clear:left; /*不允许左侧存在浮动*/
 overflow:hidden; /*超出宽度部分隐藏*/
 background:#D6E1F2;
}

/*中栏*/
#center2 {
 margin-left:4px;
 border:1px solid #77BBFF; /*边框*/
 width:381px;
 height:320px;
 text-align:left; /*文字左对齐*/
 float:left; /*浮动居左*/
 overflow:hidden; /*超出宽度部分隐藏*/
}



/*右边栏*/
#right2 {
 border:1px solid #FF8C00; /*边框*/
 width:255px;
 height:320px;
 text-align:left;
 float:right; /*浮动居右*/
 clear:right; /*不允许右侧存在浮动*/
 overflow:hidden;
 background:#FED26B;
}


/*上左边栏*/
#left3 {
 border:1px solid #77BBFF; /*边框*/
 width:300px; /*设定宽度*/
 height:335px; /*设定高度*/
 text-align:left; /*文字左对齐*/
 float:left; /*浮动居左*/
 clear:left; /*不允许左侧存在浮动*/
 overflow:hidden; /*超出宽度部分隐藏*/
 background:#D6E1F2;
}

/*上中栏*/
#center3 {
 margin-left:4px;
 border:1px solid #77BBFF; /*边框*/
 width:381px;
 height:335px;
 text-align:left; /*文字左对齐*/
 float:left; /*浮动居左*/
 overflow:hidden; /*超出宽度部分隐藏*/
}



/*上右边栏*/
#right3 {
 border:1px solid #FF8C00; /*边框*/
 width:255px;
 height:335px;
 text-align:left;
 float:right; /*浮动居右*/
 clear:right; /*不允许右侧存在浮动*/
 overflow:hidden;
 background:#FED26B;
}




/*左边栏标题*/
#title1 {
 width:302px; /*设定宽度*/
 text-align:left; /*文字左对齐*/
 float:left; /*浮动居左*/
 clear:left; /*不允许左侧存在浮动*/
 overflow:hidden; /*超出宽度部分隐藏*/
}

/*中栏标题*/
#title2 {
 margin-left:4px;
 width:383px;
 text-align:left; /*文字左对齐*/
 float:left; /*浮动居左*/
 overflow:hidden; /*超出宽度部分隐藏*/
}



/*右边栏标题*/
#title3 {
 width:257px;
 text-align:left;
 float:right; /*浮动居右*/
 clear:right; /*不允许右侧存在浮动*/
 overflow:hidden
}



/*页面底部*/
#Footer {width:950px;margin:0 auto;height:50px;background:#00FFFF}
