body {
	background-color: ffffff;
	font-size:13px;
	color: #003;
	font-family: "Times New Roman", Times, serif;
	line-height: 1.3em;
	}

h1 {
	font-weight: bold;
	font-size: 1.2em;
	color: 000033;
	}
		
em {
	font-style:italic;
	}

#container {
	position: absolute;
	width: 750px;
	height: 400px;
	left: 50%;
	top: 50%;
	margin-left: -375px;
	margin-top: 200px;
}
/* browser hack this hides from mac ie and all other browsers use this id mac ie uses the id above */
/* hide from IE mac \*/
#container {
	position: absolute;
	width: 750px;
	height: 400px;
	left: 50%;
	top: 50%;
	margin-left: -375px;
	margin-top: -200px;
}
/* end hack */

#sitebox {
	position: absolute;
	width: 750px;
	height: 350px;
	border: solid 1px #000000;
	}
	
#topnav {
	position: absolute;
	width: 750px;
	}

#credit { 
	position: absolute;
	height: 1px;
	width:750px;
	margin-top: 350px;
	text-align: center;
	font-size:10px;
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#intro{ 
	position: absolute;
	width:750px;
	height: 350px;
	}

#homepage{ 
	position: absolute;
	margin-top: 30px;
	width:750px;
	height: 319px;
	background-image:url(images/bg_home.jpg);
	border-top: solid 1px #000;
	}

#punting{ 
	position: absolute;
	margin-top: 30px;
	width:750px;
	height: 319px;
	background-image:url(images/bg_punting2.jpg);
	border-top: solid 1px #000;
	}
	
#pedaloes{ 
	position: absolute;
	margin-top: 30px;
	width:750px;
	height: 319px;
	background-image:url(images/bg_pedaloes2.jpg);
	border-top: solid 1px #000;
	}
	
#rowing{ 
	position: absolute;
	margin-top: 30px;
	width:750px;
	height: 319px;
	background-image:url(images/bg_rowing.jpg);
	border-top: solid 1px #000;
	}
	
#chauffeur{ 
	position: absolute;
	margin-top: 30px;
	width:750px;
	height: 319px;
	background-image:url(images/bg_chauffeur.jpg);
	border-top: solid 1px #000;
	}
	
#shopping{ 
	position: absolute;
	margin-top: 30px;
	width:750px;
	height: 319px;
	background-image:url(images/bg_shopping.jpg);
	border-top: solid 1px #000;
	}
	
#openingtimes{ 
	position: absolute;
	margin-top: 30px;
	width:750px;
	height: 319px;
	background-image:url(images/bg_openingtimes.jpg);
	border-top: solid 1px #000;
	}
	
#location{ 
	position: absolute;
	margin-top: 30px;
	width:750px;
	height: 319px;
	background-image:url(images/bg_location.jpg);
	border-top: solid 1px #000;
	}
	
#corporate{ 
	position: absolute;
	margin-top: 30px;
	width:750px;
	height: 319px;
	background-image:url(images/bg_corporate.jpg);
	border-top: solid 1px #000;
	}
	
#homepageopacity { 
	position: absolute;
	margin-top: 50px;
	left: 250px;
	width: 450px;
	background-color: ffffff;
	}

#pagetext{ 
	position: absolute;
	padding-right:10px;
	margin-top: 50px;
	left: 475px;
	width: 255px;
	height: 265px;
	overflow:auto;
	}
	
#locationtext{ 
	position: absolute;
	padding-right:10px;
	margin-top: 50px;
	left: 20px;
	width: 280px;
	height: 250px;
	overflow:auto;
	}

#homepagelinks{ 
	position: absolute;
	margin-top: 315px;
	left: 425px;
	width: 325px;
	}

