@charset "UTF-8";
/* CSS Document */
* {padding: 0;margin: 0;}

img {border:0px;}

#wrapper {width: 960px;margin-right: auto;margin-left: auto;}
#header {width: 960px;height: 132px;background-image: url(images/bgImages/header.gif);}
#nav {width:960px;height: 42px;background-image:url(images/bgImages/nav.gif);}
#contentWrapper {width:960px;height:auto;}

#main {
	width: 702px;
	height: auto;
	background-image:url(images/bgImages/main.png);
	background-color:#cccc33;
	float: left;
	padding-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding-right: 20px;
	background-color: #ffffff;
	background-repeat: no-repeat;	padding-left: 238px;
}

#content {
	width: 391px;
	min-height:300px;
	background-color: #CCCC32;
	padding-left: 75px;
	margin-top: 15px;
	padding-bottom: 30px;
	padding-right: 10px;
}

#main a, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #906;
	text-decoration:none;
	font-style: normal;
}
#main a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #906;
	text-decoration:underline;
	font-style: normal;
}
#main .padding {
	padding-left: 35px;
}

#footer {
	width: 710px;
	height: 100px;
	background-image:url(images/bgImages/footer.png);
	background-color: #FFF;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 250px;
	padding-bottom: 50px;
	background-repeat: no-repeat;
	padding-top: 20px;
}
#home {
	float: left;
	position: absolute;
	margin-top: 75px;
	margin-left: 250px;
}

/* for navigation bar */
#navlist {
	width: 950px;
	height: 15px;
	text-align: center;
	padding-top: 10px;
}
#navlist li {
	display: inline;
	list-style-type: none;
	height:15px;
	padding-right: 1em;
	padding-left: 1em;
	}
#navlist a, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration:none;
	font-style: normal;
}
.white {
	background-color: #FFF;
	text-align: center;
	margin-right: 15px;
}
#navlist a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #906;
	text-decoration:underline;
	font-style: normal;
}
#index #navlist .index a, 
#about  #navlist .about a,
#restaurants #navlist .restaurants a,
#beverages #navlist .beverages a,
#auction #navlist .auction a,
#sponsors #navlist .sponsors a,
#contact #navlist .contact a,
#tickets #navlist .tickets a,	{
	color: #FF6600;
	text-transform:uppercase;
}
