/* Layout Style */
html {
	overflow-y: scroll;
	overflow-x: auto;
}
.logo{
	padding: 5px 0 5px 15px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #2E0000;
	width: 100%;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: arial, helvetica, verdana, geneva,  sans-serif;
	color: #333333;
	/*background: url(../images/logo.gif) repeat-y scroll center top; */
	background: url(../images/background.png) repeat; 
}
a:link{
	color: #333333;
}
a:link, a:visited{
  color: #333333;
}
a:hover{
  text-decoration: none;
  color: #780303
}

img{
  border: none;
}
#header{
  position: relative;
  height: 50px;
  background-color: #ffffff;		
  border-bottom: 10px solid #9C6903;	
}
.logo{
	position: relative;
}
#wrapper{
	position: relative;
	z-index: 2;
	width: 773px;
	margin-top:16px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	/*border: 1px dotted #666666;*/
	/*border: 2px solid #756739;*/
	/*border-top: 2px solid #9C6903;
	border-left: 2px solid #9C6903;
	border-right: 2px solid #9C6903;
	border-bottom: 2px solid #9C6903;*/
}
#content{
	position: relative;
	/*margin-top: 20px;*/
	/*border: 1px dotted #666666;*/
	/*min-height: 579px;
	height: 579px;
	background: url(../images/test2.jpg) repeat-y scroll center top; */
	top: 3px;
}
#top{
	background: url(../images/top.png) center; 
	height: 67px;
}
#home{
	background: url(../images/home2.jpg) center; 
	height: 447px;
}
#cocktails{
	background: url(../images/cocktails.jpg) center; 
	height: 447px;
}
#events{
	background: url(../images/events.jpg) center; 
	height: 447px;
}
#press{
	background: url(../images/press_bg.jpg) center; 
	height: 447px;
}
#contact{
	background: url(../images/girl2.jpg) center; 
	height: 447px;
}
#bottom{
	background: url(../images/bottom.png) center; 
	height: 67px;
}
#banner{
	position: absolute;
	top: 0px;
	background: url(../images/banner.png) repeat; 
	height: 350px;
	width: 100%;
	border-bottom: 10px solid #2E0000;
	z-index: 0;
}
#footer{
	text-align: center;
}
#menu{
	position: absolute;
	right: 20px;
	top: 35px;
	display: block;
}
.home_img{
	padding-right: 10px;
}
.cocktails_img{
	padding-left: 10px;
	padding-right: 10px;
}
.events_img{
	padding-left: 10px;
	padding-right: 10px;
}
.contact_img{
	padding-left: 10px;
	padding-right: 10px;
}
.logo_temp{
	position: relative;
	top: 14px;
	left: 30px;
}

