body {
	background-color: #51B195;
}
#nav a {
	font-size: x-large;
	font-weight: bold;
	text-decoration: none;
	color: #EC4322;
	font-family: "Comic Sans MS";
}
#nav a:hover {
	color: #000000;
	text-decoration: underline;
}
#left {
	float: left;
	padding-left: 20px;
}
#right {
	float: right;
	padding-right: 20px;
}

