/*CONTACT US PAGE*/
/*Postal Addresses*/
#address {
	float: left;
	clear: left;
	margin-top: 50px;
	margin-left: 20px;
	width: 300px;
	display: inline;
}
#address h2 {
	padding-bottom: 10px;
}
#address ul {
	list-style: none;
	padding-bottom: 20px;
}
/*Contact Us Main Text*/
#contacttext {
	float: right;
	width: 333px;
	margin-top: 80px;
	font-size: 1.05em;
	text-align: justify;
	color: #777777;
	margin-right: 66px;
	display: inline;
}
#contacttext p {
		margin-bottom: 0.3em;
}
