body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #696969;
	background-color: #FF3334;
}

#body {
	margin-left: auto;
	margin-right: auto;
	width: 775px;
	text-align: center;
}

#menu {
	background-color: #FF3334;
	width: 380px;
	margin-bottom: 10px;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	float: left;
	list-style-type: none;
	margin: 0 0 0 0;
	text-align: center;
}

#menu a {
	color: White;
	background-color: #FF3334;
	font-size: 1.1em;
	text-decoration: none;
	display: block;
	width: 190px;
	font-weight: bold;
	height: 15px;
}

#menu a:hover {
	background-color: White;
	color: #FF3334;
}


#text {
	line-height: 1.5em;
	background-color: White;
	height: 407px;
	text-align: center;
	padding: 10px;
}