html {
   width:100%;
   height:100%;
   background:black url('../i/back.png') repeat;
}
#wrapper {

}
#header {
	background-color:#1b170e;
	color:white;
	border:1px solid white; 
}
#navigation{
	background-color:#1b170e;
	border:1px solid white;
}
#content{
	background-color:white;
	color:black;
	border-right: 2px solid black;
	
}
#content-wrapper{
	border:1px solid black;
	
}
#footer{
	background-color:#1b170e;
	color:white;
}
#nav-text li {
	background-color:#1b170e;
	color:white;
}
#sidebar1 {
	background-color:white;
	color:black;
	
	
}
.activelink {
	background:white;
	color:black;
}

a,a:active,a:visited,a:link,a:hover {
	color:black;
}
a:hover {
	font-style:italic;
}