/* CSS Document */



	.page_holder
	{
		width:955px;
		text-align:left;

	}
	
		.page_header
		{

			width:955px;
			height:181px;
			background-image:url(../images/background/green_header_bar.jpg);
			background-repeat:repeat-x;
			background-position:left 143px;

			
		}

			.page_header_cat
			{
				float:left;
			}
			
			.page_header_right
			{
				float:left;
				text-align:right;
				width:778px;

				margin-top:40px;
			}
			
			
			.page_header_title
			{

				
/*				float:right;
				margin-top:40px;
	*/		}

		.page_header_navigation
		{
			color:white;
			margin-top:4px;
			

		}
		
		.page_header_navigation a
		{
			color:white;
		}
		
		.page_main
		{
			background-color:white;
			color:black;
			min-height:450px;
		}
		
		
		.page_left
		{
			float:left;
			
			width:210px;
	
		}

		.page_right
		{
			width:725px;
			float:left;
			padding:10px;
			background-color:white;
		}
	

			
	
	.page_footer
	{
		background-color:#006B33;
		color:white;

		width:955px;
		height:10px;
		text-align:left;
		
	
	}	
	
		.page_footer a
		{
			color:#54514F;
		}

	.page_footer_telephone
	{
		color:white;
		font-size: 3em;
		text-align:left;
		
	}



.pic_float_left
{
	float:left;
	margin-right:10px;
	border:1px solid #811788;
	width:250px;
}

.thumb_float_left
{
	float:left;
	margin-right:10px;
	border:1px solid black;
}

.thumb_float_right
{
	float:right;
	margin-left:10px;
	border:1px solid black;
}
