   
    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 {width: 1000px;}
    .title {padding-top: 20px;}
    .bodytext {font: normal normal bold 12px sans-serif; color: #000000;}
    
    #column1, #column2, #column3, #column4 {float: left; width: 250px; font: normal normal bold 15px sans-serif; color: #000000; text-align: center;}
    
    
#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;
	}

    
