#container {
	position:relative;
	width:770px;
	text-align:left; /* to counter-act align in body for IE */
	background-color:#FFFFFF;
	background-image:url(images/main-background.gif);
	background-repeat:repeat-y;
	float:left;
}
#internalcontainer {
	position:relative;
	width:770px;
	text-align:left; /* to counter-act align in body for IE */
	background-color:#FFFFFF;
	background-image:url(images/main-internal-background.gif);
	background-repeat:repeat-y;
	float:left;
}
#header {
	position:relative;
 	width:770px;
	height:174px;
	background-image:url(images/logo.jpg);
	background-position:left;
	background-repeat:no-repeat;
	float:left;
}
#menu {
	position:relative;
	width:171px;
	float:left;
	background-image:url(images/menu-background.gif);
	background-repeat:no-repeat;
	float:left;
} 
#content {
	position:relative;
	width:400px;
	background-color:#FFFFFF;
	float:left;
}
#right {
	position:relative;
	width:179px;
	background-image:url(images/right-background.gif);
	background-repeat:repeat-x;
	float:left;
}
#internalright {
	position:relative;
	width:179px;
	float:left;
}
.right {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
}

h1 {
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: bold;
}
h1.watersports{
  color: #ef6921;
}
h1.boutique{
  color: #fdcf14;
}
h1.diving{
  color: #ef3f5a;
}
h1.beaches{
  color: #7dc242;
}
h1.contact{
  color: #cc3292;
}

.right a:link {
	color: #f78f20;
	text-decoration: none;
}
.right a:visited {
	text-decoration: none;
	color: #f78f20;
}
.right a:hover {
	text-decoration: none;
	color: #005375;
}
.right a:active {
	text-decoration: none;
	color: #f78f20;
}
#testimonial {
	position:relative;
	height:248px;
	width:159px;
	float:left;
	background-image:url(images/testimonials-background.gif);
	margin-top:6px;
}
#news {
	position:relative;
	height:248px;
	width:159px;
	float:left;
	background-image:url(images/news-background.gif);
	margin-top:6px;
}
.normaltxt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#008dbf;
}
.content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#008dbf;
	padding:10px;
	float:left
}
.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#008dbf;	
}
.footer a:link {
	color: #008dbf;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: #008dbf;
}
.footer a:hover {
	text-decoration: none;
	color:#035b7b;
}
.footer a:active {
	text-decoration: none;
	color: #008dbf;
}
.clr {
  clear: both;
}
