body
{
	background-color:#FFFFFF;
	background-image: url(../images/main_bgnd.jpg);
	background-repeat:repeat-x;
}

div#container
	{
	position: relative;
	margin-right:auto;
	margin-left:auto;
	
	margin-bottom: auto;
	/*height: 805px;		 /* Default value. The height is specific per page hence inline styling dominates if used */
	width: 960px;
	/*border: 1px solid #000000;*/
	padding: 5px;
	
	background-color: #FFFFFF; /* #FFFFFF */
	}

div.banner 
	{
	background-color:#FFFFFF;
	width: 960px;
	height: 100px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	
	position: absolute;	/* absolute positioning within its container */ 
	top: 6px;
	}

div.navbar_bgnd
	{
	width: 960px;
	height: 25px;

	position: absolute;	/* absolute positioning within its container */ 
	top: 108px;
	
	/*background-color: #E8E6BE;*/
	/*background-image: url(../images/navbar_bgnd2.jpg);*/

	z-index: 1;			/* background must be underneath */
	}

div.navbar
	{
	width: 960px;
	height: 25px;

	position: absolute;	/* absolute positioning within its container */ 
	top: 113px;
	left: 70px;

	z-index: 10;		/* navbar must be ontop of background */
	}
	
div.homepage
	{
	background-color:#E8E6BE;
	width: 960px;
	/*height: 500px;*/
	position: absolute; /* absolute positioning within its container */
	top: 140px;
	z-index: 1;			/* content must be underneath the navbar (transparent) */
	padding-bottom: 15px;
	
	background-image:url(../images/bgnd.jpg);
	background-repeat:no-repeat;
	}
	
div.byzance, div.chef, div.tradinghrs, 
div.menu1, div.reservations, div.setmenus,
div.std_setmenu, div.mezze_setmenu, div.contactus,
div.gallery, div.entertain
	{
	background-color:#E8E6BE;
	width: 700px;
	/*height: 678px;		/* Default value. The height is specific per page hence inline styling dominates if used */	
	position: absolute; 	/* absolute positioning within its container */ 
	top: 140px;
	z-index: 1;				/* content must be underneath the navbar (transparent) */

	padding-left: 10px;
	padding-right: 10px;
	float: left;
	
	background-image:url(../images/bgnd.jpg);
	background-repeat:repeat-y;
	overflow:hidden;
	}
	
div.byzance table img
	{
	border: 1px solid #000000;
	}

div.byzance a
	{
	font-weight: bold;
	}

div.byzance a:link, div.byzance a:visited
  	{
	color: #000099;
	}
	
div.byzance a:hover, div.byzance a:active
  	{
	color: #0000FF;
	}

div.navbuttons
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #460046;
	font-style: normal;
	width: 192px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	font-weight: bold;
	}
		
div.sidebar
	{
	background-color:#E8E6BE;
	width: 235px;
	height: 678px;
	position: relative; 	/* absolute positioning within its container */ 
	float: right;
	top: 135px;
	z-index: 1;
	}
	
div.menu_foot
	{
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	font-style:normal;
	color: #663300;
	border: 1px solid #663300;
	margin: 10px;
	}

div.menu_foot p
	{
	margin: 10px;
	}
	
#reservation_collage
	{
	float: right; 
	width: 400px; height:200px;
	}
	
hr
	{
	border: 1px solid #FFFFFF;
	width: 50%;
	}
	
.chef_quote
	{
	font-weight: bold;
	color: #FFCC00; 
	background-color: #703824;	/* #592D00 #673628 */
	float: right;
	text-align: center;
	width: 457px;
	height: 70px;
	}
	


/* ========================================================================================================================
 * TABLES USED THROUGHOUT (MODULAR AND NOT SPECIFIC TO ANY PAGE)
 * ========================================================================================================================*/
p.highlight
	{
	color:#FFCC00; 
	background-color: #703824; 
	width: 300px;
	text-align: center;
	padding-bottom: 5px;
	
	position: relative;		/* Center the paragraph */
	margin-right: auto;
	margin-left: auto;
	}
 
table.focus_block		/* focus block = fb*/
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	
	width: 80%;
	border-collapse: collapse;	/* No spacing beteen cells. HTML Equiv: cellspacing="0" */

	background:	#EEEDD0;	
	}
		
td.fb_image
	{
	width: 110px;
	border: 2px solid #703824;	/* FireFox has a rendering problem with this. Not too serious but still noticeable*/
	border-right: 0px;
	
	padding: 15px;
	}
	
td.fb_image img
	{
	border: 1px solid #000000;	/* FireFox has a rendering problem with this. Not too serious but still noticeable*/
	}
	
td.fb_details
	{
	border: 2px solid #703824;	/* FireFox has a rendering problem with this. Not too serious but still noticeable*/
	border-left: 0px;
	text-align: left;
	}
	
td.fb_details a
	{
	font-weight: bold;
	}

td.fb_details a:link, td.fb_details a:visited
  	{
	color: #000099;
	}
	
td.fb_details a:hover, td.fb_details a:active
  	{
	color: #0000FF;
	}
	
p.fb_header
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #703824;
	}

.img_border
{
	border: 1px solid #000000; 
	padding: 5px;
}
