/*about section.history page CSS Stylesheet*/

	
	#historyContent 
	{
		width: 900px; 
		margin: auto; 
		margin-top: 20px; 
		margin-bottom: 50px;
	}

	.imgBorder 
	{
		border: 4px solid #fff;
		width: 400px;
		float: left;
	}
	
	#historyText p 
	{
		color: #fff;
		margin-bottom: 15px;
	}
	
	#historyText 
	{
		width: 450px; 
		float: right;
		
	}
