@import url(menu.css);
body{
    color: #818181;
    margin: 0 auto;
    padding: 0px;
    background-color:#0058B9;
    font-family: "Comic Sans MS", "Comic Sans", veranda, sans-serif;
    font-size: 12px;
}

div { text-align:left; }
img { border:0px; }

#bodywrapper { position:relative; width:990px; text-align:center; margin:0 auto; z-index:1; }
#contentwrapper { clear:both; background:#fff; height: auto; overflow:hidden; }
#content { height:auto; overflow:hidden; padding:10px; }

#footerwrapper { position:relative; z-index:0; height:127px; background:#00378B; margin-top:12px; }
#footer { width:990px; margin:0 auto; color:white; }

#container { float:left; width:700px; }
