/* Strip page at beginning to ensure layout correct*/
*{
margin:0;
padding:0;
}
/*formating to add a 2 px space around web page content, set general formating information for text, background colour, and centering page */
body{
	background-color:#000;
	font-family:"Tahoma";
	text-align:left;
	margin:0 auto;
	padding-top:2px;
	}

/*container to hold all of page */	
#container{
	width:960px;
	border:1px solid #f70;
	margin-left:auto;
	margin-right:auto;
	background-image:url("images/background.jpg");
	background-repeat:repeat-y;
	}	
#rightSideContainer{
	width:200px;
	height:auto;
	float:right;
	padding-top:5px;
	}
#imageScroll{
	width:200px;
	padding:5px;
	}
#specials{
	clear:both;
	color:#000;
	background-color:#f70;
	width:200px;
	height:250px;
	text-align:center;
	font-weight:bold;
	font-family:"helvetica";
	}
#specials a{
	color:#fff;
	}
#content a{
	color:#fff;	
	font-size:18px;
	font-weight:bold;
	}
/*header formating*/	
#header{
	text-align:center;
	font-size:50px;
	font-weight:bold;
	height:120px;
	width:100%;
	background-color:#000;
	color:#f70;
	border-bottom: 1px solid #f70;
	background-image:url("images/wickedheader.jpg");
	}


/* Navigation bar formatting*/
#navBar{
	width:180px;
	height:auto;
	float:left;

	}
#navBar a{
	color:#000;
	background-color:#f70;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding-left:20px;
	border-bottom:1px solid #000;
	}
#navBar li{
	list-style-type:none;
	width:180px;
	height:30px;
	margin:0;
	padding:0;
	}
#navBar a:hover{
	color:#f70;
	background-color:#000;
	}

#content{
	width: 550px;
	height:auto;
	margin-left:190px;
	margin-right:200px;
	font-size:15px;
	text-align:center;
	color:#fff;
	font-family:"helvetica";
	padding-top:5px;
	list-style-type:disc;
	list-style-position:inside;
	}
#content img{
	border: 3px solid #f70;
	}
fieldset{
	border:1px solid #f70;
	margin: 1em 0;
	padding:1em;
	}
legend{
	font-family:"helvetica";
	color:#fff;
	}
input, textarea{
	border:2px solid #f70;
	background-color:#fff;
	color:#000;
	text-align:justified;
	}
.whiteHeading{
	color:#fff;
	font-size:25px;
	font-weight:bold;
	}
.orange{
	color:#f70;
	font-size:18px;
	font-weight:bold;
	}
.price{
	color:#fff;
	font-size:12px;
	font-weight:bold;
	}
.hours{
	color:#fff;
	font-size:18px;
	font-weight:bold;
	font-family:"helvetica";

	}
.days{
	color:#000;
	font-size:16px;
	font-weight:bold;
	font-family:"helvetica";

	}
.times{
	color:#fff;
	font-size:16px;
	font-weight:bold;
	font-family:"helvetica";
	}
.bookings{
	color:#fff;
	font-size:13px;
	font-weight:bold;
	font-family:"helvetica";
	}
.availableIn{
	color:#fff;
	font-size:13px;
	font-family:"helvetica";
	}
#images{
	width:550px;
	height:155px;
	margin-left:190px;
	padding-top:5px;
	}

/*footer formating*/
#footer{
	clear:both;
	height:4em;
	width:960px;
	border:1px solid #f70;
	text-align:center;
	font-size:10px;
	background-color:#fff;
	}
#products{
	width:171px;
	height:205px;
	padding:3px;
	float:left;
	border: 1px solid #f70;
	margin:2px;
	}
#products1{
	width:171px;
	height:205px;
	padding:3px;
	float:left;
	border: 1px solid #000;
	margin:2px;
	}
#products img{
	border: 0px;
	}
