body {
	background: url(../images/burgandy-bground.gif) repeat-x;
	text-align:  center;
	font: normal 1em Helvetica;
	color: #666666;
	height: auto;
	width: auto;
	margin-top: 2em;
}
#mainlogo {
	width: 19em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2%;
}
#mainnav {
	font: normal 1em Helvetica;
	color: #666666;
	text-align: center;
	height: auto;
	width: auto;
	margin-top: 2em;
}
a {
	font-family: Helvetica;
	font-size: 1em;
	color: #666666;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #666666;
}
