/* Tags */

html{
	overflow-x:hidden;
	overflow-y:scroll;
}

body {
	margin: 0px;
	margin-top:30px;
	color:#fff;
	background-color: #524968;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1{
	font-size:20px;
	margin:0;
	padding:0;
}

a{
	color:#a97d1f;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	color:#fff;
	text-decoration:none;
}

/* End of Tags */

/* IDs */

#container{
	margin:0;
	margin-left: auto; 
	margin-right: auto;
	width: 789px;
	clear:both;
}

#headerImage{
	width:789px;
	height:207px;
	display:block;
}

.headerImage{
	margin:-9px 0px 0px -11px;
}

#top{
	background:url(../images/top.gif) no-repeat top left;
	width:789px;
	height:18px;
	clear:both;
	padding:0;
	margin:0;
}

#content{
	background:url(../images/background.gif) repeat-y top left;
	width:789px;
	padding:0 20px 0 20px;
	clear:both;
}

#bottom{
	background:url(../images/bottom.gif) no-repeat top left;
	margin-left:-20px;
	width:789px;
	height:18px;
	clear:both;
}

#contentContainer #content{
	width:750px;
}


#details{
	text-align:center;
	width:235px;
	margin:-216px 28px 0px 0px;
	
	padding:0px 0px 0px 0px;
	
	height:198px;
	float:right;
	display:block;
	background-color:#000;
}

#navigation{
	margin-top:-14px;
	padding-top:4px;
	background:url(../images/navBG.gif) repeat-x top left;
	width:772px;
	height:27px;
	margin-left:-11px;
}

#navigation a{
	text-decoration:none;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
}

#specials{
	font-family:'Comic Sans MS';
	font-weight:bold;
	background:url(../images/specials.gif) no-repeat top left;
	text-align:center;
	width:157px;
	height:188px;
	padding:50px 10px 10px 10px;
	margin:5px;
	display:block;
	float:right;
	border:0;
}

#specials a{
	font-family:'Comic Sans MS';
	color:#fff;
}

#specials a:hover{
	font-family:'Comic Sans MS';
	color:#a97d1f;
}

#specials p{
	margin:0;
}

#specialMenu{
	background:url(../images/happyhour.gif) no-repeat top left;
	height:99px;
	width:177px;
	font-size:12px;
	text-align:center;
	padding-top:5px;
}

#menuNav{
	font-weight:bold;
	float:left;
	display:block;
}

#menuNav a{
	color:#fff;
}

#menuNav a:hover{
	color:#a97d1f;
}


#theMenu{
	color:#000;
	font:Tahoma;
	font-weight:bold;
	font-size:11px;
	width:510px;
	float:right;
	display:block;
}
/* End Of IDs */

/* Classes */
.headers{
	padding:6px 0 8px 10px;
	color:#FFF;
	background-color:#4d2f47;
	font-weight:bold;
	font-size:16px;
}

.description{
	font-size:9px;
}

.font12{
	font-size:12px;
}

.font15{
	font-size:15px;
}

.font30{
	font-size:30px;
}

.title{
	font-size:14px;
	font-weight:bold;
}

.address{
	font-size:10px;
	font-weight:bold;
}

.contact{
	font-size:14px;
	font-weight:bold;
}

.pageHeader{
	width:190px;
	height:70px;
	text-indent:-10000px;
	background:url(../images/logo.gif) no-repeat top center;
	margin:8px auto 4px auto;
}

div.navigation {
	height: 50px;
	vertical-align: middle;
	text-align: center;
}

.footer{
	margin-top:10px;
	padding-top:10px;
}

.small-footerLeft{
	font-weight:bold;
	width:50%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	line-height: 19px;
	padding-left:25px;
}

.footerMiddle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align:center;
	color: #fff;
}

.small-footerRight{
	font-weight:bold;
	width:50%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	line-height: 19px;
	text-align:right;
	padding-right:25px;
}

.floatLeft{
	display:block;
	float:left;
	margin:10px;
	padding:0;
	border:0;
}

.floatRight{
	display:block;
	float:right;
	margin:10px;
	padding:0px;
	border:0;
}

.imageLeft{
	display:block;
	float:left;
	margin:10px;
	padding:0;
	border:0;
}

.imageRight{
	display:block;
	float:right;
	margin:10px;
	padding:0px;
	border:0;
}

.gold{
	color:#a97d1f;
}
