body {
	font: 11px/13px "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	color: #666;
}

img {
	border: 0;
}

#wrapper {
	width: 960px;
	height: 650px;
	margin: 0 auto;
}

#top {
	width: 960px;
	height: 325px;
}

#menu {
	width: 960px;
	height: 18px;
}

#menu ul {
	margin: 0 0 0 372px;
	padding: 0;
	list-style-type: none;
}

#menu ul li {
	margin: 0 30px 0 0;
	padding: 3px 0 0 0;
	float: left;
}

#menu ul li a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
}

#menu ul li a:hover {
	text-decoration: underline;
}

#menu ul li ul {
	display: none;
}

#bottom {
	width: 960px;
	height: 307px;
}