/*
 * 页面框架及基本组成元素
 * 2009-06-08
*/


/* 页面元素
-----------------------------------*/
body{font-size:12px;padding:0px;margin:0px;font-family:Arial,Tahoma,Verdana;}
a{text-decoration:none;color:#555;}
fieldset{padding:10px;}

/* 页面框架
-----------------------------------*/
.stru_head{height:auto;}
.stru_body{height:auto;}
.stru_foot{height:auto;}
.stru_left{float:left;width:200px;height:auto;overflow:hidden;}
.stru_center{float:left;width:760px;height:auto;overflow:hidden;}
.stru_right{float:right;width:200px;height:auto;overflow:hidden;}

.clear{clear:both;overflow:hidden;height:0px;}
.blank_line{margin-bottom:8px;}