/*---- Banner----- */
.banner {
	width: 900px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.bnrTL {
	background-image: url(../images/bgdTL.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-color: #D92B33;
	position: absolute;
	height: 100px;
	width: 500px;
	left: 0px;
	top: 0px;
	background-position: right;
	margin-left: -500px;
	display: inline;
}

.bnrTR {
	background-image: url(../images/bdgTR.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-color: #7A8091;
	position: absolute;
	height: 100px;
	width: 500px;
	background-position: left;
	display: inline;
	left: 0px;
	margin-left: 900px;
}
/*---- //Banner----- */

.widthFix {
	width: 919px;
	margin-right: auto;
	margin-left: auto;
}
.cttCentre {
	padding-left: 30px;
}
