@import url(menu.css);
body{
    color: #000000;
    margin: 0 auto;
    padding: 0px;
    
	background-image:url(../images/bg.jpg);
	background-position:center;
    font-family: veranda, sans-serif;
    font-size: 14px;
    font-weight: 1000;
    
}

div { text-align:left; }
img { border:0px; }
h2{ color:#003565; }

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

#footerwrapper { position:relative; z-index:0; height:183px; background:#fff; }
#footer { width:990px; margin:0 auto; color:#243172; padding-top:20px; }

#container { float:left; width:700px;font-weight: 1000; }
