body {
	background: #000; /* browser chrome */
	color: #999; /* main font colour */

}

#container {
	background: #303030;
}

#header {
	background: transparent url(/headers/home1.jpg) no-repeat top center;)
}

#header ul{
}

#header ul li{
	color: #AE6A38;
}

#header ul li a{
	color: #AE6A38;
	border: 0px;
}

#header ul li a:hover{
	color: 000;
}

a:active, a:visited, a:link {
color: #AE6A38;
text-decoration:none;
border-color: #AE6A38;
border-width: 0 0 1px 0;
border-style: none none solid none;
}

a:hover {
color: #AE6A38;
text-decoration:none;
border-color: #666;
border-width: 0 0 1px 0;
border-style: none none solid none;
}

#content {
padding: 10px;
}

.title {
	color: #AE6A38;
}

.pagename {
	color: #AE6A38;
}