.contactUs {
	width: 560px;
	border: 1px solid black;
	text-align: center;
	}

.contactLeft {
	padding-top: 5px;
	height: 132px;
	width: 285px;
	border-top: 1px solid black;
	border-right: 1px solid black;
	float: left;
	clear: right;
	}

.contactRight {
	padding-top: 5px;
	height: 132px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	}

