*{
	margin: 0;
	padding:0;
}

body{
	background: #612500 url(gui/bg-new.gif) center top;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #c2956e;
}

a{
	color: #fff;
	text-decoration: none;
}


#wrap{
	width: 700px;
	height: 492px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -350px;
	margin-top: -281px;
}

#header{}

#header p{
	height: 50px;
	line-height: 50px;
	min-height: 50px;
	text-align: center;
}

#header h1, #header h2, #header p#tagline{
	display: none;
}

#xfade{
	width: 700px;
	height: 350px;
	overflow: hidden;
	margin-bottom: 4px;
}

#nav{
	background: #885520;
	height: 38px;
	min-height: 38px;
}

#nav ul{
	position: relative;
	margin-left: 41px;
	list-style: none;
}

#nav ul li{
	float: left;
	height: 24px;
	min-height: 24px;
	padding: 7px 0;
}


#nav ul li a{
	float: left;
	display: block;
	height: 24px;
	min-height: 24px;
	line-height: 24px;
	padding: 0 7px;
}

#nav ul li a:hover{
	background: #966a3b;
}

#footer{
	background: transparent url(gui/bgfooter2.png) center -39px no-repeat;
	padding-top: 37px;
	text-align: center;
}

#footer a{
	color: #c2956e;
}

#footer a:hover{
	color: #fff;
}