/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
html { height: 100%; }
body {
	text-align: center; 
	margin: 0;
	padding: 0;
	font-family: Tahoma, sans-serif;
	color: #663300;
	height: 100%;
	background: #fff url(/images/backmiddle.jpg) center repeat-y;
	}

a { text-decoration: none; color: #11A0CF; font-size: 0.9em; padding: 1px 2px; }
a:hover { background-color: #f4f4f4; }
acronym { border-bottom: 1px dotted #cc0000; cursor: help; }

#wrapper {
    width: 780px;
    background: #fff;
    color: #000;
    margin: 5px auto; /*center for compliant browsers*/
    text-align: left; 
    border: 2px solid #a28465;
    padding: 10px;
    }

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	

#containerTOP {
    position:relative; 
    width:700px; 
    height:20px; 
    margin:1px auto 0 auto; 
    }   

#container {
    position:relative; 
    width:700px; 
    height:20px; 
    margin:20px auto 0 auto; 
    } 





/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/

#header {
    border-bottom: 2px solid #a28465;
    margin-bottom: 10px; 
	margin: 0 auto;	
	padding: 0;
	}
#header div { 
	text-align: center;
	padding: 40px 0 97px 20px;	
	}	
#header h1 {
	margin: 10; 
	clear: both;
	padding: 40px 0 0 0px;	
	font-size: 4em;	
	}
#header h1 a { 
	padding: 0;
	color: #000;
	font-family: Century Gothic, sans-serif;
	font-weight: normal;
	color: #000;	
	}	
#header h1 a:hover { background-color: transparent;  color: gold;} 	
* html #header h1 { padding-top: 23px; }



/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
#header ul {
	margin: 0 40px;
	padding: 0;	
	}
#header li { 
	display: inline;
	list-style-type: none;
	margin: 0 5px;
	font-size: 90&;
	background: url(/images/nav.jpg) no-repeat;
	width: 95px;
	height: 36px;
	float: left;
	text-align: center;
	}	
#header li a { 
	display: block; 
	width: 100%;
	color: #fff;
	padding-top: 7px;
	}		
#header li a.off,
#header li a:hover {   font-size: 90%; font-weight: bold; color: gold; background-color: transparent;  height: 30px; }





/* #footer */

#footer {
    border-top: 2px solid #a28465;
    margin-top: 10px;
    padding-top: 5px;
    }  
    
#footer p {
    font-size: 0.9em;
    text-align: center;
    font-weight: bold; 
    color: #a28465;
    } 

#footer a {
    color: #a28465;
    text-decoration: none;
    }
    
#footer a:hover {
    text-decoration: underline;
    }    


 

    
    
    

    
            