/*  home.css  */


#container {
	width: 750px;
	margin: 0 auto;
}

/*  ----CONTENT----  */
#content {
	font-family: georgia, arial, sans-serif;
	font-size: 1.1em;
	float: left;
	clear: both;
	color: #6a6a6a;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	margin-top: 40px;
	padding: 10px 0;
	line-height: 150%;
	width: 750px;
}
#slogan {
	float: left;
	clear: both;
	width: 750px;
	margin: 20px 0;
	font-family: georgia, arial, sans-serif;
	font-size: 1.7em;
	color: #6a6a6a;
	text-align: center;
}

/*  ----SERVICE BOX----  */
#serv {
	clear: both;
	float: left;
	width: 750px;
	margin-bottom: 70px;
}
.servbox {
	width: 230px;
	float: left;
	margin-left: 7px;
	color: #111;
	padding: 5px;
}
.servbox h2 {
	font-size: 1.3em;
	margin-bottom: -10px;
	color: #eb481c;
	margin: 5px 0;
}
.servbox h2 a {
	text-decoration: none;
	color: #eb481c;
}
.servbox h2 a:hover {color: #ac3515;}
.box {border: 2px solid #eb481c;}
.price {
	color: #666;
	font-style: italic;
}