@charset "utf-8";
/* CSS Document */

html, body { 
  height: 100%; 
  margin: 0 0 1px; 
  padding: 0; 
  background: #e0d4b9 url(images/background.jpg) repeat-x;
} 

#container {
	width: 878px;;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#headerbar {
	width: auto;
	height: 276px;
	background-image: url(images/bannerbar.jpg); 
}

#headerrestaurant {
	width: auto;
	height: 276px;
	background-image: url(images/bannerrestaurant.jpg); 
}

#headermusic {
	width: auto;
	height: 276px;
	background-image: url(images/bannermusic.jpg); 
}


#navigation {
	width: auto;
	height: auto;
}

#redmenubuttons {
	width: inherit;
	height: auto;
	background-color: #892828;
	color: #FFFFFF;
	font-size: 16px;
	margin-left: 5px;
	margin-top: 27px;
	padding: 5px 15px;
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#blackmenubuttons {
	width: inherit;
	height: auto;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 16px;
	margin-left: 5px;
	margin-top: 27px;
	padding: 5px 15px;
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#blackmenubuttons:link {
	color: #FFFFFF;
	text-decoration:none;
}

#blackmenubuttons:hover {
	width: inherit;
	height: auto;
	background-color: #892828;
	color: #FFFFFF;
	font-size: 16px;
	margin-left: 5px;
	margin-top: 27px;
	padding: 5px 15px;
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}


#getdirections {
	width: auto;
	height: auto;
	padding-left: 600px;
	padding-top: 120px;
}

#map{
	width: 400px; 
	height: 370px;
	float: right;
	margin-right: 20px;
	font-size: 10px;
}

.gsmsc-mapDiv {
	height : 300px;
}

.gsmsc-idleMapDiv {
	height : 300px;
}

#makereservation {
	width: auto;
	height: auto;
	padding-left: 575px;
	padding-top: 120px;
}


#mainbody {
	width: auto;
	height: auto;
	min-height: 390px;
	background: #FFFFFF;
	border-left: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
	padding: 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#formlabel {
	width: 200px;
	height: auto;
	float: left;
}

#formelement {
	width: 200px;
	height: auto;
	overflow: inherit;
	float: left;
}

#smallboxes {
	width: 240px;
	height: 170px;
	float: left;
	margin-left: 19px;
	padding-right: 19px;
	overflow: auto;
}

#largebox {
	float: left;
	margin-left: 19px;
	padding-right: 19px;
	overflow: auto;
}

#largebox #formlabel {
	width: 100px;
}

#day {
	width: 100px;
	height: 17px;
	float: left;
	border-bottom: 1px dotted #CCCCCC;
}

#smallboxes #day {
	width :60px;
}

#time {
	width: 170px;
	min-height: 17px;
	height: auto;
	float: left;
	border-bottom: 1px dotted #CCCCCC;
}

#band {
	width: auto;
	min-height: 17px;
	height: auto;
	float: left;
	border-bottom: 1px dotted #CCCCCC;
}

#footer {
	width: auto;
	height: auto;
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
}

#clearfloat {
	padding: 0px;
	margin: 0px;	
	float: none;
	clear: both;
}

p {
	padding: 0px;
	margin: 0px;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #892828;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#mainbody a:link {
	color: #892828;
	text-decoration: underline;
}
#mainbody a:visited {
	color: #892828;
	text-decoration: underline;
}
#mainbody a:hover {
	color: #892828;
	text-decoration: underline;
}
#mainbody a:active 
