@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-color:#ccc;
	font-family:"Times New Roman", Times, serif;
}
p {
	margin:0 0 15px 0;
}
#wrap {
	width:960px;
	margin: 20px auto;
	padding:0 0 20px 0;
	background-color:#fff;
}
#services {
	float:left;
	width:286px;
	padding: 25px 0px 0px 22px;
	font-size:20px;
	text-indent:-12px;
}
.icons {
	float:left;
}
.email-link {
	text-align:center;
	font-size:24px;
	font-style:italic;
}
.email-link a {
	color:#06F;
}
.footer-text {
	text-align:center;
	font-size:18px;
	font-weight:normal;
}
.red {
	color:#e00;
}
.clear {
	clear:both;
}
.one-half {
	float:left;
	width:47%;
	margin-right:15px;
	text-indent:0px;
}
.last {
	margin:0px;
}