/***********************************************\
Document:		Stylesheet (CSS)
Purpose:		Styles for content placing
Website:		heesenyachts.nl
produced in:	2008
Author:			Joël Kuijten for Princen-group
\***********************************************/
#content{
	background:#283342 url(images/BodyBG.gif) repeat-x left 97px;
	height:620px;
	width:960px;
	text-align:left;
	margin:0 auto;
}
#tdLeftPane{
}	
/* Styles for Scroll Template */
#scrollContainer{
	height:400px;
	width:960px;
	overflow:auto;
}
#scroller{
	height:400px;
	overflow:auto;
}
#ScrollInner{
	display:block;
	float:left;
	width:auto;
}
/* end Styles for Scroll Template */
#CenterPane{
	vertical-align:top;
}
#tdRightPane{
	vertical-align:top;
	/* width:259px; */
	background:url(images/RightSide.gif) no-repeat left top;
	padding-left:1px;
}
#header{
	width:960px;
	height:97px;
	background:url(images/top.gif) left top;
}
#breadCrumbs{
	display:inline-block;
	width:860px;
	height:46px;
}
#disclaimer{
	display:block;
	float:right;
	color:#95a4c3;
	text-decoration:none;
	line-height:30px;
	font-size:10px;
	letter-spacing:2px;
	padding-right:10px;
}
#menu{
	width:960px;
	height:25px;
}
#subMenuContainer{
	width:960px;
	height:23px;
}
#boatViewerInfoText{
	position:absolute;
	left:720px;
	top:0;
	width:200px;
	height:225px;
	padding:10px 10px 0 10px;
}
#footer{
	background:#000 url(images/Bar4en5.gif) repeat-x -30px top;
	width:960px;
	height:155px;
}
#logoH{
	float:right;
	display:block;
	width:100px;
	height:118px;
	margin:26px 70px 0 0;
	padding:0;
	background:url(images/Logo.gif) left top no-repeat;
}
#logoA{
	display:block;
	width:100%;
	height:100%;
	text-indent:-3000px;
	cursor:pointer;
}
	
