@charset "utf-8";
/* CSS Document */
body {
		background: #ffee9b url(../images/bg.jpg) center top no-repeat;
		color: #505050;
		}

#header {
	position: relative;
	float: left;
	width: 1007px;
	height: 234px;
	padding: 0;
	margin: 0;
	background: url(../images/restaurant_01.jpg); 
	}

#menu {
    width: 713px;
	height: 43px;
    background: url(../images/menu_both.jpg);
    margin: 0;
	padding: 0;
    position: relative;
	top: 160px;
	left: 279px;
	}
	
#menu li {
    margin: 0;
	padding: 0;
	list-style: none;
    position: absolute;
	top: 0;
	}

#menu li, #menu a {
    height: 43px;
	display: block;
	}

#menu #panel1b {
	left: 43px;
	width: 103px;
	}
	
#menu #panel2b {
	left: 147px;
	width: 134px;
	}
	
#menu #panel3b {
	left: 282px;
	width: 132px;
	}
	
#menu #panel4b {
	left: 415px;
	width: 282px;
	}
	
#panel1b a:hover {
    background: transparent url(../images/menu_both.jpg) -43px -43px no-repeat;
	}

#panel2b a:hover {
    background: transparent url(../images/menu_both.jpg) -147px -43px no-repeat;
	}

#panel3b a:hover {
    background: transparent url(../images/menu_both.jpg) -282px -43px no-repeat;
	}
	
#panel4b a:hover {
    background: transparent url(../images/menu_both.jpg) -415px -43px no-repeat;
	}

#menu li a span {
	display: none;
	}
	
.oneColFixCtr #mainContent {
	background: url(../images/restaurant_02.jpg) no-repeat;
	height: 462px;
	width: 897px;
	padding: 0 55px 10px 55px;
	display: block;
	float: left;
	}

h1 {
	width: 100%;
	}	

h1 span {
	display: none;
	}
	
h2.welcome {
	width: 100%;
	clear: left;
	font: bold 14px/16px Tahoma, Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	}

.clearBoth {
	width: 100%;
	clear: left;
	}
	
#leftPreview {
	width: 550px;
	float: left;
	clear: left;
	margin: 10px 0 0 0;
	}
	
#rightPreview {
	width: 300px;
	float: left;
	margin: 10px 0 0 20px;
	padding: 0 0 0 20px;
	border-left: 1px solid #CACACA;
	}

img.spacer {
	padding: 0 5px 0 0;
	}	

#footer {
	font: normal 12px/14px Tahoma, Arial, Helvetica, sans-serif;
	background: url(../images/restaurant_03.jpg) no-repeat;
	height: 40px;
	width: 970px;
	margin: 0;
	padding: 15px 37px 0 0;
	float: left;
	text-align: right;	
	}

#footer a {
	text-decoration: underline;
	color: #505050;
	}
	
#footer a:hover {
	text-decoration: none;
	}
	
#changeSection {
	height: 47px;
	width: 950px;
	position: relative;
	float: left;
	margin: -14px 0 0 0;
	padding: 0 0 0 55px;
	display: block;
	}

#danceClub a {
	background: transparent url(../images/change_both.jpg) no-repeat;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	height: 44px;
	width: 349px;
	display: block;
	}

#danceClub a:hover {
	background: transparent url(../images/change_both.jpg) 0 -44px no-repeat;
	}

#danceClub a span {
	display: none;
	}
	