.top {
	height: 95px;
}
.top h1 {
	font-size: 28px;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 7px;
	font-weight: bold;
}
.top p {
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}
.nav {
	height: 32px;
	background-image: url(/img/nav.gif);
}
.nav ul {
}
.nav li {
	display: block;
	float: left;
	line-height: 28px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	width: auto;
	text-align: center;
	margin-left: 13px;
}
.nav a {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

