
body{
	background-color: #F7F1BB;
}

#header ul, li{border:0; padding:0; margin:0; list-style:none;}

#titlebar{
	background-color:#B68B83;
	/*background-color:#0068C3;*/
	width:998px;
	height:205px;
	margin:0 auto;
	border-top:solid 1px #120C0C;
	border-left:solid 1px #120C0C;
	border-right:solid 1px #120C0C;
}


#menu{
	background-color:#B68B83;
	/*background-color:#0068C3;*/
	height:20px; 
	margin:0 auto;
	width:998px; 

	
	/*border-bottom: 1px solid #909090;*/
	/*border-top: 1px solid #909090;*/
}
#menu ul{

	 padding-left:10px;
	 height:20px;
	 line-height:20px;
}

#menu ul li{
	display:inline;
}
	
#menu ul li a,
#menu ul li a:visited {
	/*background:url(/_img/line.png) right no-repeat;*/
	padding:0 15px;
	display:block;
	text-decoration:none;
	float:left;

	/*color: #416742;*/
	/*color: #190B09;*/
	color: #ffffff;
		
	font-weight:bold;
	text-shadow: #000087 1px 1px 1px;
}

#menu ul li a:hover{
	color: #D8D8D8;
}