/* header    main navigation  and footer*/


/* layout */

#header {  width:100%;  
	 border-top: 1px solid #D7D1CA; 
	background: #312B39;
vertical-align:middle;
	}

/* wrap2 conrol bg in header */
#wrap2 {   
	  min-width: 600px; max-width: 1200px; margin-left: auto; margin-right: auto;  margin-top: 5px; margin-bottom:0px; background: #312B39;
	}

#wrap3a   {  width:100%;   background: #625671;    border-top: 1px solid #E1D5F0;  text-align:center;
	}
#wrap3 {   min-width: 600px; max-width: 1200px; margin-left: auto; margin-right: auto;  text-align:center;
	 background: #625671;
	}


/* main menu navigation */

#nav {              
  float: left;     
display: block;    
  margin: 0;      
  padding: 0  0 0 50px;
  width: 800px;    
 
 background: #625671;    text-align: center;     }

#nav li {   
  float: left;     
  margin: 0 0px 0  0px; 
    padding: 0  0 0 0;  
   text-align: center;     list-style-type: none;
}  /*  remove to center    float: left;   from nav li and nav a   */

#nav a {
  float: left;
  width: 130px;  display: block;  
  color: #FFF;   background:#625671;
  text-decoration: none;  padding: 0  0 0 10px;  
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:12px; line-height: 20px;
  text-align: center;     
  border-right: 1px solid #FFF;      border-bottom: none;         }

#nav #nav_hom a {margin-left:1px;
 border-left: 1px solid #FFF;   border-right: 1px solid #FFF;    border-bottom: none;  }

#nav a:hover {
  background: #4F4532;    color: #4F4532;  padding-bottom: 1px;    background: #fff;  padding-bottom: 1px;    border-right: 1px solid #FFF; }


#body_hom #nav_hom a, #body_map #nav_map a,    #body_jou #nav_jou a,#body_his #nav_his a,  #body_ref #nav_ref a,     #body_con #nav_con a {               padding-bottom: 1px;
  background: #BEB06F;   background: #fff;
  color: #1A1303;   border-top: 1px solid #ffffff; border-right: 1px solid #625671; border-left: 1px solid #625671;
  font-weight: bold; }


/* images  */

.bannerleft {float: left;  padding-right: 0px; margin-left: 0px; background-color: transparent; color: #666666; font-family: verdana, sans-serif;font-size: 9px;}

.banneright {float: right; margin-right: 0px; padding-left: 0px;   background-color:  transparent;color: #000; font-family: verdana, sans-serif;font-size: 9px;}


/* footer */
span.smalltext { color: #C4ACE2; font-family: verdana, sans-serif; font-size: 10px;  line-height: 11px;}
span.footer { color: #9381AA; font-family: verdana, sans-serif;font-size:10px;  line-height: 11px;}

a.footer:link, a.footer:visited {font-family: verdana, sans-serif;  font-size:10px; line-height: 11px; color: #9381AA; background-color: transparent ;font-weight: bold; text-decoration:none;}

a.footer:hover {font-family: verdana, sans-serif;   font-size: 10px; line-height: 11px; color: #C4ACE2; background-color: transparent; font-weight: bold; text-decoration:underline;}



