body {
  text-align: center;
  background-image: url('bodyBack.png');
  background-attachment: fixed;
  background-repeat: repeat-x;
}

.enjoyengland {
  position: absolute;
  z-index: 10000;
  top: 0px;
  left: 0px;
}

.banner {
  display: block;
  width: 1000px;
  height: 175px;
  position: relative;
}

.banner #slide1a, .banner #slide1b {
  display: block;
  width: 755px;
  height: 175px;
  position: absolute;
  top: 0px;
  left: 20px;
  z-index: 500;
}

#slideshowCaptionText {
  display: none;
}

#bannerMask {
  display: block;
  width: 1000px;
  height: 175px;
  background-image: url('Banner-Mask.png');
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1000;
}

#mainPageWrapper {
  display: block;
  width: 1000px;
  min-height: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-color: #8d0f00;
}

#pageContent {
  display: block;
  width: 1000px;
  background-image: url('Single-Pixel-Slice.png');

}

.contentLeft {
  display: block;
  width: 693px;
  float: left;
  margin-left: 20px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff8b3;
}

.contentRight {
  display: block;
  width: 185px;
  float: right;
  font-size: 12px;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff8b3;
  padding-bottom: 30px;
}

.contentLeft a {
		color: white;
}

.contentRight ul {
  padding-left: 0px;

}

.contentRight ul ul {
  border: none;
  padding-left: 10px;
}

.contentRight ul li {
  list-style-type: none;
  border-bottom: 1px solid #fff8b3;
  padding-bottom: 3px;
  padding-top: 3px;
}


.contentRight ul ul li {
  border: none;
}

.contentRight ul li.active a {
  color: white;
}

.contentRight ul li a {
color: #fff8b3;
text-decoration: none;
font-size: 14px;
}


.contentRight a {
		color: white;
}


/*TEXT*/
.contentLeft {
  font-size: 14px;
  lin e-height: 20px;
  padding-bottom: 30px;
}

.contentLeft ul {
padding-left: 20px;
}

.contentLeft ul li {
  margin-left: 20px;
  margin-bottom: 20px;
}

.contentLeft h1 {
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff8b3;
  color: white;
}

.contentLeft h2 {
  padding-top: 0px;
  padding-bottom: 20px;
}

.contentLeft img {
  border: 2px solid #fff8b3;
}

.contentLeft img.media-content-image {
  float: right;
  padding-right: 20px;
}

.contentLeft img.float-left {
  margin-right: 10px;
  margin-bottom: 5px;
}

.contentLeft img.float-right {
  margin-left: 10px;
  margin-bottom: 5px;
}

.contentLeft #map {
  display: block;
  width: 650px;
  height: 500px;
}

.footer {
  display: block;
  width: 1000px;
  height: 60px;
  background-image: url('footer.png');
  border-top: 2px solid #fff8b3;
  position: relative;
}

.footer ul {
  padding-top: 10px;
}

.footer ul li {
  display: inline;
  list-style-type: none;

}


.footer ul li a {
  color: #fff8b3;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #fff8b3;
  font-size: 12px;
}

.smallForm {
  margin-top: 20px;
  margin-bottom: 20px;
}

.smallForm input[type="text"], .smallForm textarea {
  display: block;
  width: 180px;
  border: none;
}

/***** Global Settings *****/
html,body {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	font: 100%/1.25 Arial,Helvetica,sans-serif;
}
/***** Headings *****/
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
h1 {
	padding: 30px 0 25px 0;
	letter-spacing: -1px;
	font-size: 2em;
}
h2 {
	padding: 20px 0;
	letter-spacing: -1px;
	font-size: 1.5em;
}
h3 {
	font-size: 1em;
	font-weight: bold;
}
/***** Common Formatting *****/
p,ul,ol {
	margin: 0;
	padding: 0 0 1.25em 0;
}
ul,ol {
	padding: 0 0 1.25em 2.5em;
}
blockquote {
	margin: 1.25em;
	padding: 1.25em 1.25em 0 1.25em;
}
small {
	font-size: 0.85em;
}
img {
	border: 0;
}
sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}
sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}
acronym,abbr {
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed;
}
/***** Links *****/
a,
a:link,
a:visited,
a:hover {
	text-decoration: underline;
}
/***** Forms *****/
form {
	margin: 0;
	padding: 0;
	display: inline;
}
input,select,textarea {
	font: 1em Arial,Helvetica,sans-serif;
}
textarea {
	width: 100%;
	line-height: 1.25;
}
label {
	cursor: pointer;
}
/***** Tables *****/
table {
	border: 0;
	margin: 0 0 1.25em 0;
	padding: 0;
}
table tr td {
	padding: 2px;
}
/***** Wrapper *****/
#wrap {
	width: 960px;
	margin: 0 auto;
}
/***** Global Classes *****/
.clear {
	clear: both;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underline {
	border-bottom: 1px solid;
}
.highlight {
	background: #ffc;
}
.wrap {
	width: 960px;
	margin: 0 auto;
}
.img-left {
	float: left;
	margin: 4px 10px 4px 0;
}
.img-right {
	float: right;
	margin: 4px 0 4px 10px;
}
.nopadding {
	padding: 0;
}
.noindent {
	margin-left: 0;
	padding-left: 0;
}
.nobullet {
	list-style: none;
	list-style-image: none;
}
div .contentRight > p > a > img {
border: 1px solid white;
}
#review{}
#review img{ border:0px;}
#review h1{

	border:0px;

}
#review span{ font-size:9px;}

