@charset "utf-8";
/* CSS Document */
body{background:#336699; margin:0;}
.one{background:#b3ceeb; margin:auto auto;  height:62px;}

.three{width:980px; margin:auto auto; text-align:center;}
.center {
width:980px;
position:relative;
margin:0 auto;
text-align:center;
}
.four {
position:absolute;
z-index:12;
right:20px;
top:8px;
font-size:14px;
}
.clear {
clear:both;}
.four ul{ float:right;  }
.four li{float:left; list-style:none; padding-left:20px;}


a{color:#000000; text-decoration:none;}

a:hover{ color:#FF6600;}

