/* CSS Document */
.border {
	border-top: 1px solid #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-style: none;
	border-left-style: none;

}
.navigation {
	font-size: 12px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
.employment {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	font-size: 12px;


}
a.employment:hover {
	color: #FFFF00;
	text-decoration: underline;
}
.chicago-gentlemen {
	font-weight: bold;
	text-decoration: underline;
}
.private-party-rooms {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
a.private-party-rooms:hover {
	color: #FFFF00;
	text-decoration: underline;
}	

