<style type="text/css">


#home {
    margin: 0 auto;
    width: 100%;
    min-width: 950px;
    background-color: #fff;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    box-shadow: none;
}


#header{
    border-bottom: 1px solid #eef2f8;
}

#blogTitle {
    height: 60px;
    clear: both;
    display: inline-block;!important;
}

#navigator {
    font-size: 13px;
    border-bottom: none;
    border-top: none;
    height: 60px;
    clear: both;
    margin-top: 0px;
    display: inline-block;!important;
}
#navList{
    margin-top: 30px;
    margin-left: 150px;
}

.blogStats {
    display: none;
}
body{
font-size:14px;
font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu ;
background-color:#fff;
}
#mainContent{
float:right;!important;
}
#sideBar{
float:left;!important;
border-right:1px solid #eef2f8;
width:200px;
font-size:14px;
}
</style>