
/****
.container               {  }

a                             { color: #00487D; }
a:hover                     { color: #7B0F0F; }
****/

/*-----------------------------------------------------------------------------
       Header
       Add a graphic logo, using the following CSS
-----------------------------------------------------------------------------*/

body { font-size: 13px; } 

#header {
        background: url(../images/head.gif) repeat-x top center;  
        height: 188px;
        width: 100%;
}

#header h1, #header .description {
   position: absolute;
   font-family: Georgia, Times, "Times New Roman", serif; 
}

#header h1 {
   top: 39px;
   left: 290px;
   width: 465px;
   font-size: 1.8em;
   color: #ECE5D0;
   letter-spacing: 0.01em;
}
#header .description { 
   top: 70px;
   left: 290px;
   width: 465px;
   letter-spacing: 0.1em;
   line-height: 1em;
   color: #FFF; }


/*-----------------------------------------------------------------------------
       Navigation Colors
       Customize the navbar with this CSS
-----------------------------------------------------------------------------*/

/****
#nav, #subnav       { background: #668040; }

#nav li.current_page_item a,
#nav li a:hover        { background: #F2FFDF; color: #FFF;}

#nav li a,
#subnav li a        { color: #F2FFDF; }

#nav li.current_page_item a,
#subnav li.current_page_item a,
#subnav li a:hover        { color: #F2FFDF; }
****/
