#head {
	position: absolute;
	height: 150px;
	width: 790px;
	left: 5px;
	top: 5px;
}
#nav {
	position: absolute;
	width: 160px;
	left: 5px;
	top: 160px;
}
#content {
	position: absolute;
	width: 575px;
	left: 215px;
	top: 160px;
	background-image: none;
}
#copyright {
	text-align: right;
	position: absolute;
	z-index: 1;
	right: 5px;
	bottom: 5px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #000000;
}
#region {
	position: absolute;
	width: 40px;
	left: 170px;
	top: 160px;
}
.copyright {
	font-size: .7em;
	font-style: italic;
	color: #006699;
}
h3 {
	color: #cc3333;
}
.list {
	padding-left: 20px;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #cc3333;
	text-decoration: underline;
}
.designernote {
	color: #66CC33;
	text-decoration: underline blink;
}
.blockquote {
	color: #CC9900;
	text-indent: 0%;
	margin: 0px 0px 0px 30px;
}
