/* CSS Document */
	body {
		text-align:center;
		background-image:url(../images/eShoppBGfull.jpg);
		background-repeat:repeat-y;
		background-position:center;
		}
	
	#frame {
		/*background-image:url(../images/AnEcenterBG.jpg);*/
		background-repeat:repeat-y;
		background-position:center;
		width:768px;
		margin-right:auto;
		margin-left:auto;
		margin-top:-10px;
		padding:0px;
		text-align:left;
		}
		
	#leftcontent {
		width:150px;
		padding:0px;
		float:left;
		border:1px #000;
		}
	
	#contentcenter {
		width:468px;
		padding:0px;
		float:left;
		}
	
	#contentright {
		width:150px;
		padding:0px;
		float:left;
		text-align:center;
		}
	
	#contentheader {
	height:167px;
		}
		
a { 
font-family			:Arial, Helvetica, sans-serif;
font-weight			: bold;
font-size			:11px;
color				: #fff;
text-decoration		: none;
outline				: none;
	}
	
a:hover {
font-family			:Arial, Helvetica, sans-serif;
font-weight			:bold;
font-size			:11px;
font-style			:none;
text-decoration		: none;
color				: #999;
	}
	
p {
font-family			:Arial, Helvetica, sans-serif;
font-size			:14px;
padding				: 0 15px 0 15px;
 }
 
 h1 {
font-family			:Arial, Helvetica, sans-serif;
font-weight			:bold;
font-size			:18px;
color				:#660066;
 }
 
 h2 {
 font-family		:Arial, Helvetica, sans-serif;
 font-weight		:bold;
 font-size			:16px;
 color				:#660066;
 }
 
 h3 {
 font-family		:Arial, Helvetica, sans-serif;
 font-weight		: bold;
 font-size			:14px;
 color				:#000000;
 }
		
		 .restaurantname {
 	text-decoration		: none;
	color				: #ff6633;
	vlink				: #FF0033;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 16px;
	font-weight			: bold;
	font-style			: italic;
}

	#contentheader h1 {
		font-size:14px;
		padding:10px;
		margin:0px;
		}
	
	#contentright p { font-size:10px}
	
	.navdivider {
		background-color	: #660066;	
		font-size			: 3px; height: 1px; 
		overflow-y			: hidden; 
		line-height			: 1px;
		padding				:3px,0,3px,0;
		margin-bottom		:3px;
		margin-top			:3px;
		width				:148px;
		margin-left			:1px;
		}
	
	.bottom {border-top: 1px solid #000; position: relative;}
	
	#footer {
	margin-left			:1px;
	text-align			:right;
	width				:767px;
	height				:22px;
	clear				:both;
	vertical-align		:bottom;
	position			:absolute;
 	bottom				:-25;
	background-color:#660066;
	}
	
		.footerfont {font-family:Arial, Helvetica, sans-serif;
	font-size:xx-small;
	font-weight:bold;
	color:#CCCCCC;
	}
	
</style>