/*safari page*/
 #safariscontent h3 {
	background: url(../images/safaris.gif) no-repeat;
	padding-left: 10px;
	width: 395px;
	height: 84px;
}

#safariscontent {
	width: 430px;
	background-image: url(../images/background.gif);
	background-repeat:repeat-y;
	padding: 10px 20px 15px 20px;
	text-align: justify;
	
}

#safariscontent h3 span {
   display: none;
}
#safariscontent h3.vehicle{
	background: url(../images/vehicle.gif) no-repeat;
	padding-left: 10px;
	width: 395px;
	height: 84px;
}
#safarisPlaneImage{
	float: right;
	padding:5px;
}


