@charset "utf-8";

* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	background-color: #D6D5D5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d7d7d7;
/*		text-align:center;  horizontal centering for IE Win quirks */
}

a:focus /* get rid of the stupid link borders in Firefox */
{
	outline: none;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #fff6e4;
	padding-top: 6px;
	font-variant: small-caps;
	letter-spacing: 2px;
}


#distance {
	width:1px;
	height:50%;
	margin-bottom:-290px; /* half of mainwrapper's height */
	float:left;
}

#mainwrapper {
	margin:0 auto;
	position:relative; /* puts mainwrapper in front of distance */
	height: 593px;
	width: 100%;
	clear:left;
	background-image: url(../images/services-wrapperBack.jpg);
	background-repeat: repeat-x;
	padding-top: 14px;
}

#insidewrapper {
	height: 547px;
	width: 991px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/services-wrapper.jpg);
}
#personal {
	float: left;
	height: 444px;
	width: 290px;
	padding: 100px 18px 0px 21px;
}
#homelife {
	float: left;
	height: 444px;
	width: 290px;
	padding: 100px 18px 0px 18px;
}
#specialty {
	float: left;
	height: 444px;
	width: 292px;
	padding: 100px 18px 0px 18px;
}
#mainnav {
	background-image: url(../images/mainnav.jpg);
	height: 16px;
	width: 991px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	padding-top: 2px;
	clear: both;
}


#mainnav a {
	text-decoration: none;
	color: #FFF;
}

#mainnav a:hover {
	color: #84251a;
}
a {
	color: #FFF;
}
