   
    html,body {margin:0; padding:0; height:100%; width: 100%;background: #eeeeee url('../images/bg.gif'); 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;}
    #column1 {float: left; width: 875px;}
      #row {width: 875px;}
        #c1, #c2, #c3, #c4 {float: left; width: 211px; padding: 3px;}
        #row p {font: normal normal normal 13px "Century Gothic", Trebuchet, sans-serif; color: #000000; padding: 6px; line-height: 14px; margin-top: -5px;}
        #row p strong {color: #CA021F;}
        #c4 {margin-top: 14px; margin-left: 7px;}
    #column2 {float: left; width: 125px;}

#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;
	}
