@charset "utf-8";
/* CSS Document */
a{ text-decoration:none;}
body{margin:0; padding:0;}
#wrap{width:960px; margin:0 auto}
#header{background:url(../images/header_bg.jpg) no-repeat; height:105px;}
#siderbar{width:234px; float:left; border:1px solid green; clear:right;}
#content{float:left;}
#footer{clear:left;}
.nav{list-style:none; position:fixed; top:28px; left:250px;}
.nav li{float:left; padding:3px 20px;}
