body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg-vertical.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#topNav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
}
#topNav a {
	color: #666666;
	text-decoration: none;
}
#topNav a:hover {
	color: #990D10;
	text-decoration: underline;
}
.copyright {
	font-size: 12px;
	color: #333333;
}
.copyright a {
	text-decoration: none;
	color: #333333;
}
