/* CSS Document  2009 by afoch.org */

body {
	background-color: #c9c9c1; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #000;
	}
	
#container {
	width: 900px;
	margin: 1em auto;
	}
	
#logobox {
	background-image: url("banner.jpg");
	width: 900px;
	height: 150px;
	}
	
#navbox {
	background-image: url("nav.jpg");
	width: 900px;
	height: 50px;
	}
	
#content {
	background-image: url("back.jpg");
	width: 900px;
	height: auto;
	}
	
#footer {
	background-image: url("footer.jpg");
	width: 900px;
	height: 43px;
	}

 
/* Head-Nav */
	
#headnav ul {
padding: 0 0 0 0px;
margin: 0 0 0 0;
}

.headnav li {
    display:inline;
	 }
   
.headnav li a:link, .headnav li a:visited {
    text-decoration: none;
    color: #000;
    padding: 9px 2px 15px 2px;
    }
   
.headnav li a:hover {
    background-position: top;
    text-decoration: none;
    color: #fff;
    background: url(button.jpg) repeat-x bottom;
    padding: 9px 2px 15px 2px;
	}
   
.headnav li a:active {
	}

.head-active {
    text-decoration: none;
    color: #000;
    font-weight:bold;
    background: url(button.jpg) repeat-x bottom;
   }

.head-hover {
    text-decoration: none;
    color: #fff;
    font-weight:bold;
    background: url();
	}
	
#headnav li a.active:link, #headnav li a.active:visited, #headnav li a.active:active, #headnav li a.active:hover {
	text-decoration: none;
	color: #fff;
   background: url(button2.jpg) repeat-x bottom;
} 	

	
