body {
	margin: 0px 30px 0px 0px
}

#content {
	border: 1px dotted #fc3;
	position: absolute;
	left: 16%;
	top: 20px;
	margin: 12px;
	padding: 12px;
	width: 55%;
}

p {
	font: 13px/20px Georgia, serif;
	color: #660;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 6px 0px;
}
a:link {
	font-weight: bold;
	color: #630;
	text-decoration: underline;
}

a:visited {
	font-weight: bold;
	color: #660;
	text-decoration: underline;
}

a:hover {
	font-weight: bold;
	color: #600;
	text-decoration: underline;
}

h3 {
	font: 24px/26px Georgia, serif;
	color: #600;
	font-style: italic;
	font-weight: normal;
	margin: 6px 0px 3px;
	padding: 6px 0px 3px;
}

h4 {
	font: 22px/24px Georgia, serif;
	font-weight: normal;
	color: #600;
	margin: 4px 0px 2px;
	padding: 4px 0px 2px;
}

h5 {
	font: 16px/18px Georgia, serif;
	font-weight: bold;
	color: #606;
	margin: 6px 0px 3px;
	padding: 6px 0px 3px;
}

#nav {
	float: right;
	text-align: center;
	width: 160px;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
}

#nav li {
	border-bottom: 1px dotted #660;
	margin: 4;
	padding: 4;
	font: 10px/15px Verdana, Lucida, Arial, sans-serif;
	background: #fff;
}

#navtop {
	border-top: 1px dotted #660;
}

#nav li a {
	display: block;
	font-weight: normal;
	padding: 4;
	border-left: 1px dotted #660;
	border-right: 1px dotted #660;
	background: #fff;
	color: #600;
	text-decoration: none;
}
	
#nav li a:hover {
	font-weight: normal;
	background: #606;
	color: #fff;
	text-decoration: none;
}

