@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FCD37C;
}
#wrapper {
	margin: auto;
	width: 955px;
	position: relative;
}
#menu {
	width: 502px;
	float: right;
	background-image: url(site_images/menu_bkg.png);
	height: 44px;
	background-repeat: no-repeat;
	margin-top: 50px;
	padding: 15px;
	font-weight: bold;
	position: relative;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu ul li a {
	color: #FCD78A;
	text-decoration:none;
	padding: 25px 30px 20px 5px;
}
#menu ul li a.restaurants{
	text-decoration:none;
	padding: 10px 30px 10px 5px;
}
#menu ul li a:hover {
	color:#FFF;
}
#menu ul li a.current {
	color:#FFF;
}
#tickets {
	position: absolute;
	left: 344px;
	top: -58px;
	z-index: 10;
}
#logodiv {
	width: 250px;
	position: absolute;
	left: -421px;
	top: -4px;
	height: 359px;
	z-index: 50;
}
#time_location {
	position: absolute;
	top: 366px;
	left: -415px;
}
#maincontent {
	width: 472px;
	float: right;
	background-image: url(site_images/maincontent_bkg.png);
	min-height: 400px;
	padding-left: 30px;
	padding-top: 15px;
	padding-right: 30px;
}
#footer {
	background-color: #D32127;
	clear: both;
	min-height: 30px;
	padding: 8px;
	text-align: center;
	position: relative;
}
#footerbtm {
	height: 20px;
	background-color: #221E1F;
	text-align: center;
	padding-top: 5px;
}
#facebook {
	position:absolute;
	left:802px;
	top:22px;
	width:145px;
	height:44px;
	z-index:1;
}
.caviar {
}
.creamtext {
	color: #FCD78A;
}
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
h1 a, h2 a, h3 a{
	text-decoration:none;
	color:#333;
}
h1 a:hover, h2 a:hover, h3 a:hover{
	color:#D32127;
}
h1 a:visited, h2 a:visited, h3 a:visited{
	color:#333;
}
.menutxt {
	font-size: 24px;
}
.menuHome {
	position: absolute;
	left: 31px;
	top: 24px;
}
.menuAbout {
	position: absolute;
	left:127px;
	top: 24px;
}
.menuRestaurants {
	position: absolute;
	left:230px;
	top: 10px;
}
.menuSponsors {
	position: absolute;
	left:378px;
	top: 25px;
}
.maintext, .maintext a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	text-decoration:none
}
.maintext a:hover {
	color: #D32127;
}
.footerbtm, .footerbtm a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	text-decoration:none;
}
.footerbtm a:hover{
	color:#CCC;	
	}
.sans {
	font-family: Arial, Helvetica, sans-serif;
}
hr {
	border: 0px; 
	border-top: 1px solid #CCC;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
