/* CSS Document */
body {
	background-color: #000000;
	margin: 0px;
	padding: 10px;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
}

#centredContent {
	width: 750px;
	height: auto;
	border: 1px solid #D30202;
	background-color: #FFFFFF;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	min-height: 500px;
}

#header {
	background-color: #474747;
	width: 750px;
	height: 83px;
	color: #FFFFFF;
}

#testimonial {
	float: right;
	width:450px;
	font-size: 10px;
}

#headerAddress {
	float: left;
	padding: 10px;
	font-size: 15px;
}

#navigation {
	border-top: 3px solid white;
	border-bottom: 3px solid white;
	width: 750px;
	height: 20px;
}

.bookend {
	background-color: #D30202;
	width: 80px;
}

.navoptions {
	background-color: #000000;
	text-align:right;
	color: #FFFFFF;
	height: 18px;
	border: 1px solid green;
}

.navoptions a {
	color: white;
	text-decoration: none;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: auto;
	padding-bottom: auto;
	font-size: 13px;
	background-color: #000000;
}

.navoptions a:hover {
	background: #D30202;
	color: white;
}
#mainContent {
	margin-top: 0px;
	border-top: 1px solid #D30202;
	width: 750px;
	height: auto;
	overflow: auto;
}

#footer {
	width: 750px;
	font-size: 9px;
}

.wob {
	background-color: #000000;
	color: #FFFFFF;
	text-align:center;
}

.bog {
	background-color: #606060;
	color: #000000;
	text-align:center;
}

.wob a {
	color: #D30202;
	text-decoration: none;
}

.bog a {
	color: #333333;
	text-decoration: none;
}

.homeCentre {
	background-image:url(background_images/mainlogo.jpg);
	background-repeat:no-repeat;
	background-position: left 27px;
}

#homeRHS {
	float: right;
	background-image:url(background_images/homeRHS.gif);
	background-repeat:no-repeat;
	width: 440px;
	height: 460px;
}

#topSection {
	margin:16px;
	height: 100px;
	text-align:right;
	font-size: 12px;
}

#navSection {
	margin: 25px;
	height: 160px;
	text-align:right;
}

#newsSection {
	margin-top: 35px;
	margin-left: 16px;
	margin-right: 16px;
	text-align:right;
	font-size: 12px;
}

h1 {
	font-size: 12px;
	font-weight:bold;
	color: red;
	margin: 0px;
	background-image:url("background_images/header.gif");
	background-repeat:no-repeat;
	padding: 9px;
	padding-left:14px;
}

#mainRHS {
	background-image:none;
	text-align:left;
	float:right;
	font-size: 12px;
	margin-top:15px;
	margin-right: 30px;
	width: 340px;
}

.mainCentre {
	background-image:url(background_images/galleryBackground.jpg);
	background-repeat:no-repeat;
	background-position: right 0px;
}

#imagePlaceHolder {
	margin-top: 34px;
}

#thumbnailsLayer {
	position: absolute;
	margin-left: 639px;
	margin-top:13px;
	width: 111px;
	height: 429px;
	overflow: hidden;
	background-color:#CA4242;
}

#pageNav {
	color: #FFFFFF;
}

#pageNav a {
	color: #FFFFFF;
}

#pageNav a:hover {
	color: #D30202;
}

td,select,input,textarea {
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.thumbRoll {
	border: 2px solid black;
}

.thumbRoll:hover {
	border: 2px solid red;
}

.thumbRoll img {
	border: 1px solid black;
}

#testimonialThumb img {
	border: 1px solid black;
}

#testimonialThumb:hover img {
	border: 1px solid #D30202;
}