body {
	background: white url(../images/background.jpg) no-repeat center top;
	color: #666666;
	font-family: Arial, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Sans-serif;
	font-size: 12px;
	margin: 0;
	text-align: center;
}
a img {
	border: 0;
	margin: 0;
	padding: 0;
}

a {
	color: #FF6600;
	text-decoration: none;
}
a:hover {

	color: #FF6600;
}

a.gray {
	color: #666666;
	text-decoration: none;
}
a.gray:hover {

	color: #FF6600;
}

#wrapper {
	margin: 0 auto;
	text-align:left;
	width: 760px;
}
#header {
	height: 219px;
	text-align:center;
}
#content {
	margin-top: 25px;
	margin-left: 85px; /* This aligns the content with the "H" in home in the navbar */
	margin-right: auto;
	width: 625px; 
}
#footer {
	margin: 0 auto;
	padding-top: 20px;
	width: 600px;
	font-size: 11px;
	clear: both;
	height: 50px;
}
#footer div a {
	font-size: 11px;
}
#footer #lfooter {
	float: left; 
	width: 85px; 
	height: 25px;
}
#footer #rfooter {
	float: right;
	width: 425px;
	height: 25px;
	line-height: 16px;
}
#footer #footlogo {
	background: url(../images/logo.gif); 
	height: 25px; 
	width: 85px; 
	display: block; 
	text-indent: -9000px; 
}
#toplink
{
	display: block;
	clear: both;
	text-align: right;
	font-size: 11px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
.noDisplay {
	display: none;
}
