body {
	background-color: #f2f0ea;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #5c5623;
	margin: 0px;
}
.topbar {
	height: 450px;
	width: 100%;
	background-color: #5c5623;
	background-image: url(images/canty-productions.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	text-align: center;
}
.content {
	width: 500px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
a:visited {
	color: #5c5623;
	text-decoration: underline;
}
a:hover {
	color: #5c5623;
	text-decoration: underline;
}
a:active {
	color: #5c5623;
	text-decoration: underline;
}
a {
	color: #5c5623;
	text-decoration: underline;
}
hr {
   border:0px; border-top:1px dotted #999999; height:0px;
}
