body {
	background-color: #000000;
	width: 100%;
	margin: 0 auto;
	color: #ffffff;
}

.shadow {
	text-shadow: 2px 2px 2px #000;
}

#header {
	width: 100%;
	position: fixed;
	top: 0;
	text-align: center;
	font: 8pt Geneva, Arial, Helvetica, sans-serif;
	color: #ddd;
}

#header-text, #header-form {
	float: left;
	padding: 2px 5px;
	text-transform: uppercase;

}

#header-form input {
	font: 8pt Geneva, Arial, Helvetica, sans-serif;
	background: none;
	border: none;
	color: #eee;
	border: 1px solid #999;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

#header-form input[type=submit] {
	background-color: #515151;
	border-top: 1px solid #797979;
	border-left: 1px solid #797979;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	padding: 0 1em;
}

#container {
	width: 850px;
	position: relative;
	left: 50%;
	margin-left: -425px;
}

#text {
	margin: 15px 50px;
	color: #876228;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 125%;
}

#text a {
	text-decoration: none;
	border-bottom: 1px solid #666;
	}

#topRight {
	width: 580px;
	height: 190px;
	float: left;
	}


#menu {
	width: 220px;
	float: left;
}

#buttons, #buttons li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#buttons li {
	width: 220px;
	height: 32px;
}

#buttons li.footer {
	height: 90px;
	color: #876228;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	letter-spacing: 1px;
	}

#buttons li.footer p {
	margin: 0;
	padding: 5px 0;
	}
	
#buttons li a {
	border: 0;
}

a {
	color: #eeeeee;
	letter-spacing: 0;
}


a#press:hover, a#home:hover, a#calendar:hover, a#promotions:hover, a#drinks:hover, a#food:hover, a#gallery:hover, a#bottle:hover, a#parties:hover, a#mailinglist:hover, a#directions:hover {
	background-position: -220px;
	}
a#home {
	display: block;
	width: 220px;
	height: 32px;
	background: url('../images/buttons/home.gif');
}
a#calendar {
	display: block;
	width: 220px;
	height: 32px;
	background: url('../images/buttons/calendar.gif');
}
a#promotions {
	display: block;
	width: 220px;
	height: 32px;
	background: url('../images/buttons/promotions-and-events.gif');
}
a#press {
	display: block;
	width: 220px;
	height: 32px;
	background: url('../images/buttons/press.gif');
}
a#drinks {
	display: block;
	width: 220px;
	height: 32px;
	background: url('../images/buttons/drinks.gif');
}
a#food {
	display: block;
	width: 220px;
	height: 32px;
	background: url('../images/buttons/food-menu.gif');
}
a#gallery {
	display: block;
	width: 220px;
	height: 32px;
	background: url('../images/buttons/gallery.gif');
}
a#bottle {
	display: block;
	width: 220px;
	height: 32px;
	background: url('../images/buttons/bottle-service.gif');
}
a#parties {
	display: block;
	width: 220px;
	height: 32px;
	background: url('../images/buttons/parties-and-catering.gif');
}
a#mailinglist {
	display: block;
	width: 220px;
	height: 32px;
	background: url('../images/buttons/mailing-list.gif');
}
a#directions {
	display: block;
	width: 220px;
	height: 32px;
	background: url('../images/buttons/directions-and-hours.gif');
}

#footer {
	text-align: right;
	color: #999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	position: fixed;
	right: 1px;
	bottom: 0px;
	width: 100%;
	background: #333;
	padding-top: 3px;
	border-top: 1px solid #555;
	}

#footer a {
	color: #777;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #999;
	}

#socialNetworking {
	padding-top: 20px;
	text-align: right;
	}

#socialNetworking ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#socialNetworking ul li {
	padding: 0 5px;
	float: right;
	}

#socialNetworking a {
	display: block;
	width: 45px;
	height: 15px;
	background: url(/images/social-networking-logos.png) no-repeat;
	font-size: 9px;
	padding-top: 55px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: black;
	}
#socialNetworking a:hover, #socialNetworking a:active {
	color: white;
	}
#socialNetworking a#myspace			{ background-position: 0 0; }
#socialNetworking a#myspace:hover	{ background-position: 0 -70px;	}

#socialNetworking a#facebook		{ background-position: -50px 0; }
#socialNetworking a#facebook:hover	{ background-position: -50px -70px;	}

#socialNetworking a#twitter			{ background-position: -98px 0; }
#socialNetworking a#twitter:hover	{ background-position: -98px -70px;	}

#socialNetworking a#blog			{ background-position: -146px 0; }
#socialNetworking a#blog:hover		{ background-position: -146px -70px;	}
