#yacht_layout
{
	float: left;
	width: 718px;
	height: 426px;
	margin-left: -61px;
}

	#layout_large
	{
		width: 100%;
		height: 260px;
		padding-top: 20px;
		padding-bottom: 5px;
	}
		
		#layout_large span
		{
			position: absolute;
			white-space: nowrap;
			margin-top: 3px;
			margin-left: 18px;
			font-size: 9px;
			text-transform: uppercase;
		}
		
		#layout_large img
		{
			position: absolute;
		}
	
	#layout_text
	{
		float: right;
		width: 263px;
		height: 141px;
		margin-right: 32px;
		font-size: 11px;
	}
	
	#layout_text h3
	{
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 18px;
	}
	
	#layout_text p
	{
		margin-top: 5px;
		margin-bottom: 15px;
	}