
#header {
	margin: 0px;
	width: 980px;
	height:200px;
	background-color: #F3EDCD;
	background-repeat: x-repeat;
	position:relative;	
	border-top: 1px solid #BBB6A0;
	border-bottom-style:solid; 
	border-bottom-width:1px; 
	
}
#header ul{
	list-style-type: none;
	display:inline;
	position:absolute;
	top:242px;
	left:100px;
}
#header li{
	float:left;
}