* {
	padding: 0;
	margin: 0;
	border: 0;
  }

body {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	background-color: #E8E8E8;
	color: #000000;
	margin: 20px 10px 10px;
	/*padding: 50px;*/
}

#wrapper {
	width: 900px;
	margin: 15px auto;
	background-color: #FFFFFF;
}

#sidebar	{
	vertical-align:top;
	padding: 10px;
	width: 200px;
}


#sidebar .pop1 {
	font-family: verdana, arial;
	font-size: 11px;
	text-align: center;
	line-height: 22px;
}

#sidebar .pop1 a {
	color: blue;
	text-decoration: none;
}
#sidebar .pop1 a:hover {
	color: red;
}

#maincontent {
	vertical-align: top;
	padding: 10px;
	width: 760px;
}

h1 {
	font-size: 16px;
	line-height: 18px;
}

/* Boatshow 2007 Page*/
.textbshow {
	margin: 10px auto 0 3px;
}
.textbshow p {
	margin: 10px 0;
	font-size: 12px;
	line-height: 16px;
}
/* End Boatshow 2007 Page*/



td.boatForSaleDescription	{
	font-size:12px;
	padding-top:20px;
	vertical-align:top;
}

img.boatForSale	{
	padding-top:20px;
	padding-left:20px;
	padding-bottom:20px;
}


a:link {
	color: #003E76;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003E76;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #003E76;
}


#frmContactUs td.formLabel	{
	font-weight:bold;
	width:250px;
	vertical-align:top;
}

#frmContactUs input, textarea, select	{
	width:225px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #ccc;
}

#frmContactUs input.radio	{
	width:20px;
	border:none;
}

#frmContactUs input.imageButton	{
	width:75px;
	border:none;
}

#frmContactUs input.submit	{
	width:150px;
	border:none;
}

#frmContactUs .info	{
	font-size:85%;
}

#frmContactUs .errorMessage	{
	font-weight:bold;
    color:red;
}

#footer	{
	display:none;
}