.container
{	
	width:800px;
	margin: 0px auto;	
}

a:link {color: white; text-decoration: none; }
a:visited {color: white; text-decoration: none; }
body { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px}
a:hover {color: grey; text-decoration: underline; }
a:active {color: grey; }

/* 
* HEADER
*/
.header
{
	height: 144px;
	background-image: url('images/header.jpg');	
}

.header_text
{
	position: relative;
	color: white;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.9	em; 
	top:5px;
	left:540px;
}

.white_text
{
	color: black;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.8em; 
}

.menu_header
{
	color: #99042E;
	font-family: Edwardian Script ITC; 
	font-size: 30px;
	font-weight: bold;
}

.menu_text
{
	color: black;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.9em;
}

ul
{
	position: relative;
	top: 10px;
	left: -20px;
}
li
{	
	padding: 2px;
	display: inline;
}

.menu
{
	height: 36px;	
	color: white;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.9em; 
	background-image: url('images/menu-background.jpg');		
}

.main_container
{
	background-color: #501224;	
	height:480px;
}


/*
* INDEX
*/

.main_content_index
{
	position: relative;
	background-color: #FFF;	
	width: 780px;
	top:10px;
	left: 10px;
	height:470px;	
}

.index_text
{
	position: relative;	
	left:20px;
	top: 10px;
	width: 450px;
}
.index_img
{
	postition:relative;
	
}

.halal
{
	font-size: 1.5em; 
}
.tag_line
{
	position: relative;
	top:10px;
	left:20px;
	color: black;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: .9em; 
	
}

/*
* MENUS
*/
.main_content_menu
{
	position: relative;
	background-color: #FFF;	
	width: 780px;
	top:10px;
	left: 10px;
	height:440px;	
}

.take_away_image
{
	position: relative;
	left: 30px;
	top:20px;
}

.a_la_carte_image
{
	position: relative;
	left: 120px;
	top:20px;
}

.early_bird_image
{
	position: relative;
	left: 200px;
	top:20px;
}


/*
* LOCATION
*/
.main_content_location
{
	position: relative;
	background-color: #FFF;	
	width: 780px;
	top:10px;
	left: 10px;
	height:440px;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:580px 380px; 
}

.location_text
{
	position: absolute;
	float: left;
	left:20px;	
	width: 330px;
}

.location_image
{
	position: relative;
	float: right;	
	left:-20px;
}

/*
* CONTACT
*/
.main_content_contact
{
	position: relative;
	background-color: #FFF;	
	width: 780px;
	top:10px;
	left: 10px;
	height:440px;
	background-image:url('images/outside.jpg');
	background-repeat:no-repeat;
	background-attachment:relative;
	background-position:5px 5px; 
}

.contact_text
{
	position: relative;	
	left:590px;
	top: 20px;
	width: 470px;
}


/*
* AL LA CARTE
*/
.a_la_carte_container
{
	background-color: #501224;	
	height:600px;
}

.main_content_a_la_carte
{
	position: relative;
	background-color: #E4F4AD;	
	width: 780px;
	top:10px;
	left: 10px;
	height:4400px;
	
}

.main_container_a_la_carte
{
	background-color: #501224;	
	height:4450px;
}

/*
* TAKE AWAY
*/
.take_away_container
{
	background-color: #501224;	
	height:600px;
}

.main_content_take_away
{
	position: relative;
	background-color: #E4F4AD;	
	width: 780px;
	top:10px;
	left: 10px;
	height:4450px;
	
}

.main_container_take_away
{
	background-color: #501224;	
	height:4500px;
}


/*
* EARLY BIRD
*/
.early_bird_container
{
	background-color: #501224;	
	height:600px;
}

.main_content_early_bird
{
	position: relative;
	background-color: #E4F4AD;	
	width: 780px;
	top:10px;
	left: 10px;
	height:900px;
	
}

.main_container_early_bird
{
	background-color: #501224;	
	height:950px;
}


/*
* PHOTOS
*/
.main_content_photos
{
	position: relative;
	background-color: #FFF;	
	width: 780px;
	top:10px;
	left: 10px;
	height:5250px;	
	
}

.main_container_photos
{
	background-color: #501224;	
	height:5300px;
}

.photos
{
	text-align: center; 			
}

/*
* FOOTER
*/
.footer
{
	position: relative;
	height: 46px;	
	background-image: url('images/footer-background.jpg');	
}

.footer_text
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.7em; 
	position: relative;
	top: 20px;
	left: 320px;
	color: #AFACAC;
}


.black_link a {
	color:#501224;
	}
