@import url('reset.css');
@import url('typography-copy.css');

body {
	background-color: #f8f8f8;
	margin: auto;
	width: 100%;
}




/* Message 2*/

div#message-2 {
	margin-left: 5px;
	width: 740px;
}

div#message h4 {
	line-height: 3px;
	margin-bottom: 1px;
}

p#contact-info span {
	display: block;
}

span#phone {
	height: 20px;
	background: url('../img/phone-icon.png') no-repeat 0px 1px;
	float: left;
	margin-top: 0px;
	padding-left: 35px;
	width: 125px;
}


