a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #990099;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}
body {
	background-image: url(images/canvas.jpg);
	width: 754px;
	font: 77%/1.5em Trebuchet MS, Arial, Sans Serif;
}
#nav{
	position: relative; 
	top: -31px;
	padding-left: 180px;
}
#nav ul {
	margin: 0;
	padding: 0;
}

#nav li { 
	display: inline; 
	list-style-type:none;
	padding-right: 5px;
	font-size: small;
	border-right: 1px solid #000;
	padding-left: 5px;
}
#nav li.last {
	border: none;
	padding-right: 0;
}
div#content {
	text-align: justify;
	margin-left: 30px;
	margin-right: 30px;
}

h1 {
	text-align: center;
}

h3 {
	margin-bottom: 0;
	padding-bottom: 0;
}
p {
	margin-top: 0;
}
div#content dl{
	clear: both;
	width: 100%;
	height: 1%;
}
div#content dt{
	width: 200px;
	float: left;
	text-align: right;
	padding-right: 20px;
	margin: 0;
}
div#content dd{
	padding-bottom: 1em;
	margin: 0;
	width: 300px;
	float: left;
}
