html, body {
	margin:0; padding:0;
	height:100%;
}
 
body {
	background:url('page_bg.jpg') 50% 50% no-repeat #990033;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:18px;
}
 
#floater {
	position:relative; float:left;
	height:50%;	margin-bottom:-200px;
	width:1px;
}
 
#centered {
	position:relative; clear:left;
	height:430px; width:80%; max-width:777px; min-width:777px;
	margin:0 auto;
	background:#fff;
	border:1px solid #666666;
}
 
#bottom {
	position:absolute;
	bottom:0; right:0;
}
 
#nav {
	position:relative; left:0; top:0; bottom:0; right:70%;
	padding:20px; margin:10px;
	
}
 
#content {
	position:absolute;
	left:162px;
	right:0;
	top:0;
	bottom:0;
	padding-top:105px;
	padding-left: 30px;
	padding-right: 20px;
	overflow:auto;
	height:325px;
	width:565px;
	background:url('images/home-1.jpg')
}

#content1 {
	position:absolute;
	left:162px;
	right:0;
	top:0px;
	bottom:0;
	padding-top:6px;
	padding-left: 30px;
	padding-right: 20px;
	line-height: 15px;
	overflow:auto;
	height:424px;
	width:565px;
	background:url('images/restaurant-1.jpg')
}

#content1 h2 {
color:#009966;
}

#content2 {
	position:absolute;
	left:162px;
	right:0;
	top:0px;
	bottom:0;
	padding-top:6px;
	padding-left: 30px;
	padding-right: 20px;
	line-height: 15px;
	overflow:auto;
	height:424px;
	width:565px;
	background:url('images/Christmas-back.jpg')
}

#content2 h2 {
color:#009966;
}

#side {
background: url('images/side-1.jpg') #990033;
width: 160px;
height:428px;
border:1px solid #ffffff;
}

#logo {
	padding-top:10px;
	padding-left:12px;
	padding-bottom:5px;
	color:#dddddd;
	font-weight: bold;

}

.dish {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #990033;
	text-decoration: none;
	line-height: 14px;
	font-weight : bold;
	letter-spacing : 2.8px;
}

/*----- MENU ----- */

#navleft, #navright {
margin: 0;
padding: 10px;
width: 132px;
list-style: none;
overflow: hidden;
}

#navleft li, #navright li {
width: 132px;
overflow: hidden;
text-transform: uppercase;
font-size:9px;
font-weight:bold;
}

#navleft a, #navright a {
color:#fff;
}

.li_nav_header a  {
display: block;
width: 132px;
height: 20px;
background: url(images/nav_header.gif) no-repeat;
}

.li_nav_body a  {
display: block;
width: 132px;
height: 20px;
background: url(images/nav_body.gif) no-repeat;
padding-left: 25px;
line-height:20px;
}

.li_nav_footer a  {
display: block;
width: 132px;
height: 33px;
background: url(images/nav_footer.gif) no-repeat;
}

.li_nav_body a:hover
{
background-position:  0 -20px;
color:#016001;
}

.li_nav_body a:active  {
background: url(images/nav_body.gif) no-repeat;
background-position:  0 -40px;
color:#fff;
}
.li_selected  {
display: block;
width: 132px;
height: 20px;
background: url(images/nav_selected.gif) no-repeat;
padding-left: 25px;
line-height:20px;
}

.txtsmall {
	font-family: "Trebuchet MS", sans-serif;
	font-size:11px;
	font-style: normal;
	line-height: 18px;
	color: #999999;
	
	text-decoration: none
}
