body { 
	margin: 0px 0px 0px 0px;
	width: 840px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
}

h1{
	color: white;
	font-weight: bold;
	font-size: 18px;
	padding-left: 5px;
	line-height: 50%;
}

h3 { 
	font-weight: bold;
	color: #999999;
	}

h4 {
	font-weight: bold;
	font-size:12px;
	}
	
.grey {
	color: #999999;
}

a{
	font-size: 14px;
	font-weight: bold;
	color: black;	
	text-decoration: none;
}


.enquiries {
	color: #6E3D98;
	font-size: 24px;
	font-weight: bold;
	text-align:center;
}

.enquiries p {
	margin-bottom: 0px;
}

.address {
	margin: 0px 0px 0px 0px;
	line-height: 100%;
	font-size: 8pt;
}

.top-nav {
	padding-top: 3px;
	margin: 0px;
	text-align: center;	
	font-size: 13px;
	font-weight: bold;
}

/*******layout**********/

#top-main {
        position: absolute;
	top: 0px;
	left: 40px;
	width: 840px;
	height: 123px;
}

#top-nav {
	position: absolute;
	top: 123px;
	left: 40px;
	width: 840px;
	height: 22px;
	background-color: #FDE756;
}

#left-block-container{
	position: absolute;
	top: 150px;
	left: 40px;
}

.heading {
	position: absolute;
	left: 240px;
	top: 165px;	
	width: 440px;
	height: 35px;
	background: #6E3D98;
	padding: 10px 0px 0px 5px;
	margin-top: 10px 0px 0px 0px;
	vertical-align: top;
}

#main-content {
	position: absolute;
	top: 220px;
	left: 240px;
	width: 440px;
}
	
#right-block-container{
	position: absolute;
	top: 150px;
	left: 698px;
}

.block {
	position: relative;
	clear: left;	
	width: 176px;
	border-top: 20px solid #B58AC2;
	border-right: 2px solid #B58AC2;
	border-left: 2px solid #B58AC2;
	border-bottom: 0px solid #B58AC2;
	margin-top: 15px;
	padding: 0px;
	background: #B58AC2;
}