#wrap {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-image: none;
	background-repeat: repeat;
	background-color: #FFFFFF;
}



#contact {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	width: 250px;
	height: auto;
	font-size: large;
	border: thin ridge #663333;
	padding-left: 5px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #663333;
	text-align: center;
	padding-top: 50px;
}

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #663333;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #FF0000;
text-decoration: none;
}
#wrap ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #663333;
