body {
	background-color: #1634CA;
}
#nav {
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	font-family: "Monotype Corsiva", Arial;
	font-size: large;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	color: #00FFFF;
}
#content {
	width: 532px;
	background-image: url(images/rest.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 130px;
	padding-bottom: 10px;
}
#content #text {
	height: 435px;
	width: 450px;
	overflow:auto;
	text-align: left;
}
#content #text #right {
	float: right;
}

