@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
}
body {
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-attachment: scroll;
	text-align:left
}
#main {
	width: 1000px;
	height:750px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	float: none;
	z-index: 1;
	top: 35px;
}

#menu {
	position:absolute;
	left:4px;
	top:0px;
	width:236px;
	height:auto;
	z-index:2;
}

#text {
	position:absolute;
	left:247px;
	top:0px;
	width:742px;
	height:721px;
	z-index:3;
	text-align: left;
}
.textcentre {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
