body {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#nav {
	position: absolute;
	left:0px;
	top:0px;
	margin:0px;
	padding:0px;
	z-index:1;
}
#nav {
	position: absolute;
	left:5px;
	top:210px;
	width:140px;
}
#nav a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#nav a:hover {
	text-decoration: underline;
	font-weight: bold;
}
#content {
	position: absolute;
	left:160px;
	top:210px;
	width:660px;
}
