#wrapper {
	height: 700px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 300px;
}
#text {
	height: 175px;
	width: 405px;
	float: left;
	background-color: #231F20;
	padding-left: 15px;
	text-align: justify;
	font-size: 10px;
	padding-right: 30px;
}
#contact {
	float: right;
	height: 175px;
	width: 430px;
	background-color: #231F20;
	text-align: right;
	padding-right: 20px;
	font-size: 10px;
	clear: right;
}
#wrapper #contact p a {
	font-style: normal;
	color: #FFF;
	line-height: normal;
}
#wrapper #text p a {
	color: #FFF;
}

#footer {
	clear: both;
	height: 50px;
	width: 900px;
}
#msr_link {
	height: 150px;
	width: 435px;
	float: left;
	background-color: #231F20;
	padding-left: 15px;
}
#map_box {
	height: 150px;
	background-color: #231F20;
	padding-right: 15px;
}

