body {
	font-size:100.01%;
	font-family:"Lucida Grande","Lucida Sans Unicode","Helvetica","Arial", sans-serif;
	background:url(../img/background.jpg) repeat-x;	
}

 #wrapper {
	width:750px;
	margin-left:auto;
	margin-right:auto;
}

#wrapper img {
	padding:1px;
	margin:2px;
	border:1px solid black;
}
	
	#menu {
		width:750px;
	}
	
		#menu li {
			margin:10px;
			list-style:none;
			float:left;
		}
		
		#menu li a {
			text-decoration:none;
			color:black;
			font-size:0.8em;
			
			border-top:5px solid #FFD200;			
		}
		
		#menu li a:hover {
			border-top:5px solid #FCF1BC;	
		}

	#content {
		width:550px;
	}