body {
	background-color:#E8B3E9;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin: 0px;
	padding:0px;
}

.tablemax {
	height: 100%;
	width: 788px;
}

#content {
	padding: 10px;
}

.header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height: 105px;
}

.header_right {
	background-image:url(images/header_right.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height: 105px;
}

.pics {
	background-image:url(images/pics.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

.content_side{
	background-image:url(images/content_side.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

.content_top {
	background-image:url(images/content_top.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

.content_bottom {
	background-image:url(images/content_bottom.gif);
	background-repeat:no-repeat;
	background-position:top;
}

.pictureborder {
	border: 1px solid #000000;
	margin: 5px;
}

.pictureright {
	float: right;
	margin: 5px;
	border: 1px solid #091C7F;
}

.right {
	float: right;
}

.pictureleft {
	float: left;
	margin: 5px;
	border: 1px solid #091C7F;
}

a:link {
	color: #476baa;
	text-decoration: none;
}
a:visited {
	color: #476baa;
	text-decoration: none;
}
a:hover {
	color: #476baa;
	text-decoration: underline;
}
a:active {
	color: #476baa;
	text-decoration: none;
}

p {
	font-size: 13px;
	font-family: arial;
	line-height: 18px;
	color: #ED008C;
	}

.stylesmall {	
	font-size: 10pt;
    font-family: arial;
    line-height: 12pt;
	color: #476baa;
	}

h1 {
	font-size: 18px;
	font-family: arial;
	text-align: left;
	font-weight: bold;
	line-height: 25px;
	color: #AF80B4;
	margin: 20px 0 40px 90px;
	}

h2 {
	font-size: 16px;
	font-family: arial;
	text-align: center;
	font-weight: bold;
	line-height: 25px;
	color: #EB048E;
	}

#styletext {
	font-size: 0px;
	visibility: hidden;
	}
.menuitem{
	color: maroon; 
	margin-top: 5px; 
	padding-right: 5px
	}
.formlabel {
	float: left;
	width: 150px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0 3px 0 0;
}

.formfield {
	/*float: right;*/
  width: 200px;
	text-align: left;
	margin-left: 5px;
	padding-left: 5px;
	border-left: 2px solid #fff;
} 
p.formsectionhdr{
	text-align: left;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 3px;
	color: #AF80B4;
	font-weight: bold;
}
div.formsection {
	width: 350px;
	margin: 0 0 0 0px;
	background-image: url(../images/enquiries.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	}
div.row {
	font-size: 11pt;
	text-align: left;
	clear: both;
	margin-bottom: 5px;
	padding: 3px;
	}
.redtext{
	color: #f00
	}
