	body {
			background: #333366;
			color: black;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
		}
		
		#container {
			
			width: 900px;
			margin: 0px auto;
			border: 2px solid gray;
			background: white;	
			
		}
		

		#banner {
			
			height: 300px; 	
			background: url(../img/blue_sea_banner_bg.jpg);
			
		}

	
		#nav {
			height: 54px;
			background: url(../img/bg-nav2.jpg) repeat-y;			
		}
		
		#nav ul{
			
			margin: 0;
			padding:0;
			
		}

		#nav ul li {
		
			
			float: left;
			list-style: none;
			
			
		}

		#nav ul li a {
	
			
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font: 20px;
			font-weight: bold;
			color: #66334D;
			text-decoration: none;
			border-right: 1px solid #66334D;
			border-top: 1px dotted #66334D;
			border-bottom: 1px solid #66334D;
			padding: 10px 19.9px 30px 20px;
			display: block;
			width: 108.99px;
			background: url(../img/bg-nav2.jpg);			

			
		}
		
		#nav ul li a:hover {

			
			background: url(../img/bg-nav-over.jpg);			

			
		}
		
		#breadcrumb{
				
				height:30px;
				margin: 0;
				border-bottom: 1px dotted gray;
				background: url(../img/bg-breadcrumb.jpg);
				
				
		}
		
		#breadcrumb ul{
			
			margin: 0;
			padding:0;
			list-style: none;
			padding: 10px 0px 0px 10px;
		}
		
		#breadcrumb ul li a{
			text-decoration:none;
			size: 10px;
			color: #66334D;
			float: left;
			padding: 0px 20px 0px 20px;
			border-right: 1px dotted #66334D;
			
		}
		
		#breadcrumb ul li a:hover{
			font-weight:bold;
		}
		
		#contentcontainer{
			width: 900px;
			background: white;
			
		}
		
		#contentcontainer:after{
			content: " ";
			display: block;
			height: 0;
			clear: both;
			visibility: hidden;

		
		}

		#subnav {

			background: white;	
			width: 150px;
			float: left;
			
		}
		

		#subnav ul li{
		
			list-style: none;
		}
		
		#subnav ul li a {

			color: #66334D;
			text-decoration: none;
			font-weight: bold;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font: 11px;
			padding: 10px 20px 5px 10px;
			display: block;
			border-bottom: 1px dotted black;
			

		}
		
		#subnav ul li a:hover {
			color:blue;
		}
	
		
		#content {
			font-family: Verdana, Arial, Helvetica, sans-serif ;
			font: 11px;
			background: white;
			width: 480px;
			height: 1050px;
			float: left;
			padding: 10px 30px 0px 30px;
			border-left: 1px solid black;
			border-right: 1px solid black;
		}
	
		
		#pricetable tr td{
			padding: 14px;
			background: #E6E6E6;
		}
		
		#pricetable tr th{
			padding: 14px;
			background: #999999;
		}
		
		#rentalstable tr th{ 
			padding: 10px;
			background: #999999;
		}
		
		#rentalstable tr td{ 
			padding: 10px;
			background: #E6E6E6;
		}
		
		#summercamp tr th{ 
			padding: 10px;
			background: #999999;
		}
		
		#summercamp tr td{ 
			padding: 10px;
			background: #E6E6E6;
		}
		
		#term1 tr td{
			padding: 10px;
			background: #E6E6E6;
		}
		
		#term1 tr th{
			padding: 10px;
			background: #999999;
		}


		#addons {
			width: 190px;
			float: left;
			text-align: center;
			
				
		}
		
		#whatsnew a{
			color: white;
			font-size: 11px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none;
			
		}

		
		#surfreport{
				border-bottom: 1px dotted black;
			
		}

		
		#facebook {
			
			padding: 40px 0px 40px 0px;

		}
		
		
		#footer {
			width: 900px;
			margin: 0px auto;
			background: #95b2e5;
			color: white;
			
		}
		
		#footer ul li {
			float: left;
			text-decoration: none;
			list-style: none;
			padding: 0px 10px 10px 10px;
			text-align: centre;
		}
		
		
		





