@charset "utf-8";
/* CSS Document */

div#container
{
	margin-left: auto;
	margin-right: auto;
	width: 808px;
	height:600px;
	z-index:1;
	
}


#backdrop {
	background-image: url(../images/backdrop.png);
	height: 550px;
	width: 808px;
}

#backdrop_no_bottom {
	background-image: url(../images/backdrop_no_bottom.png);
	height: 550px;
	width: 808px;
}

#backdrop_contact {
	background-image: url(../images/contact_backdrop.png);
	height: 508px;
	width: 808px;
}

#header {
	height: 40px;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: normal;
	color: #000066;
	left: 10px;
	top: 5px;
	position:relative;
	
}

.banner {
	height: 35px;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: normal;
	color: #000066;
	left: 0px;
	top: 0px;
	position:relative;
	
}

.qcontact {
	height: 40px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000066;
	left: 560px;
	top: -60px;
	position:relative;	
}
.phonenumber {font-size: 20px; font-weight:normal;}

#menu {
position: relative;
top: 32px;
left: 15px;
z-index:2;
}

#variable_content {
position: relative;
top:45px;
left:10px;
height: 390px;
width: 785px;
z-index:1;
}

#footer {
position:relative;
top:60px;
left: 25px;
font-family: Arial, Helvetica, sans-serif;
color: #000066;
font-size: 10px;
}

#contact_footer {
	position:relative;
	top:60px;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 10px;
	background-image: url(../images/contact_footer.png);
	height:42px;
	width:808px;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
color: #000066;
font-size: 20px;
paddingf-bottom: 0px;

}
h2 {
font-family: Arial, Helvetica, sans-serif;
color: #000066;
font-size: 15px;

}

body {
font-family: Arial, Helvetica, sans-serif;
color: #000066;
font-size: 13px;

}





#maincell {
	width: 780px;
	overflow: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	top: -25px;
	z-index: 5;
	padding: 0px;
	display: block;
}

#maincell h2 {
	color: #CC0000;
	margin: 0px;
	font-weight: normal;
	font-size: 1.8em;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#maincell p {
	color: #333333;
	font-size: 1.2em;
	line-height: 1.5em;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}

.red {
	color: #FF0000;
}
.confirm {
	font-size: 1.5em;
	font-weight: bold;
	background-color: #FF0000;
	margin: 20px 50px;
	text-align: center;
	color: #FFFFFF;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-position: center;
}

#opening_times {
	height:85px;
	width:150px;
	background-image: url(../images/opening%20times.png);
	background-repeat: no-repeat;
}
	