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

body {
	background-color: #efefef;
	margin: 0;
	padding: 0;
}
p {
	font: 15px Arial, Helvetica, sans-serif;
	color: #484848;
}
p.footer {
	font: 13px Arial, Helvetica, sans-serif;
	color: #484848;
	float: left;
	margin-top: 15px;
	padding-bottom: 15px !important;
}
h1 {
	font: normal 22px Arial, Helvetica, sans-serif;
	color: white;
	text-align: center;
	padding: 0px 0 10px 0;
	margin: 0px 0 10px 0;
}
h2 {
	font-size: 20px;
	color: #cd2172;
	margin: 15px 0px 15px 0px;
}
h2.two {
	font-size: 20px;
	color: #cd2172;
	padding-top: 0;
	margin-top: 0;
	float: left;
}
h3 {
	font-size: 18px;
	color: #cd2172;
}
h3.two {
	padding-top: 0;
	margin-top: 0;
}
h3.three {
	padding-top: 20px;
	margin-top: 0;
}
a {
	text-decoration: none;
	color: #484848;
	border:0;
}
a:hover {
	color: #323232;
}
.bio {
	float: left;
	padding-right: 20px;
}
#header-con {
	height: auto;
	width: auto;
	background: #3c3c3c url(img/hdr-shdw.png) repeat-x bottom;
	border-bottom: 1px solid white;
}
#header {
	width: 1020px;
	height: 172px;
	margin: auto;
	background: url(img/logo.png) no-repeat center top;
}
#content {
	width: 1020px;
	height: auto;
	margin: auto;
}
#services {
	width: 980px;
	height: auto;
	background-color: white;
	padding: 20px;
}
.service-img {
	float: right;
}
.top-sep {
	margin-top: 15px;
}
.pink {
	margin: auto;
	width: 1020px;
	height: 50px;
}

.pink-content {
	float: left;
	width: 1020px;
	height: 43px;
	padding-top: 7px;
	background: url(img/pink.png) repeat-x;
	color: white;
	font: 15px Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 18px;
}
.pink-content a {
	color: #fff;
}
.clear {
	clear: both;
}
.facebook {
	height: 20px;
	width: 240px;
	text-align: right;
	margin: 0;
	font: normal 16px Arial, Helvetica, sans-serif;
	color: #cd2172;
	float: right;
	background: url(img/facebook.png) no-repeat;
}
.facebook a {
	color: #cd2172;
}
.facebook a:hover {
	color: #950046;
	text-decoration: none;
}
.wonder {
	float: right;
	margin-top: 15px;
	border:0;
}
