.tableTop {
	width: 760px;
}
body {
	margin: 0px;
	background-image: url(images/bodyTile.gif);
	background-repeat: repeat;
}
.bodyTop {
	background-image: url(images/topBg.jpg);
	background-repeat: repeat-x;
	height: 100px;
}
.centreIt {
	margin: auto;
}
.bodyCentre {
	height: 550px;
	width: 760px;
	background-image: url(images/leftBg.jpg);
	background-repeat: repeat-x;
}
.bodyBase {
	background-image: url(images/baseBg.jpg);
	background-repeat: repeat-x;
	height: 100px;
}
.bodyLeft {
	background-image: url(images/leftBg.jpg);
	height: 550px;
	width: 100%;
	background-repeat: repeat-x;
}
.bodyRight {
	background-image: url(images/rightBg.jpg);
	height: 550px;
	width: 132px;
	background-repeat: repeat-x;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
a {
	color: #FFFFFF;
}
.centreText {
	text-align: center;
}

