	/* information styles */
	
	div#information-left {
		float: left;
		width: 430px;
	}
	
	div#information-left p {
		color: #4C4C4C;
		width: 100%;
		margin: 0px 0px 10px 0px;
		padding: 0px;
	}

	div#information-right {
		text-align: center;
		background: #fffcdf;
		float: left;
		margin: 0px 0px 0px 21px;
		width: 200px;
	}
	
	div#information-right h4 {
		color: #4C4C4C;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.4em;
		font-weight: normal;
		text-align: left;
		margin: 10px 0px 0px 10px;
	}
	
	div#firm-photo {
		width: 172px;
		height: 172px;
		padding: 3px;
		background: #FFFFFF;
		margin: 10px;
	}
	
	.profile {
		margin: 20px 0px 0px 0px;
		float: left;
		width: 250px;
	}
	
	.profile-photo {
		float: left;
		margin: 0px 10px 0px 0px;
	}
	
	.profile h5 {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 1.6em;
		font-weight: normal;
		color: #77807F;
	}
	
	.profile a {
		font-size: 1.1em;
		color: #DB4105;
		text-decoration: underline;
	}
	
	.profile a:hover {
		text-decoration: none;
	}
	
	