/* Layout Styles */
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
div.top {
	height:20px;
	background-color:#666;
}
div.main {
	background-color:#FFF;
	text-align: centre;
  	width: 970px;
  	margin-left: auto;
  	margin-right: auto;
 	background-color:#FFF;
}
div.header {
	height:111px;
	width:900px;
	background-color:#FFF;
}
div.menu {
	height:24px;
	width:940px;
	background-image:url(Images/menubar.png);
	text-align:left;
	padding-left:30px;
	padding-top:5px;
	font-size: 18px; color: #FFF; 
	text-decoration: none; 
	font-family: Times New Roman, Times, serif;
}
div.image {
	height:247px;
	width:970px;
	text-align:center;
	background-image:url(Images/image01.jpg);
}
div.sail {
	position:relative;
	top:-74px;
	left:417px;
	height:78px;
	width:68px;
	background-image:url(Images/sail.png);
}
div.mainpage {
	height:600px;
	width:910px;
	padding:30px;
	padding-top:275px;
}
div.contactpage {
	height:400px;
	width:910px;
	padding:30px;
	padding-top:275px;
}
div.left {
	float:left;
	height:400px;
	width:530px;
}
div.right {
	float:right;
	height:400px;
	width:330px;
}
/* Text Styles */
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: small;
	line-height: 20px;
}
.heavy {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: large;
	line-height: 20px;
}
.heading {
	font-family: Times New Roman, Times, serif;
	color:#39F;
	font-size:xx-large;
	line-height: 20px;
}
.heading2 {
	font-family: Times New Roman, Times, serif;
	color:#39F;
	font-size:x-large;
	line-height: 20px;
}
.heading3 {
	font-family: Times New Roman, Times, serif;
	color:#39F;
	font-size:large;
	line-height: 20px;
	text-decoration: underline;
}
.trip {
	font-family: Times New Roman, Times, serif;
	color:#39F;
	font-size:x-large;
	line-height: 20px;
}
.trippic {
	float:left;
	width:119px;
	height:119px;
}
.triptext {
	float:right;
	width:200px;
	height:119px;

}
a.nav:link {font-size: large; color: #FFF; text-decoration: none; font-family: Times New Roman, Times, serif;}
a.nav:active {font-size: large; color: #FFF; text-decoration: none; font-family: Times New Roman, Times, serif;}
a.nav:visited {font-size: large; color: #FFF; text-decoration: none; font-family: Times New Roman, Times, serif;}
a.nav:hover {font-size: large; color: #FFF; text-decoration: underline; font-family: Times New Roman, Times, serif;}
