@charset "utf-8";
#navigation {
	width: 940px;
	float: left;
}
.displace {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 13px;
	margin-top: 7px;
	float: left;
	text-align: center;
	text-transform: uppercase;
	width: 155px;
	font-weight: normal;
	letter-spacing: 1px;
}

a.button {
	height: 30px;
	text-decoration: none;
	float: left;
	background-color: #DADADA;
	width: 155px;
}
a.button:hover {
	background-color: #FFFFFF;

}

#section {
	height: 30px;
	text-decoration: none;
	background-color: #FFF;
	float: left;
	width: 155px;
}
