.clear {
	clear: both;
}
.wrap {
	margin: 0 auto;
	width: 900px;
}
#ajax-wrap {
	width: 900px;
}
#menu {
	text-transform: lowercase;
	float: right;
	height: 120px;
	padding: 73px 0 0 98px;
	width: 475px;
	background: url(../images/white_bubbles.jpg) no-repeat top right;
}
#menu li {
	display: inline;
}
#menu li a {
	float: left;
	padding: 3px 6px;
	margin: 0 20px 0 0;
	font-weight: bold;
	color: #B25281;
}
#menu li a:hover, #menu li a.current {
	background: #EDD3E0;
}
#text {
	clear: both;
	margin: 0 0 40px;
}
