@charset "utf-8";
body,td,th {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
}

body {
	background-image: url(../images/danceclub.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #F00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F00;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
}

#container {
	text-align: center;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#club {
	margin: 0px;
	padding: 0px;
	float: left;
}
#crazylarry {
	float: left;
	padding: 0px;
	margin-top: 150px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#privateparty {
	float: left;
}


#header {
	clear: both;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: medium none #FFFFFF;
}
#navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #F00;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.img-left {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: medium double #FFFFFF;
}
.pricing-right {
	width: 700px;
	margin: 10px;
	padding: 10px;
	float: right;
	border: medium double #FFFFFF;
}
#container p {
	font-size: 24px;
}

