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

/* main structure */
html,body {
	background-color:#000;

	font-family:"Times New Roman", Times, serif;
	font-size:12;
	color:#FFF;

}
.wrapper {
	position: relative;
	width: 890px;
	margin-left: auto;
	margin-right: auto;
/*	border: 1px solid #FFFFFF;
*/	
}
		
.logo {
	width:173px;
	margin-left: auto;
	margin-right: auto;
	
}
.frame {
/*	border: 1px solid #009900;
*/	background-image: url(../images/site/frame_890x561.gif);
	width: 890px;
	height: 561px;
}
.navigation {
	position:absolute;
	width: 825px;
	height: 27px;
	top: 110px;
	left: 38px;
/*	border: 1px solid #000066;
*/}
.stage {
	position:absolute;
	width: 797px;
	height: 453px;
	top: 150px;
	left: 44px;
/*	border: 1px solid #008866;
*/	
}

.pagetitle {

	float:left;
	width:75px;
	height:348px;
	margin:50px 0px;
	
}
#content {
	width:700px;
	height:453px;
	float:left;
	margin-left:10px;
	/*overflow:scroll;*/
}

/*image layout for press */

div.img
{
  margin: 2px 8px;;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	

div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
div.img a:hover img {border: 1px solid #FF0;}
div.desc
{
  text-align: center;
  font-weight: normal;
  width: 200px;
  margin: 2px;
}

/* end image layout for press */

#partycontent {
	width:720px;
	height:453px;
	float:right;

	/*overflow:scroll;*/
}
#content h2 {

}
#flexmain {
	width:690px;
}


#middlecolumn {
	width:440px;
	height:453px;
	float:left;
}
.abouttext {
	width:440px;
	height:452px;
}

#rightcolumn{
	width:280px;
	float:left;
	height:453px;
}
.submenu {
	width:720px;
	height:30px;
	float:left;
}
.menucolumn {
	width:720px;
	height:423px;
	float:right;
}
.menutext {
	width:720px;
	height:422px;
	text-align:center;
}

#featured {
	width:385px;
	height:400px;
/*	border:3px solid #ae8c45;*/
/*	background-color:#191919;*/
	background-image:url(/images/featured/happyhour/hh_dark.jpg);
	background-repeat:no-repeat;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	padding:5px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.dinela  {
	color:#7EB5D3; 
	font-size:40px;
	
	background-color:#FFF;
}

.brown  {
	color:#956c2a;

}

.press li,a {
	color:#FFF;
	font-size:18px;
	text-decoration:none;
}

IMG.displayed {
    display: block;
	margin-top:20px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom:20px;
	
	}
	
	
.footer {
	margin-left: auto;
	margin-right: auto;
/*	border: 1px solid #994400;
*/	height: 30px;
	width: 890px;
	font-weight: bold;
	color: #a19167;

}
.footer a {
	color: #FFF;
	text-decoration: none;
	margin-right: 8px;
}
/* --- image sprites  -- */

img.leaf {
	width:33px;
	height:15px;
	background:url(images/imgSprite_leaf.gif) 0 0;
}


/* Open Table Customizations */

#OT_searchWrapperAll {
	color:#000;
	background-color:#000;
}
.OT_feedTitle {
	display:none;
}

#OT_searchWrapper {
	background-color:#000;
}

