/* CSS Document */
#pageFrame {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	padding-left:23px;
	text-align:left;
	width:800px;
	background-image:url(../img/bg_tile.gif);
	background-repeat:repeat-y;
}

body {
	background-color: #26617E;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link { text-decoration: underline; color:#000000; }
a:visited { text-decoration: underline; color:#000000; }
a:hover { text-decoration: none; color:#26617E; }
a:active { text-decoration: none; color:#26617E; }

#innerContentColumn a:link { text-decoration: underline; color:#000000; }
#innerContentColumn a:visited { text-decoration: underline; color:#000000; }
#innerContentColumn a:hover { text-decoration: none; color:#000000; }
#innerContentColumn a:active { text-decoration: none; color:#000000; }

#footer a:link { text-decoration: none; color:#FFFFFF; }
#footer a:visited { text-decoration: none; color:#FFFFFF; }
#footer a:hover { text-decoration: underline; color:#FFFFFF; }
#footer a:active { text-decoration: underline; color:#FFFFFF; }

body,td,th,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:17px;
	color: #333333;
}
h1 {
	font-size: 18px;
	font-weight:bold;
	margin-bottom:12px;
	color:#938DC3;
	line-height:22px;
}
h3 {
	font-size: 14px;
	margin-bottom:-10px;
	color:#162E7B;
}
.txt_intro {
	font-size: 13px;
	line-height:20px;
	color: #666666;
}
.txt_small {
	font-size: 11px;
	line-height:13px;
	color: #666666;
}
.boat_heading {
	font-weight:bold;
	margin-top:0px;
	margin-bottom:-5px;
}
.boat_desc {
	font-size: 11px;
	line-height:14px;
	color: #666666;
	padding-bottom:-5px;
}
.boat_price {
	font-size: 13px;
	font-weight:bold;
	color: #26617E;
	margin-bottom:-6px;
}

th.data {
	font-weight:bold;
	text-align:left;
 	background-color: #ADBFD6;	
	padding:4px;
}
td.data {
	border-bottom:1px solid #26617E;
 	background-color: #D5DEEA;
	padding:4px;
}

/*---- Layout ----*/
#container {
	margin-top: 15px;
	height:100%;
}
#navColumn {
	/*margin-right: -200px;	 IE 4 fix  */ 
	float: left;
	background-color:#FEB44B;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#contentColumn {
	width: 500px;
	margin-left: 230px;
}
#footer {
	margin-right:45px;
	clear: both;
}





