body {
	background: url(images/layout/bg.jpg) #8e1b13 repeat-x;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	padding: 0px;	
}

#header{
	margin: auto;
	width: 900px;
	height: 115px;
	position: relative;
	left: -25px;
	z-index: 100;
}

#links{
	float: right;
	width: 120px;
	height: auto;
	margin-right: -60px;
}

#text_bg{
	background: url(images/layout/text_bg.png) repeat-y;
	margin-left: auto;
	margin-right: auto;	
	position: relative;
	top: -50px;
	left: 0px;
	width: 613px;
	height: 500px;
	overflow-y: auto;
}

#wrapper{
	margin: auto;
	width: 800px;
}

#footer{
	margin: auto;
	left: -200px;
	position: relative;
	color: #111111;
}

#text_bg p{
	margin-left: 35px;
	margin-right: 35px;	

}
	
ul li {
   display:block;
   float:left;
	z-index: 1000; 
	margin-left: auto;
	margin-right: auto; 
   }

ul li a {
   display:block;
   width:800px; 
   height:105px;
   background:transparent url(images/layout/nav.png) no-repeat 0 0;
   text-indent:-9009px;
   z-index: 100;
   }
   
ul li#n1 a { width:260px; background-position: -0px 0px;}    
ul li#n2 a { width:120px; background-position: -260px 0px;}  
ul li#n3 a { width:160px; background-position: -380px 0px;}  
ul li#n4 a { width:80px; background-position: -540px 0px;}  
ul li#n5 a { width:60px; background-position: -620px 0px;}  
ul li#n6 a { width:120px ; background-position: -680px 0px;}  
 

ul li#n1 a:hover {background-position: -0px -105px;}
ul li#n2 a:hover {background-position: -260px -105px;}
ul li#n3 a:hover {background-position: -380px -105px;}
ul li#n4 a:hover {background-position: -540px -105px;}
ul li#n5 a:hover {background-position: -620px -105px;}
ul li#n6 a:hover {background-position: -680px -105px;}


  
 
#hi{
	margin-left: auto;
	margin-right: auto;
	top: -200px;	
	position: relative;
	z-index: 1;
	float: left;

	
}

#huah{
	z-index: 100000;
}

#footer a:link {
COLOR: #000000;
text-decoration: underline;

}
#footer a:visited {
COLOR: #000000;
text-decoration: underline;

}
