body		{
			margin: 0px;
			padding: 0px;
			font-family: helvetica,arial,verdana,sans-serif;
			font-size: 12px;
			color: #000000;
			text-align: left;
			background: #fff url(../img/drop.png) repeat-x;
			}
			
p,div,form,ul,li	{
			padding: 0px;
			margin: 0px;
			}
			
#input		{
			width: 100%;
			}
			
#header		{
			width: 960px;
			background: ##EBEBEB;
			}
			
#menuset	{
			list-style-type: none;
			text-align: center;
			}
			
.menu		{
			display: inline;
			padding-left: 4px;
			padding-right: 4px;
			}
			
			
#menubg		{
			width: 960px;
			height: 30px;
			line-height: 30px;
			background: url(../img/menubg.png);
			}
			
#fpphoto	{
			width: 960px;
			height: 125px;
			background: url(../img/fppic1.jpg);
			}
			
#featured	{
			float: left;
			width: 170px;
			padding: 10px;
			margin: 10px 0 0 0;
			background: #eee;
			text-align: center;
			-webkit-border-radius: 5px;
   		 	-khtml-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			}
			
#fptext		{
			float: right;
			width: 720px;
			margin: 10px 0 10px 0;
			padding: 20px;
			background: #eee;
			-webkit-border-radius: 5px;
   		 	-khtml-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			}
			
#justlisted		{
			float: right;
			padding: 10px;
			width: 740px;
			text-align: center;
			background: #eee;
			-webkit-border-radius: 5px;
   		 	-khtml-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			}
			
#justlistedset	{
			float: right;
			margin-right: 12px;
			}
			
#boatname	{
			color: #00A1DF;
			font-weight: bold;
			margin-bottom: 3px;
			}
			
#fimg		{
			border: 1px dotted #cccccc;
			padding: 6px;
			background: #fff;
			margin-bottom: 4px;
			}
			
#boatprice	{
			color: #D09A30;
			font-weight: bold;
			margin-bottom: 10px;
			}
			
#h1			{
			text-align: left;
			color: #D09A30;
			font-size: 18px;
			line-height: 22px;
			margin-bottom: 5px;
			}
			
#h2			{
			text-align: left;
			color: #00A1DF;
			font-size: 16px;
			line-height: 18px;
			margin-bottom: 2px;
			font-style: italic;
			}
			
#h3			{
			text-align: left;
			color: #656566;
			font-size: 12px;
			line-height: 22px;
			font-weight: bold;
			margin-bottom: 5px;
			}
			
#h4			{
			color: #656566;
			font-weight: bold;
			margin-bottom: 5px;
			}
			
#needed		{
			color: red;
			}
			
#address	{
			line-height: 16px;
			}
			
#phone		{
			font-weight: bold;
			font-size: 16px;
			color: #D09A30;
			line-height: 24px;
			}
			
#phone2		{
			color: #00A1DF;
			font-weight: bold;
			margin-bottom: 3px;
			line-height: 18px;
			}
			
#basetext	{
			font-size: 14px;
			line-height: 18px;
			text-align: justify;
			}
			
#contentfp	{
			width: 960px;
			}
			
#content	{
			width: 920px;
			padding: 20px;
			text-align: left;
			background: #eee;
			-webkit-border-radius: 5px;
   		 	-khtml-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			margin-top: 10px;
			}
			
#footer		{
			width: 960px;
			padding: 20px;
			text-align: center;
			}
			
			
/* Main Menu */

.menu a:link	{
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		-webkit-border-radius: 5px;
   		 -khtml-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background: #434343;
		padding: 3px 7px 2px 7px;
		}

.menu a:visited	{
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		-webkit-border-radius: 5px;
   		 -khtml-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background: #434343;
		padding: 3px 7px 2px 7px;
		}

.menu a:hover	{
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		-webkit-border-radius: 5px;
   		 -khtml-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background: #F55D09;
		padding: 3px 7px 2px 7px;
		}
		
		
/* Base Link */

a:link	{
		color: #000;
		text-decoration: none;
		}

a:visited	{
		color: #000;
		text-decoration: none;
		}

a:hover	{
		color: #F55D09;
		text-decoration: none;
		}
		
		
		