body
{
	margin: 0px auto;
	font-family: Verdana, Arial, 'Microsoft Sans Serif' , 'Trebuchet MS';
	text-align: center;
	font-size: 12px;
}

* 
{
	margin: 0;
	padding: 0;
}

#wrapper
{
	margin: 0px auto;
	width: 741px;
	position: relative;
	text-align: left;
}

#menubar
{
	left: 0px;
	width: 741px;
	position: absolute;
	top: 80px;
	height: 56px;
	background-image: url(images/menubkground.gif);
	z-index: 1;
}

#menu1
{
	left: 20px;
	position: absolute;
	top: 30px;
}

#menu2
{
	left: 270px;
	position: absolute;
	top: 30px;
}

#submenulive
{
	left: 270px;
	position: absolute;
	top: 60px;
}
#submenueat
{
	left: 310px;
	position: absolute;
	top: 60px;
}
#submenutravel
{
	left: 350px;
	position: absolute;
	top: 60px;
}
#submenulive ul
{
}

#title
{
	left: 0px;
	position: absolute;
	top: 30px;	
	color: #00cc00;
	font-size: 150%;
}

#strapline
{
	left: 0px;
	position: absolute;
	top: 55px;
	color: #ff6600;
	font-size: 120%;
}

#logo
{
	left: 680px;
	position: absolute;
	top: 55px;
}

#menu1 li
{
	display: inline;
	float: left;
	padding-right: 15px;
}

#menu2 li
{
	display: inline;
	float: left;
	padding-right: 15px;
}

#menu1 a:link, #menu1 a:visited
{
	display: block;
	text-decoration: none;
	color: white;
}

#menu1 a:hover
{
	color: Black;
}

#menu2 a:link, #menu2 a:visited, #submenulive a:link, #submenulive a:visited, #submenueat a:link, #submenueat a:visited, #submenutravel a:link, #submenutravel a:visited
{
	display: block;
	text-decoration: none;
	color: black;
}

#menu2 a:hover, #submenulive a:hover, #submenueat a:hover, #submenutravel a:hover
{
	color: white;
}

#submenulive li, #submenueat li, #submenutravel li
{
	background-color: #00cccc;
	display: block;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
}

#footer
{
	left: 440px;
	position: absolute;
	top: 390px;
}

.orange
{
	color: #ff6600;
}
