
/* Layout Stylesheet */ 

body {
 behavior:url("includes/css/csshover.htc");
 margin:20px;
 background:#000000;
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 background:#fefefe;
 border:1px solid #000000;
 width:820px;
 margin:auto;
 }

#hdr {
 height:250px;
 background:#fefefe;
 color: #fefefb;
 }

#bar {
	height:30px;
	width:820px;
	background:#000000;
	color: #333333;
	text-align:right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: none;
	border-top-style: solid;
/* border:solid #000000;	 */
/* border-width:1px 0 1px 0; */
 }

#bodyblock {
	position:relative;
	background: #FFFFFF url(none) repeat;
	color: #333333;
	width:820px;
	padding:0;
	margin-top: 30px;
	margin-bottom: 30px;
 }

#l-col {
 float:left;
 background:#FFFFFF;
 color: #333333;
 width:164px;
 padding:20px 0px 0px;
 margin:0; 
 }
 
#foodmenu {
	margin:0px 0px 0px 20px;
	} 

#menuheader {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC475A;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 13px;
	}	
 
#menu {
 width:164px;
 border:1px solid gray;
 }

#menuitem {
	width:164px;
	height:50px;
	padding:0.75em 0em 0em;
	display:block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
 
	 }

html>body #menuitem {
	height:2em;
	}	 
	 
#menutitle {
	width:154px;
	height:1em;
	display:block;
    padding:.5em 0em .5em;
	background:#bbc3d3;
	border-top: 0 none;
	border-right: 0 none;
	border-bottom: 1px solid;
	border-left: 0 none;
 }
 
/* doesn't work in IE
#menuitem:link {}
#menuitem:visited{}
#menuitem:hover {
  background:black;
  }
#menuitem:active{}	 
*/

#cont {
	width:616px;
	background:#FFFFFF url(none) repeat;
	color: #333333;
	text-align:justify;
	margin:0px 20px;
	min-height:400px;
	height:auto !important;
	height:400px;
	border-top: 1px none #CC475A;
	border-right: 1px none #CC475A;
	border-bottom: 1px none #CC475A;
	border-left: 1px solid #CC475A;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
 }

#ftr {
	height:2.5em;
	width:820px;
	background:#bbc3d3;
	color: #333333;
	border:solid black;
	border-width:1px 0 0 0;
	margin:0;
	font-family: Verdana;
	font-size:9pt;
	padding-top: 7px;
 }
 
#contactinfo {
	margin:20px;
	line-height: 1.08em;
	} 
#portrait {
	float: left;
	margin: 10px 10px 10px 20px;
	}
	
#foodimage {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	position: relative;
	}		