body
{
	text-align: center;
}

#nav
{
	text-align: center;
	width: 100%;
	margin-top: 10px;
}

.nav a
{
	text-decoration: none;
	color: #FFF;
	padding: 8px;
	line-height: 25px;
	font-size: 0.9em;
	font-family: "Arial Narrow";
	background: #993366;
	margin-left: 1px;
	margin-right: 2px;
}

.nav a:hover
{
	background: url(button_hover.gif) center repeat-y;
	background-color: #993366;
	color: white;
	font-weight: 400;
}