body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #000;
	margin: 15px 0 0 0; 
	padding: 0;
	text-align: center; 
	color:#000;
}
#container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #F4F5EA;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header { 
	padding: 0 10px 0 20px;  
	height: 40px;
}

#header h1 {
	margin: 0; 
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#header a:link, #header a:visited {
	font-family:"Trebuchet MS";
	line-height:40px;
	color:#000;
	text-decoration:none;
	font-size:16px;
	display:inline-block;
	float:left;
	width:117px;
	text-align:center;
	
}

#header a:hover{
	color:#990000;
	background:#E6E6E6
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height:300px;
}

#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#2D0000;
	color:#FFF;
	margin-top:10px;
}

#footer p, #footer a {
	margin: 0;
	color:#fff;
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

img{
	border:0;
	
}

h1{
	color:#F4F5EA;
	font-size:1px;
	margin:3px;
}
h2{
	color:#F90;
	font-size:20px;
	margin:0 0 5px;
	padding-bottom:10px;
}

h3{
	color:#900;
	font-size:16px;
}

#header_rotator{
	width:885px; 
	height:280px; 
	border:1px solid #000; 
	margin-left:-20px; 
	background:#000;
	display:block;
}
#rotator{
	width:527px; 
	height:280px; 
	float:right;
	overflow:hidden;
	z-index:0;
	border-left:#000 2px solid;
}
#rotator p{
	margin:50px 40px 20px;
	font-size:22px;
	color:#666;
}
#rot_text a:link,#rotator a:visited{
	color:#FFF;
	text-decoration:none;
	font-size:16px;
	font-weight:normal;
}
#rot_text a:hover{
	text-decoration:underline;
}
#rot_text{
	z-index:10;
	width:150px;
	height:280px;
	/*background:#000;*/
	color:#FFF;
	padding:30px 10px;
	float:right;
	margin-right:10px;
	opacity:0.7;filter:alpha(opacity=70);
	font-size:12px;
	font-weight:bold;
}
/*FRONT PAGE*/

#welcome{
	border:#666 solid 1px;
	width:450px;
	height:300px;
	padding:5px 20px;
	color:#333;
	font-size:14px;
	text-align:center;
	background:#F7F7F7 top left no-repeat;
}
#message{
	border:#666 solid 2px;
	width:150px;
	height:30px;
	text-align:center;
	padding:20px 20px;
	color:#333;
	font-size:14px;
	background:#FFF;
	float:right;
}
#message a{
	color:#900;
	font-size:20px;
	text-decoration:none;
}
#menu_dishes{
	float:right;
	width:250px;
	height:300px;
	padding:5px 20px;
	border:#dfdfdf solid 1px;
	text-align:center;
}
#menu_dishes #text{
	font-size:10px;
	color:#666;
}
#select_menu_dishes{
	margin-top:10px;
	width:770px;
	height:80px;
	padding:5px 20px;
	border:#dfdfdf solid 1px;
	text-align:center;
}

#ads a:link, #ads a:visited{
	border:#CCC 1px solid;
	padding:6px;
	background:#f1f1f1;
	margin:2px;
	display:block;
	height:100%;
}
#ads a:hover{
	border:#999 1px solid;
	background:#e1e1e1;
}

#displaytext .price{
	float:right;
	color:#900;
}
#displaytext .title{
	font-size:14px;
}

.menu{
	width: 750px;
	border:#930 solid 3px;
	background-color:#EEE9E6;
	font-size:14px;
	padding:10px;
}
.menu img{padding:3px;}
.menu th{
	color:#000;
	font-size:18px;
	text-align:center;
	border-bottom: #CCC 1px solid;
	padding-bottom:10px;
}

.menu .name{
	width: 300px;
	color:#900;
	font-weight:bold;
	text-align:left;
	text-transform:capitalize;
	vertical-align:middle;
	border-bottom: #FFF 1px solid;
}
.menu .title{
	font-weight:bold;
	font-size:16px;
	color:#333;
	text-align:center;
	background-color:#CCC;
	padding:0;
	margin:0;
}
.menu .price{
	width: 50px;
	color:#333;
	font-weight:bold;
	text-align:center;
	border-bottom: #FFF 1px solid;
}
.menu .description{
	color:#333;
	font-weight:normal;
	text-align:left;
	text-transform:none;}
	
.reviews {
	padding:0px 20px 5px;
	border:#dfdfdf solid 1px;
	text-align:left;
	margin-top:10px;
	background:#fff;
}
