   
    html,body {margin:0; padding:0; height:100%; width: 100%; text-align: center;}

    #header {width: 100%; background-color: #A02716;}
   #wrap0 {width: 100%; height: 20px; background-color: #274ca0;}
    #wrap {width: 100%; height: 20px; background-color: #274ca0; position: relative;}
    #menu {width: 1000px; height: 20px;  color: #ffffff; position: relative; margin-left: auto; margin-right: auto;}
   
    .menu_first {margin-top: -6px; left: 330px; position: absolute; vertical-align: middle; z-index: 1000;}
    .menu_2 {margin-top: -6px; left: 405px; position: absolute; vertical-align: middle; z-index: 1000;}
    .menu_3 {margin-top: -6px; left: 500px; position: absolute; vertical-align: middle; z-index: 1000;}
    .menu_4 {margin-top: -5px; left: 630px; position: absolute; vertical-align: middle; z-index: 1000;}
    .menu_last {margin-top: -5px; left: 750px; position: absolute; vertical-align: middle; z-index: 1000;}
    
    .menu_first a:hover {cursor: pointer;}
    .menu_2 a:hover {cursor: pointer;}
    .menu_3 a:hover {cursor: pointer;}
    .menu_4 a:hover {cursor: pointer;}
    .menu_last a:hover {cursor: pointer;}
    #body {width: 1000px; margin: 0 auto; text-align: left;}
    .main_pic {margin-top: -18px;}
    #row {background-image: url('../images/where_background.jpg'); background-repeat: no-repeat; width: 1000px; height: 510px;}
    #column1 {float: left; width: 350px; padding-top: 30px;}
    
    .bodytext {display: block; margin-top: 70px; font: normal normal bold 13px sans-serif; color: #000000; padding-left: 5px; line-height: 18px;}
    .bodytext a {color: #a02715; text-decoration: none; }
    .bodytext a:hover {color: #274ca0;}
    #column2 {float: left; width: 650px; padding-top: 30px;}
    
#footer {
	width: 100%;
	font: normal normal normal 10px "Century Gothic", Trebuchet, sans-serif;
	color: #000000;
	text-align: center;
  display: block;
  clear: both;
  padding: 20px 0px 10px 0px;
	}
	
#footer a {
	text-decoration: none;
	color: #000000;
	}
