body {
	font-family: Arial, Helvetica, sans;
	margin-bottom: 0px;
}
#wrap {
	width: 675px;
	margin: auto;
}

#nav ul { 
	list-style: none;
	margin: 10px 0 20px 0;
}

#nav ul li { 
	display: inline;
}
a {
	color: #c00000 !important;
	text-decoration: none !important;
	font-weight: bold;
}

#footer {
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 0px;
	border: 1px solid #999;
	border-bottom: 0;
}