body {  background-color: #3b6776; font-family:arial, helvetica, verdana; font-size:0.8em;}


#wrap {width:900px; 
       margin-left:auto; 
        margin-right:auto;
         
         background-color:#ffffff;
         height:915px;
         margin-top:0;}

#marker {width:900px; height:200px; background-color:#eef1f6; margin-left:auto; margin-right:auto; }
#marker h1  {padding-top:45px; text-align:center; font-size:30px;}
#marker h2 {font-size:45px; text-align:center;}



#top{width:900px; background-color:#244a5d;
      height:50px; float:left;}
#top ul {padding-top: 6px;}     
#top li {display:inline; list-style-type: none;  margin-left:30px; border-right:1px solid #ffffff;  padding-right:13px; font-size:1.2em;}
.color a:link  {color:white; text-decoration: none; }
.color a:visited {color:white; text-decoration: none; }
.color a:hover {color:#000000; background-color:#ffffff; text-decoration: none;}


#text {width:75px; float:left;  padding-left:15px;}
#text ul {text-decoration:none; padding-top:70px;}
#text li {margin-top:45px; text-decoration:none; list-style-type: none;}
.head a:link {color:blue; text-decoration: none; }
.head a:visited {color:#000000; text-decoration: none; }
.head a:hover {color:red; background-color:#ffffff; text-decoration: none;}

#content {width: 800px; 
           
          padding:0;
           float:left;  
           background-color:#ffffff;
           color:#00005d;
           
           }

#content h1 {font-size: 1.6em; padding-left:20px;}
#content p {font-size:1.1em; padding-left:20px;}
#content img {margin-left:20px;}




#footer {width:900px; 
         float:left;
         border-top:1px solid silver;
         background-color:#244a5d;
         text-align:center;
         color:#ffffff;
         height:80px;
         }
         
         
         
         
         
         
         
