body {
 margin: 0;
 margin-top: 5px;
}

div#header {
 width: 911px;
 margin: 0 auto;
 background-color: #ffffff;
 height: 71px;
 vertical-align: middle;
}

div#login {
 width: 911px;
 margin: 0 auto;
 width: 86px;
 height: 45px;
 color: #ffffff;
 /*background-color: #55aaff;*/
 text-align: center;
 line-height: 45px;
 font-weight: bold
}

div#logo {
 background-image: url('/images/logo.png');
 background-repeat: no-repeat;
 width: 244px;
 height: 66px;
}

div#menu {
 width: 100%;
 height: 32px;
 color: #ffffff;
 background-color: #007994;
}

 

div#menu ul {
 width: 911px;
 margin: 0 auto;
}

div#menu ul li {
 width: 911px;
 margin: 0 auto;
 color: #ffffff;
 list-style-type: none;
 float: left;
 line-height: 45px;
 font-weight: bold;
 font-size: 18px;
}
 



div#content {
 width: 911px;
 margin: 0 auto;
 padding: 10px;
 color: #000000;
 text-align: left;
 font-family: Verdana;
 font-size: 12px;
 
}

