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

 #wrapper {
	width:760px;
}
	
	#menu {
		width:200px;
		float:left;
		margin-right:10px;
	}
	
		#menu li {
			margin:10px 0 10px 0;
			list-style:none;
			background:#BBBBEA;
			border:1px solid #9999C8;			
		}
		
		#menu li a {
			text-decoration:none;
			color:black;
			font-size:0.8em;

			padding:2px;			
		}
		
		#menu li:hover {
			background:white;
		}

	#content {
		width:550px;
		float:left;
	}