/* CSS Document */

.page_content
{
	background:#8ecfff;
	background-image:url(../images/background/taxi.jpg);
	background-repeat:no-repeat;
	
	font-size:0.85em;
}

		.panel_home_centre
		{

			width:445px;
			margin-left:15px;
			margin-right:15px;
			margin-top:12px;
			padding:0px;
			min-height:83px;
			font-size:1.1em;
			color:white;
		}
			.panel_home_centre h1
			{
				color:white;
			}
		.panel_home_centre_lower
		{
			width:445px;
			margin-left:15px;
			margin-right:15px;
			margin-top:13px;

			
		}
			.panel_home_centre_lower .content
			{
				height:390px;
			}
		
		
		.column_left
		{
			float:left;
			width:250px;
			margin-left:8px;


		}
		
		.column_centre
		{
			float:left;
			width:400px;
		}

		.panel_home_left
		{
			width:240px;
			margin-top:13px;
			margin-left:5px;
		}
		
			.panel_home_left .content
			{
/*				min-height:230px;*/
			}


		.panel_home_left_lower
		{
			width:240px;
			margin-top:13px;
			margin-left:5px;
			position:relative;
			height:250px;
		}

			.panel_home_left_lower div
			{
				color:white;
			}		
			.panel_home_left_lower .content
			{
				min-height:231px;
			}
			
		/*	.wordle
			{
	position:absolute;
	color:white;
	left: 49px;
	top: 92px;
			}*/
			

		.panel_home_right
		{
			float:left;
			width:220px;
			margin-top:13px;


		}
		
			.panel_home_right .content
			{
				min-height:486px;
			}			
			
			
			
.hire_choices_panel
{
	clear:both;
}			

	.hire_choices_panel img
	{
		float:left;
		margin-right:10px;
		margin-bottom:8px;
		margin-top:6px;
	}			
	.hire_choices_panel h2
	{
		color:#00559B;
		font-size:2em;
		float:left;
		margin-top:18px;
	}	
	.hire_choices_panel a
	{
		color:#00559B;
	}
