/* Presentation Stylesheet */ 

body {
	font-family:Tahoma;
 	}

	
/* Link Style */ 
a:link {
	color:#e75e20;
	text-decoration:none;
	}
a:visited {
	color:#e75e20;
	text-decoration:none;
	}
a:hover {
	color:#e9404c;
	text-decoration:none;
	}
a:active {
	color:#e75e20;
	text-decoration:none;
	}
	
#content {
	font-family:Tahoma;	
	}
	
#content h1 {
	margin:10px;
	font-size:20px;
	}

#content h2 {
	margin:10px;
	font-size:16px;
	}

#content th {
	padding:16px 0 6px 0;
	font-size:16px;
	}

#content p {
	margin:10px;
	font-size:12px;
	}

#content table {
	margin:7px;
	font-size:12px;
	}
	
td.content {
	width:200px;
	text-align:left;
	vertical-align:text-bottom;
	}

td.price  {
	width:170px;
	text-align:right;
	vertical-align:top;
	}

td.map  {
	width:510px;
	margin-right:7px;
	vertical-align:top;
	}

#content img {
	border:solid #101015;
	border-bottom-width:2px;
	margin-bottom:5px;
	}



img.activity {
	margin:7px;
	}

#menu {
	margin:10;
	padding:5px 0px 4px 0px; 
	font-family:"Trajan Pro";
	font-size:14px;
	} 

td.menu {
	
	width:190px;
	text-align:center;
	vertical-align:text-top;
	}

#menu a {
	border:0px;
	text-decoration:none; /*lets you remove the link underlines*/
	}
	
#menu a:link, #menu a:active, #menu a:visited {
	color:#e97040;
	}

#menu a:hover {
	color:#e9404c;
	} 
	
	
	
/* Properties for the galleries page */
	
td.galleriesdate {
	width:85px;
	text-align:left;
	vertical-align:text-top;
	font-size:12px;
	}
	
td.galleriesdescription {
	text-align:justified;
	font-size:12px;
	}
	
img.gallery {
	border-color:#000000;
	border-width:3px;
	border-style:solid;
	}
	
a img {
	border: none;
	} 
	
/* Properties for the contact us page */
	
table.enquiry {
	border-collapse:collapse;
	width:90%;
	border-color:#000000;
	border-width:1px;
	border-style:solid;
	}
	
td.enquiryhead {
	background-color:#8994ad;
	border-color:#000000;
	border-width:1px;
	border-style:solid;
	}
	
td.enquiryform {
	background-color:#c1c4ca;
	}
	
p.frontpage {
	padding:0 70px 0 70px;
	}
	
/* Properties for the logo table */
	
td.logo {
	text-align:center;
	}
	
#footer {
	text-align:center;
	clear:both;
	margin:10;
	padding:5px 0px 4px 0px; 
	font-family:"Trajan Pro";
	font-size:12px;
	color:#333333;
}	

#footer a:link, #footer a:active, #footer a:visited {
    color:#e97040;
}

#footer a:hover {
	color:#e9404c;
	} 




