* {
	margin: 0; padding: 0; border: none;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #222;
	background-color: #fff;
}	
a {
	color: #690704;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}		
#wrapper {
	width: 934px;
	margin: 0 auto;
}
#top {
	height: 90px;
	background-color: #222222;
	margin-bottom: 3px;
}		
#top img.logo {
	float: left;
	margin-top: 23px;
	margin-left: 10px;
}
#top div#telephoneNumbers {
	color: #fff;
	font-size: 17px;
	float: right;
	text-align: right;
	margin-top: 23px;
	margin-right: 15px;
}			
#nav {
	height: 34px;
	border-width: 1px 0 1px 0;
	border-color: #222;
	border-style: solid;
	margin-bottom: 3px;
}	
#nav a { 
	display: block;
	color: #690704;
	font-size: 16px;
	font-weight: bold;
	float: left;
	text-decoration: none;
	margin-right: 20px;
	padding-left: 10px;
	padding-right: 10px;
	height: 27px;
	padding-top: 7px;
	
}	
#nav a.active {
	background-color: #b7b7b7;
	color: #fff;
}
#nav a:hover {
	background-color: #b7b7b7;
}	
#banners {
	height: 183px;
	width: 934px;
	margin-bottom: 3px;
}
#banners #leftBanner {
	height: 183px;
	width: 294px;
	background-repeat: no-repeat;
	float: left;
}	
#banners #rightBanner {
	height: 183px;
	width: 628px;
	background-repeat: no-repeat;
	float: right;
}	
#strapLines {
	height: 37px;
	width: 934px;
	margin-bottom: 5px;
}
#strapLines #leftStrap {
	width: 284px;
	height: 32px;
	background-color: #646464;
	color: #fff;
	font-size: 20px;
	float: left;
	padding-top: 5px;
	padding-left: 10px;

}
#strapLines #rightStrap {
	width: 618px;
	height: 32px;
	background-color: #b7b7b7;
	color: #fff;
	font-size: 20px;
	float: right;
	padding-top: 5px;
	padding-left: 10px;
}		
#left {
	width: 294px;
}
#left #leftContent {
	background-color: #646464;
	padding: 15px 15px;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#left h1 {
	background-color: #cfc97f;
	height: 34px;
	font-size: 18px;
	color: #fff;
	padding-top: 10px;
	font-weight: normal;
	padding-left: 10px;

}
#content h1 {
	background-color: #690704;
	height: 34px;
	font-size: 18px;
	color: #fff;
	padding-top: 10px;
	font-weight: normal;
	padding-left: 10px;
}	

#content #contentWrapper h2 {
	border-width: 0 0 1px 35px;
	border-color: #cfc97f;
	border-style: solid;
	padding: 5px 5px 5px 10px;
	font-weight: normal;
	color: #690704;
	margin-top: 20px;
}	
#content #contentWrapper {
	border: 1px #b7b7b7 solid;
	padding: 0 15px;
}	
#content #contentWrapper p.inset {
	margin: 20px 0 20px 45px;
	line-height: 22px;
}
#content #contentWrapper p {
	margin: 20px 0 20px 0px;
	line-height: 22px;
}
#content #contentWrapper ul.redBullets {
	list-style: none;
	margin-left: 70px;
}
#content #contentWrapper ul.redBullets li {
	background: url('../images/redBullet.jpg') no-repeat 0 3px;	
	padding-left: 20px;
	margin-bottom: 10px;
}	
div.gallery img {
	border: 1px #ccc solid;
	padding: 10px;
	margin: 10px;
}	
.map {
	padding: 10px;
	border: 1px #ccc solid;
	float: right;
	margin: 10px;
}
.contactInset {
	background-color: #f4f2d6;
	padding: 10px;
}	
.contactDetailsArea {
	width: 300px;
	float: left;
}	
#openingTimes {
	background-color: #f4f2d6;
	border: 1px #cfc97f solid;
	padding: 0 15px 0 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}	
a.carParkMap {
	margin-top: 10px;
	display: block;
	font-size: 12px;
	color: #690704;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	background: url('../images/acrobat.gif') no-repeat;
	padding-left: 20px;
	height: 20px;
}
a.carParkMap:hover {
	text-decoration: underline;
}
#footer {
	background-color: #646464;
	text-align: center;
	padding: 20px;
	color: #fff;
	margin-top: 20px;
}	