body {
	margin:0;
	padding:0;

}

a:link, a:visited, a:active {
	text-decoration:none;
	color:#00FF00;
}


div  {
	position:relative;
	
}

div.widecontainer {
	position:absolute;
	background-color:#A8A8A8;
	padding:15px;	
	width:100%;
	height:800px;
}



div.leftcontainer {
	position:absolute;
	background-color:#E8E8E8;
	border:2px;
	border-color:white;
	border-style:solid;	
	padding:15px;
	width:750px;
	height:530px;
	left:100px;
	top:10px;
	font-family:Trebuchet MS, Arial;	

}

div.rightcontainer {
	position:absolute;
	background-color:#E0E0E0;
	border:2px;
	border-color:white;
	border-style:solid;	
	padding:15px;
	width:350px;
	height:530px;
	left:850px;
	top:10px;	
	color:black;
	font-family:Trebuchet MS, Arial;


}

div.headingbox {
	position:absolute;
	background-color:#888888;
	border:2px;
	border-color:white;
	border-style:solid;	
	width:350px;
	height:40px;
	left:0px;
	top:0px;	
	font-family:Century Gothic, Arial;


}





div.home {
	position:absolute;
	width:70px;
	left:15px;
	height:25px;
	top:520px;
	background-color:#888888;
	text-align:center;
	line-height:14pt;	
	font-size:9pt;
	font-weight:bold;
	font-family:Century Gothic, Arial;
}	

div.services {
	position:absolute;
	width:70px;
	left:85px;
	height:25px;
	top:520px;
	background-color:#888888;
	text-align:center;
	line-height:14pt;	
	font-size:9pt;
	font-weight:bold;	
	font-family:Century Gothic, Arial;
}



div.gallery {
	position:absolute;
	width:70px;
	left:155px;
	height:25px;
	top:520px;	
	background-color:#888888;
	text-align:center;
	line-height:14pt;	
	font-size:9pt;
	font-weight:bold;	
	font-family:Century Gothic, Arial;	
}

div.enquiries {
	position:absolute;
	width:70px;
	left:225px;
	height:25px;
	top:520px;	
	background-color:#888888;
	text-align:center;
	line-height:14pt;	
	font-size:9pt;
	font-weight:bold;	
	font-family:Century Gothic, Arial;	
}

div.blog {
	position:absolute;
	width:70px;
	left:295px;
	height:25px;
	top:520px;	
	background-color:#888888;
	text-align:center;
	line-height:14pt;	
	font-size:9pt;
	font-weight:bold;	
	font-family:Century Gothic, Arial;	
}













h1 {
	font-size:14pt;
	line-height:7pt;
	color:#00FF00;

}

h2 {
	font-size:6pt;
	line-height:2pt;	
	color:#848484;

}

h3 {
	font-size:8pt;
	line-height:2pt;	
	color:#848484;
	

}
