body {
	background-color: #FFFFFF;
}
.banner-bg {
	background-attachment: scroll;
	background-image: url(images/banner3.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.center-top {
	background-attachment: scroll;
	background-image: url(images/centretop3.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.background-repeat {
}

.footer-bg {
	background-attachment: scroll;
	background-image: url(images/footer3.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.repeating-bg {
	background-attachment: scroll;
	background-image: url(images/slice.gif);
	background-repeat: repeat;
	background-position: center top;
}
.bottom-right {
	background-attachment: scroll;
	background-image: url(images/centrebttm3.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.slice3 {
	background-attachment: scroll;
	background-image: url(images/slice3.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.content-padding {
	padding-right: 105px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #000000;
}
.main-headings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #B45901;
	line-height: 1.5;
	font-weight: bold;
}

a {
	text-decoration:none;
	font-weight:bold;
	color:#993300;
}

a hover {
	color:#FF0000;
}