/**************************************************/
/* 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#c130
	{
	background-image:		url('../images/c-130.jpg');
	background-repeat:	no-repeat;
	}

div.img#a10
	{
	background-image:		url('../images/a-10.jpg');
	background-repeat:	no-repeat;
	}

div.img#p51
	{
	background-image:		url('../images/p-51.jpg');
	background-repeat:	no-repeat;
	}

div.img#at6
	{
	background-image:		url('../images/at-6.jpg');
	background-repeat:	no-repeat;
	}

div.img#aII
	{
	background-image:		url('../images/acrosport.jpg');
	background-repeat:	no-repeat;
	}

div.img#czy
	{
	background-image:		url('../images/cozy.jpg');
	background-repeat:	no-repeat;
	}