#locations_right
{
	position:relative;
	width:249px;
	height:297px;
	background-image: url('/img/locations_image.jpg');
	background-repeat: no-repeat;	
}

#locations_left
{
	position:absolute;
	top:0px;
	right:0px;
	width:470px;/*510*/
	height:277px;/*297*/
	padding:0px 20px 20px 20px;
	overflow:auto;
	overflow-x:hidden;
	background-color:#E3E0EB;
}

#img2
{
	position:absolute;
	left:0px;
	top:225px;
}

#locations_left div
{
	width:400px;
	margin-top:15px;

	/*min-height:110px; with hack for ie6*/
	min-height:110px;
	height:auto !important;
	height:110px;
}

#locations_left .even 
{
	margin-left:50px;
	text-align:right;
}

#locations_left h2
{
	clear:both;
}