body {
	font-family: Tahoma, Arial;
	text-align: center;
}
a {
	color: #09357a;
}
#container {
	width: 775px;
}
#navigation {
	width: 167px;
	font-size: 13px;
	float:left;
	color: #09357a;
	text-align: left;
}
#content {
	width: 591px;
	color: #09357a;
	font-size: 16px;
	float: right;
	background-image: url(images/watermark.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	text-align: left;
}
h1 {
	font-size: 20px;
	text-align: center;
}
#footer {
	font-size: 13px;
	position: relative;
	top: -30px;
	left: 20px;
}
a:hover {
	text-decoration: none;
}
li {
	list-style-image: url(images/star.jpg);
}
