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

body {
	margin: 0;
	padding: 0;	
	background-color: #3E0903;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

p.disclaimer{
	font-size: 10px;
	text-align: center;
}
	
#main {
		width:990px;
		margin-right:auto;
		margin-left:auto;
		margin-top:30px;
		padding-left:170px;
		padding-right:170px;
	  }
	  
#main_content {
		background-image:url(/img/main_bg.jpg);
		background-repeat: no-repeat;		
		background-color:#3E0903;
		width: 990px;
		height: 800px;
		}	  
	  
#header{
        width: 990px;
		height: 255px;
	   }
#title{
        width: 990px;
		height: 47px;
	   }
#left_image{
	z-index: 2000;
	position:relative;
	left:-159px;
	top: -1535px;
	width: 406px;
	height: 844px;
	   }
	   
#specials{
	width: 310px;
	height: 193px;
	position:relative;
	left: 120px;
	top: -8px;
	   }
#subtitle{
	width: 541px;
	height: 18px;
	padding: 27px 20px 0px 40px;
	position:relative;
	left: 370px;
	top: -200px;
	   }	   
#copy{
	width: 560px;
	padding: 15px 20px 15px 40px;
	position:relative;
	left: 370px;
	top: -200px;
	z-index: 10;
	   }
	   
#subpage_copy{
	width: 520px;
	height: 177px;
	padding: 0px 20px 15px 80px;
	position:relative;
	left: 370px;
	top: -200px;
	z-index: 10;
	   }	   
	   
	   		  
#buttons{
	position:relative;
	width: 778px;
	height: 330px;
	left: 212px;
	top: -200px;
		}
#hours{
	position:relative;
	width: 205px;
	left: 0px;
	top: -441px;
	z-index: 2001;
	background-color: #290602;
	height: 276px;
	padding-left: 15px;
		}
#footer_divider{
	position:relative;
	left: 0px;
	top: -476px;
	width: 990px;
	height: 23px;
	z-index: 2002;
		}
#footer{
	width: 990px;
	height: 140px;
	background-image:url(/img/footer.jpg);
	background-repeat: no-repeat;
	position:relative;
	left: 0px;
	top: -476px;
	text-align: center;
	font-size: 9px;
	padding-top: 15px;
	text-transform:uppercase;
	font-weight: bold;	
		}
		
#drink_specials{
	width: 560px;
	height: 199px;
	padding: 50px 10px 0px 50px;
	position:relative;
	left: 370px;
	top: -200px;
	z-index: 10;
	   }
#form{
	width: 678px;
	height: 422px;
	padding: 20px 10px 0px 50px;
	position:relative;
	left: 250px;
	top: 0px;
	z-index: 10;
	   }
	   
#textfield { 
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #000000; 
 background-color: #D7D7D7; 
 border: 1px solid #6A6A6A;
 margin-bottom: 20px;

}	

#textarea { 
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #000000; 
 background-color: #D7D7D7; 
 border: 1px solid #6A6A6A;
 margin-bottom: 20px;
 
}	