
#menulist {
	font-family: Verdana, Arial;
	font-size: 14px;
};

#menulist ul {
	left: 20px; 
	text-align: left;
}

#menulist li {
	text-align: left;
	margin-bottom: 5px;
	list-style-image: url("../images/bullet.jpg");
	color:black;
}


.menuhrefstyle 
{
	text-decoration: none;
	color: black;
}

p {
	font-size: 14px; 
	text-align: left; 
	color: black; 
	font-family: Verdana, Arial;
	margin: 10px;
}


.dishlist {
		font-size: 13px;
	}
	
.mainmenulatest {
		font-family: Verdana, Arial;
		font-size: 13px;
    	text-align: center; 
	}	

.contactdetails {
		font-size: 14px;
		text-align: left; 
		color: black; 
		font-family: Verdana, Arial;
	}
	

h1 {
	font-size: 18px; 
	font-weight: bold; 
	text-align: left; 
	color: black; 
	font-family: Verdana, Arial; 
	margin: 10px;
}

h2 {
	font-size: 16px; 
	font-weight: bold; 
	text-align: left; 
	color: black; 
	font-family: Verdana, Arial; 
	margin: 10px;
}


#centeredcontent {
	position: absolute;
	width: 720px;
	height: 600px;
	text-align: center;
	border: 0px;
	/*background-color: red;*/
	color: #fff;
	left: 50%;
	top: 50%;
	margin-left: -360px; 
	/* Half the width of the DIV tag which is 720 pixels */
	margin-top: -300px; 
	/* Half the height of the DIV tag which is also 600 pixels */
}

#top-bar {
	position:absolute;
	top:0px;
	left:0px;
	width:720px;
	height:140px;	
	padding: 0;
}
#menu-bar {
	position:absolute;
	top:145px;
	left:0px;
	width:462px;
	height:30px;	
	background-color:white;
	padding: 0;
}
#text-area {
	position:absolute;
	top:180px;
	left:0px;
	width:462px;
	height:415px;	
	background-color:white;
	overflow-x: hidden;
	overflow-y: auto;
}
#image-area {
	position:absolute;
	top:145px;
	left:467px;
	width:253px;
	height:450px;	
	padding: 0;
	margin: 0;
}