body {
	background-color: #F0ECDB;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-image: url(../images/topBG.jpg);
	background-repeat: repeat-x;
}
#mPlayer {
	width: 800px;
	text-align: right;
	background-image: url(../images/logoTop.jpg);
	background-repeat: no-repeat;
	height: 44px;
}
#nav {
	font-size:10px
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	height: 27px;
	width: 800px;
	background-image: url(../images/logoBottom.jpg);
	background-repeat: no-repeat;
	padding-left: 107px;
}
#nav ul {
	margin:0;
	list-style:none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
#nav a {
	display:block;
	color: #333333;
	text-decoration: none;
	padding-top: 9px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 6px;
	text-align: center;	
	
}
#nav li {
	float:left;
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}
