body,td,th {
	font-size: 100%;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
.testimonials {
	font-size: 18px;
	font-style: italic;
	line-height: 23px;
	color: #FF6600;
	background-color: #F9F9F9;
	padding: 20px;
	border: 3px solid #FF9933;
}
body {
	background-color: #436117;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #41AEF4;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: underline;
	color: #FF3300;
}

#pageContainer {
	background-color: #FFFFFF;
	width: 955px;
	padding-right: 20px;
	padding-left: 20px;
	margin: auto;
}
#header {
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #42AFF4;
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
	text-align: center;
	height: 80px;
	width: 100%;
	font-size: .8em;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	display: table;
}

#header a {
	text-transform: uppercase;
	color: #FFFFFF;
}

#header ul {
	margin: 0px;
	vertical-align: middle;
	display: table-cell;
}

#header li {
	list-style-type:none;
	display:inline;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#pitchArea {
	background-color: #EFEFEF;
	height: 275px;
	margin-bottom: 20px;
}


#homeContent a {
	color: #FFFFFF;
}

#homeContent a:hover {
	color: #FFFFFF;
	text-decoration:none;
}

#homeContent h1 {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 5px;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: white;
	display: block;
	width: 200px;
}

#homeContent p {
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}


.homeImgs {
	margin: 10px;
	border: 5px solid white;
	float: left;
	display: inline;
}


.homeIntroduction {
	background-color: #F1A10B;
}

.homeWhereAreWe {
	background-color: #DF600C;
}

#whatsOn p {
	color: white;
	padding-bottom: 10px;
	border-bottom: solid 1px white;
	clear: both;
	width: 100%;
}

#whatsOn p.last {
	border: none;
}

.homeWhatsOn {
	background-color: #CD1226;
}

.greenBG {
	background-color:#6FA604;
}

.orangeBG {
	background-color: #FA3C0F;
}

.redBG {
	background-color: #AC0B2B;
}

.clear {
 clear:both;
 }
 
 
#leftMargin {
	float:left;
	display: inline;
	margin-right: 20px;
	text-align: center;
	width: 277px;
}

#rightMargin {
	float:right;
	display: inline;
	font-size: 0.8em;
	width: 65%;
	background-color: white;
}

#rightMargin h1 {
	font-size: 2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF6633;
}
 
#rightMargin strong {
	color: #FF6633;
} 
.logoInternal {
	background-color: #174892;
	border-bottom-style: none;
	display: inline;
	float: left;
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#imageContainer {
	text-align: center;
}
 
#imageContainer img {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 5px solid #FF6633;
}
 
#footer {
	color: white;
	background-color: #174892;
	padding: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
