/**************************************************/
/* IMAGE DIVS																			*/
/**************************************************/
div.img
	{
	float:							right;
	position:						relative;
	width:							150px;
	height:							90px;
	border:							1px solid #000000;
	margin:							0px;
	margin-left:				10px;
	margin-right:				25px;
	margin-bottom:			4px;
	}

div.img#caddy
	{
	background-image:		url('../images/caddy.jpg');
	background-repeat:	no-repeat;
	}

div.img#harley
	{
	background-image:		url('../images/harley_engine.jpg');
	background-repeat:	no-repeat;
	}

div.img#lv12
	{
	background-image:		url('../images/lincolnv12.jpg');
	background-repeat:	no-repeat;
	}

div.img#norton
	{
	background-image:		url('../images/norton.jpg');
	background-repeat:	no-repeat;
	}

div.img#rv
	{
	background-image:		url('../images/motorhome.jpg');
	background-repeat:	no-repeat;
	}

div.sec_wrapper
	{
	height:							102px;
	}