/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #735B2F;} /* 未访问的链接 */
a:visited {color: #735B2F;} /* 已访问的链接 */
a:hover{color: #B76D00;} /* 鼠标在链接上 */ 
a:active {color: #735B2F;} /* 点击激活链接 */
/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='dd' ***>***</a> */
a.dd:link {color: #D3BD93;
font-weight: bold;}
a.dd:visited {color: #D3BD93;font-weight: bold;}
a.dd:hover{color: #E1D1B5;font-weight: bold;}
a.dd:active {color: #D3BD93;font-weight: bold;}
body {
	font-size: 14px;
	line-height: 180%;
	color: #735B2F;
	margin: 0px;
	text-align: center;
	background-color: #E6A93E;	
}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
	font-family:"宋体";
	font-size: 14px;
	line-height: 180%;
	font-weight: normal;
}
.wz
{
	font-family:"宋体";
	font-size: 14px;
	line-height: 3em;
	font-weight: normal;
}
.bti {
	font-size: 14px;
	font-weight: bold;
	color: #593E34;
}
.wz1 {
	font-size: 12px;
	line-height: 150%;
	color: #593E34;
}
.bk1 {
	border: 1px solid #593E34;
}
.bk2 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F3D281;
	border-bottom-color: #F3D281;
}
.wz2 {
	font-size: 14px;
	line-height: 150%;
	color: #FFF6CF;
}
.daoh {
	font-size: 15px;
	font-weight: bold;
	color: #6E4B25;
}
.dropshadow2{
	float:left;
	clear:left;
	background: url(img/shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
	padding: 0px;
	background-image: url(img/shadowAlpha.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.innerbox{
	position:relative;
	bottom:6px;
	right: 6px;
	border: 1px solid #735B2F;
	padding:4px;
	margin: 0px 0px 0px 0px;
}
.innerbox{
	/* IE5 hack */
	margin: 0px 0px -3px 0px;
	margin:  0px 0px 0px 0px;
}
.innerbox p{		
	font-size:14px;
	margin: 3px;
}
.fls {
	border-top-width: 12px;
	border-right-width: 12px;
	border-bottom-width: 12px;
	border-left-width: 12px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #D9AD00;
	border-right-color: #A68500;
	border-bottom-color: #A68500;
	border-left-color: #D9AD00;
}

    #demo {
     background: #FFF6CF;
     overflow:hidden;
     width: 968px;
    }
    #demo img {
     border: 3px solid #E6A93E;
    }
    #indemo {
     float: left;
     width: 1000%;
    }
    #demo1 {
     float: left;
    }
    #demo2 {
     float: left;
    }
 .wzbt {
	font-family: "宋体";
	font-size: 20px;
	font-weight: bold;
	color: #6E4B25;
	letter-spacing: 2px;
}