img {
	border: 0;
}

a {
	color: #39f;
	text-decoration: none;
}

a:hover {
	color: #00f;
	text-decoration: underline;
}

body {
	text-align: center;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
}

div#page {
	width: 750px;
	margin: auto;
}

ul#nav {
	list-style: none;
	width: 150px;
	text-align: left;
	float: left;
	clear: left;
	padding: 7px 10px;
	margin: 9px 10px;
	background-color: #e6faff;
}

ul#nav img {
	margin-right: 5px;
}

#body {
	width: 560px;
	float: left;
	text-align: justify;
}

dt {
	font-weight: bold;
}

#body ul {
	padding-left: 15px;
}

#body dl ul {
	padding: 0;
}

div#footer {
	clear: both;
	font-size: small;
	margin-top: 1em;
}

div#footer p {
	margin: 0;
}