
body{ background:#fff;} /*Top BG (45*401) */
.body{ width:940px; margin: 0px auto; border:0px;}
.logo{height:225px;}

/*menu setting*/
.menu{height:52px; width:100%; background:#e3d9be repeat-x;} /*menu BG (1*52)*/
.menu ul{ padding: 20px 0px 0px 35px;}
.menu li{ float:left; padding:0px 15px; border-right:1px solid #000; } /*menu seperate mark*/
.menu li a{font-size: 14px; color:#BBA900; text-decoration:none;}  /*menu font color*/
.menu  a:hover{ text-decoration:underline;} 

.page_name{height:82px; width:100%; text-indent:50px; line-height:82px; color:#BBA900;/*Title Font Color*/ background:#fff/*Title BG Color*/}
.page_list{height:430px; width:100%; padding-top:8px;color:#000000; background:#fff;} /*body color*/
.page_list .text{ width:850px; height:380px; padding-left:50px;  overflow:scroll;overflow-x:hidden;overflow-y:scroll;}
.page_list .text table{ width:100%; }
.page_list .text table td { padding:3px 0px; color:#666666;}
.page_list .text table td a{ text-decoration:none; color:#666666;}

.page_list .widthTd{ width:280px;}
.foot{height:25px; width:100%; text-indent:25px; line-height:25px; color:#333333; background:#e3d9be;}
