body {
	margin: 0;
	overflow: hidden;
}
#header {
	background-color: #1C4C77;
	background-image: url(../images/blue_bar_bg.png);
	background-repeat: repeat-x;
	float: left;
	width: 100%;
}
iframe#ifrm {
	width: 100%;
	border: none;
}
#oneboatlogo {
	width: 33%;
	float: left;
}
#sitelogo {
	width: 33%;
	float: left;
}
#closeframe {
	width: 33%;
	float: left;
	text-align: right;
	line-height: 18px;
}
#closeframe a:link, #closeframe a:active, #closeframe a:hover, #closeframe a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
}
#sitelogo img {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	border: none;
}
