/*CSS Document*/
html {height:100%;}
body {width:100%; margin:0 0 0 0; background-color:#fff;}
#container {width:900px; margin:0px auto;}
#banner {width:900px; height:100px; background-color:#fff;}
ul.menu  {padding:0px; margin:0px; border:0px;}
ul.menu li {list-style:none; display:block; padding: 5px 5px 5px 5px; background-color:#ddd; border-bottom:1px solid #ccc;}
ul.menu li a {text-decoration:none; list-style:none; font-family:Arial; font-size:0.8em; font-weight:bold; color:#0139ab;}
ul.menu li a:hover {text-decoration:underline; color:#001490;}
.border {border:3px solid #888;}
#left {float:left;}
