#pageholder {
	width: 745px;
	margin-right:auto;
	margin-left: auto;
	background:  url(../assets/assets/bgbackgroundwatercolour.jpg) fixed;
}
body {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 90%;
	color: #5e00bb;
	top: 0px;
	margin-top: 0px;
	background:  url(../assets/assets/bgbackgroundwatercolour.jpg) fixed;
}

#topbanner { 
	margin: 0px auto auto; 
	width: 745px; 
	text-align: right; 
}

#leftmenu {
	font-family: "Trebuchet MS", sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	float: left;
	height: auto;
	width: 180px;
	margin-right: 0px;
	padding: 5px 0px 5px 0px;
	list-style-type: disc;
	margin-left: 0px;
	font-size: 95%;
	list-style-position: inside;
}
#maintext {
	width: 550px;
	border: 1px solid #CCCCCC;
	margin-left: auto;
	padding: 5px;
}
#pictureholder {
	float: right;
	width: 150px;
	margin-left: 10px;
	text-align: right;
}
#footer {
	width: 745px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	font-size: 85%;
	padding: 5px;
	height: 30px;
}
#footer li
			{
			list-style-type: none;
			display: inline;
}
a:link {
	text-decoration: none;
	color: #5e00bb;
	font-weight: bold;
	text-transform: capitalize;
}
a:visited {
	color: blue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	}


.right {
	float: right;
	margin-left: 10px;
}
.left {
	float: left;
	margin-right: 10px;
}
.thankyou {
	font-weight: bold;
	text-align: center;
}
.headz {
	font-weight: bold;
}
.moveover {
	font-size: 75%;
}
.centretable {
	text-align: center;
}
