﻿@charset "utf-8";
/* CSS Document */
body{
font-family:"微软雅黑","宋体";
font-size:12px;
margin-top:8px;
margin-left:12px;
margin-right:12px;
behavior: url(css/csshover.htc);
}

li:hover{
cursor:default;
}

#navbar{
margin:0 auto;
width:expression(document.body.clientWidth <= 960? "960px": "auto" );
min-width:960px;

}

#page-wrap{
margin:0;
margin-top:15px;
overflow:hidden;
width:expression(document.body.clientWidth <= 960? "960px": "auto" );
min-width:960px;
}

#page-footer{
clear:both;
margin:0 auto;
margin-top:20px;
text-align:center;
}