/* content height is 426px */
#side_banner
{
	/*background-color: #3333CC;*/
	
	height: 426px;
	width: 140px;
	float: left;
	
}

#location_map
{
	/*background-color: #CC0066;*/
	height: 426px;
	width: 395px;
	float: right;
	
	padding-left: 5px;

}


#contact_details
{
	/*background-color: #330033;*/
	height: 100px;
	width: 380px; /* Total width of container = width + padding-left + padding-right*/
	padding-left: 10px;
	padding-right: 10px;
	
	position: absolute;
	left: 145px;
}

#contact_details hr
{
	margin-top: 5px;
	color: #CCCCCC;
	
}

#contact_form
{
/*	background-color: #FF9933;*/
	height: 326px;
	width: 390px;
	padding-left: 10px;

	position: absolute;
	top: 105px;
	left: 145px;
}
