/* CSS Document */
body {
	background: url(images/bann.jpg) no-repeat #000000;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body.reviews {
	background: url(images/reviews.jpg) no-repeat #000000;
}
body.weekend {
	background: url(images/week.jpg) no-repeat #000000;
	font-size: 10px;
}
body.clubbing {
	background: url(images/club.jpg) no-repeat #000000;
	font-size: 10px;
}
body.location {
	background: url(images/loc.jpg) no-repeat #000000;
	font-size: 10px;
}
a img {
	border: none;
}
li {
	list-style-image: url(images/li.gif);
}
/* Reviews content */
div#reviews {
	width: 580px;
	height: auto;
	position: absolute;
	left: 20px;
	top: 280px;
}
div#reviews a {
	text-decoration: underline;
	background-color: #000000;
	color: #CE3198;
	font-weight: bold;
}
div#reviews a:hover {
	text-decoration: none;
	background-color: #EDBDDC;
}
/* Clubbing styles */
div#clubbing {
	width: 580px;
	height: auto;
	position: absolute;
	left: 20px;
	top: 280px;
}
div#clubbing a {
	text-decoration: underline;
	background-color: #000000;
	color: #CE3198;
	font-weight: bold;
}
div#clubbing a:hover {
	text-decoration: none;
	background-color: #EDBDDC;
}
/* Week-end styles */
div#weekend {
	width: 580px;
	height: auto;
	position: absolute;
	left: 20px;
	top: 280px;
}
div#weekend a {
	text-decoration: underline;
	background-color: #000000;
	color: #CE3198;
	font-weight: bold;
}
div#weekend a:hover {
	text-decoration: none;
	background-color: #EDBDDC;
}
.info {
	border-left: 5px solid #CE3198;
	padding-left: 5px;
}
/* Location styles */
div#location {
	width: 580px;
	height: auto;
	position: absolute;
	left: 53px;
	top: 273px;
}
div#location a {
	text-decoration: underline;
	background-color: #000000;
	color: #CE3198;
	font-weight: bold;
}
div#location a:hover {
	text-decoration: none;
	background-color: #EDBDDC;
}
div#location .titleLoc {
	font-weight: bold;
	color: #ED22D3;
	background-color: #000000;
}
/* Font classes for reviews */
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 18px;
	border-left: 8px solid #CE3198;
	border-bottom: 1px solid #CE3198;
	padding-left: 5px;
	padding-bottom: 2px;
	background-color: #000000;
	color: #CE3198;
}
.class1 {
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
	color: #F58FD2;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.class1:hover {
	background-color: #980064;
}
.class2 {
	font-size: 12px;
	font-weight: normal;
	color: #CE449F;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.class2:hover {
	background-color: #FFDBF3;
}
.class3 {
	font-size: 13px;
	font-weight: bold;
	color: #CE3198;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
}
.class3:hover {
	background-color: #EDBDDC;
}
.class4 {
	font-size: 16px;
	font-weight: bold;
	color: #980064;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.class4:hover {
	background-color: #F58FD2;
}
.class5 {
	font-size: 11px;
	font-weight: bold;
	color: #CE3198;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.class5:hover {
	background-color: #EDBDDC;
}
.class6 {
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #CE449F;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
.class6:hover {
	background-color: # ;
}
/* Main table */
table#main {
	position: absolute;
	left: 20px;
	top: 220px;
	width: 750px;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 10px;
}
table#main td {
	vertical-align: top;
}
td.important {
	font-weight: bold;
}
table#main a {
	text-decoration: underline;
	background-color: #000000;
	color: #CCCCCC;
	font-weight: bold;
}
table#main a:hover {
	text-decoration: none;
	background-color: #000000;
	color: #CE3198;
}
table#main .numb {
	color: #CE3198;
	background-color: #000000;
	font-weight: bold;
}
