/* Elements */

body {
	/*background: #000000 url(images/img1.gif) repeat-x left top; */
	background: #750A12 url(Images/bg2.jpg) no-repeat center top;
	text-align: justify;
	font-family: tahoma;
	font-size: 11px;
	color: #fff;
	margin: 0px auto;
	width: 750px;
}

a {
	color: #fff;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #900;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 13px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 11px;
}

/* Images */

.Image {
	border: 1px solid #999;
}

/*big text*/

.BigText {
	font-size: 18px;
}

.FoodTitle{
	font-size: 16px;
	font-weight:bold
}


#extraContent {
	width:745px;
	border:solid #999 1px;
	margin: 2px 0px 5px 0px;
}

#textContent {
	width:715px;
	border:solid #999 1px;
	margin: 2px 0px 5px 0px;
	padding:15px 15px 15px 15px;
}

#foodContent {
	width:745px;
	border:solid #999 1px;
	margin: 5px 0px 5px 0px;
	background-color:#5B010A;
	text-align: center;
}

hr {
  border: 0.5px solid #999;
  width: 50%;
}

.center{
	text-align:center;
}

.colour{
	color:#900;
}
