/* CSS Document */

div#masthead {
	background: #FFFFFF url(../images/home_masthead.jpg) no-repeat;
}

div#col1 {
 	height: 245px;
 	background: url(../images/home_col1bkgd.gif)
}

div#col2 {
	width: 535px;
	/*border: solid 1px green;*/
}

div#col3 h3.postit1 {
	background: url(../images/postitbkgd_sailingSchedule.jpg) no-repeat right top
}

div#col3 h3.postit2 {
	background: url(../images/postitbkgd_reqQuote.jpg) no-repeat right top
}

#marqueecontainer{
	position: relative;
	/*width: 200px;*/ /*marquee width */
	/*height: 72px;*/ /*marquee height */
	width: 360px;
	height: 70px;
	width: 500px;
	/*background-color: white;*/
	overflow: hidden;
	margin: 10px 0 0 0;
	padding: 10px;
	/*padding-left: 4px;*/
	/*background: url(../images/home_scrollerbkgd.gif) no-repeat;*/
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	/*border: 1px solid orange;*/
}
#vmarquee {
	position: absolute; 
	width: 495px;
	/*border: solid 1px red;*/
}

div#vmarquee h3 {
	margin: 0 0 20px 0;
	padding: 0;
}

div#vmarquee .bodytext {
	font-size: 11px;
	color: #333333;
}