body {
	font-family: "Comic Sans", "Comic Sans MS", Verdana, Arial;
	font-size: 14px;
	background-color: #7575A4;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	margin: auto;
	width: 980px;
}
#headerArea {
	width: 980px;
}
#headerArea {
	text-align: center;
}
#leftColumn {
	float: left;
	width: 185px;
	margin-top: 25px;
}
#centralColumn {
	float: left;
	width: 583px;
}
#rightColumn {
	float: left;
	width: 185px;
	padding-left: 13px;
	padding-right: 14px;
	text-align: center;
	margin-top: 25px;
}
#mainAreaTop {
	background-image: url(../images/mainAreaTop.png);
	background-repeat: no-repeat;
	float: left;
	height: 25px;
	width: 583px;
}
#mainAreaContent {
	background-color: #FFFFFF;
	width: 563px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
#mainAreaBottom {
	background-image: url(../images/mainAreaBottom.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 583px;
	float: left;
}
#mainMenuArea {
	width: 185px;
	margin-bottom: 50px;
}
#mainMenuArea ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 18px;
}
#mainMenuArea li {
	margin-bottom: 10px;
}
#mainMenuArea a:link, #mainMenuArea a:visited {
	color: #e0e0eb;
	text-decoration: none;
}
#mainMenuArea a:hover, #mainMenuArea a:active {
	color: #ffffff;
	text-decoration: underline;
}
.sideText {
	font-size: 16px;
	color: #FFFFFF;
}
#footerArea {
	clear: both;
	width: 980px;
}
#footerArea a:link, #footerArea a:visited {
	color: #7575A4;
}
#footerArea a:hover, #footerArea a:active {
	color: #7575A4;
}
.boxAdvert {
padding-bottom: 0px;
}

#mainAreaContent h2 {
	font-family: "Comic Sans", "Comic Sans MS", Verdana, Arial;
	font-size: 20px;
	color:#006699;
	margin-bottom: 25px;
}

a img {
border:0;
}

.imageBrowserWrapper {
float:left;
margin:auto;
}

.imgBlackBorder {
border: solid 1px #000000;
}
.imgWhiteBorder {
border: solid 1px #FFFFFF;
}
#rightColumn a:link, #rightColumn a:visited {
	color: #e0e0eb;
	text-decoration: none;
}
#rightColumn a:hover, #rightColumn a:active {
	color: #ffffff;
	text-decoration: underline;
}


#contact-form .tooltip {
        display: none!important;}