#Header {
	background-color: #999933;
	width: 800px;
}
#nav {
	width: 800px;
	height: 73px;
	background-image: url(images/header_02.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
#content {
	width: 798px;
	border: 1px solid #666666;
	background-image: url(images/content.gif);
	height: 300px;
}
#footer {
	background-color: #009966;
	width: 800px;
}
a.navLinks:link, a.navLinks:visited, a.navLinks:active {
	color: #0066CC;
	text-decoration: none;
}
a.navLinks:hover {
	color: #006666;
	text-decoration: underline;
}
