body{
 width: 100%;
 margin: 0px;
 padding: 0px;
 outline: none;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
 background-image: url(/img/header_bg.gif);
 background-repeat: repeat-x;
 background-position: top;
}
a, body, img {
 outline: none;
}


#header_wrapper{
 /*
 background-image:url(../img/header_bg.jpg);
 background-repeat: repeat-x;
 */
 height: 245px;
 width: 100%;
}
#header{
 width: 800px;
 margin: 0px auto 0px auto;
 text-align: center;
}
#flash_area{
 outline: none;
 width: 390px;
 margin: 0px auto 0px auto;
}
#content{
 margin: 0px auto 0px auto;
 width: 800px;
}

#menu{
 font-weight: bold;
 width: 675px;
 margin: 0px auto 0px auto;
 text-align: center;
 padding-right: 15px;
 margin-bottom: 30px;
}
#menu a{
 text-decoration: none;
 color: #000;
}
#menu a:hover{
 text-decoration: underline;
}
#menu ul{
 list-style: none;
 padding: 0px;
 margin: 0px;
} 
#menu ul li{
 padding: 0px;
 display: inline;
}

.menu_item{
 padding-left: 20px;
}

.menu_item{
 display:block;
 margin: 10px 0px 7px 0px;
 font-weight: bold;
}

#footer{
 color: #ffffff;
 width: 800px;
 height: 182px;
 margin: 0px auto 0px auto;
 font-size: 10px;
 text-align: center;
 background-image: url(../img/bg_footer.gif);
 background-repeat: no-repeat;
 background-position: center;
}
#footer p{
 padding: 145px 0px 0px 0px;	
}
#map{
 border: 4px solid #00529b;
}