/* CSS Document */

*{
margin:0; padding:0;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #ffffff;
	background-color: #000000;
	line-height: 120%;
}

A:link, A:visited, A:active {
	color: #ffffff;
	font-weight: bold;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 847px;
	padding: 0 14px 0 13px;
	background-image: url(../images/greenglow.jpg);
	background-repeat: repeat-y;
	height: auto;
}


#header {
	width: 849px;
	background-image: url(../images/topbanner1.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	margin: 0;
 }
 
#middleLogo {
	width: 386px;
	float: left;
}

#middleCentre {
	float:left;
	width: 179px;
}

#middleRight {
	float: right;
	width: 284px;
	height: 83px;
	background-image: url(../images/topbanner4.jpg);
}

#galRight {
	float: right;
	width: 284px;
	height: 83px;
}


#bottombanner {
	background-image: url(../images/bottombanner.jpg);
	clear: both;
}

#bottombannerGal {
	background-image: url(../images/bottombannerGal.jpg);
	clear: both;
}

#content {
	float: left;
	width: 390px;
	padding-left: 10px;
 }

#leftside {
	float: left;
	width: 163px;
 }
 
 .lefttext {
 	padding-left: 10px;
 }

#rightside {
	width: 282px;
	float: right;
	min-height: 540px;
  	height:auto;
	background-image: url(../images/rightside.jpg);
	background-repeat: no-repeat;
 }
 
 #footer {
 	clear: both;
 	width: 849px;
	height: 12px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
 }

.LargeWhite {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.GreenText {
	font-size: 12px;
	font-weight: bold;
	color: #aee32c;
}

#galleryright {
	width: 665px;
	float: right;
	min-height: 540px;
  	height:auto;
	padding: 0 9px 0 10px;
}
