@charset "utf-8";
/* CSS Document */

html,body{width:100%; font-family:Tahoma, Geneva, sans-serif; font-size:12px; color:#333; background:url(../www/ui/body_bg.jpg) no-repeat center top #876b93; padding:0px; margin:0px;}
html{background:none;}


.header{width:976px; margin:auto;}
.logo{background:url(../www/ui/logo.png); width:251px; height:50px; margin:30px 20px;}

.menus{background:url(../www/ui/menu_bar.png); width:976px; height:51px; margin:auto;}
.mnu_home{background:url(../www/ui/home_icon.png); width:48px; height:49px; float:left; margin:2px 10px;}
.mnu_home:hover{background-position:bottom;}
.menus_a{text-decoration:none; color:#FFF; font-size:12px; float:left; margin:25px 10px; font-family:Arial, Helvetica, sans-serif;}
.menus_a:hover{color:#e3d194;}
.mnu_sep{background:url(../www/ui/menu_seperator.png); width:2px; height:42px; float:left; margin:9px 5px;}

.page{width:976px; margin:auto;}
.page_banner{width:976px; height:210px; overflow:hidden;}
.page_banner img{width:976px;}
.page_header{background:url(../www/ui/page_header.png); width:976px; height:90px; color:#FFF; position:relative;}
.page_location{position:absolute; left:20px; top:10px; font-weight:bold;}
.page_location a{text-decoration:none; color:#FFF;}
.page_location a:hover{text-decoration:underline;}
.page_title{position:absolute; left:20px; top:40px; font-weight:bold; font-style:italic; font-size:18px;}
.page_content{display:table !important; background:url(../www/ui/page_bg.png); width:936px; padding:0px 20px; position:relative;}
.page_footer{background:url(../www/ui/page_footer.png); width:976px; height:32px;}

.footer{width:900px; margin:auto; color:#FFF; margin-top:10px; font-size:11px; margin-bottom:40px;}

.clear{clear:both; float:none;}