* {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: none;
}
a:link {
	color: #666;
	text-decoration:none;
}
a:hover, a:focus {
	text-decoration: underline;
}
a:visited{
	color: #666;
}
body {
	background: url(../images/bg_body.gif) repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}
#headline {
	float: left;
	width: 630px;
}
#logo {
	background: url(../images/speedlogo.png) no-repeat;
	display: block;
	width: 600px;
	height: 100px;
	margin-top: 5px;
	padding-bottom: 30px;
	text-align: right;
}
#logo h3 {
	padding-top: 20px;
	padding-bottom: 10px;
}
#logo a {
	float: left;
	display: block;
	width: 193px;
	height: 100px;
}
#fbbox {
	float: right;
	background: url(../images/fb_background.png) no-repeat;
	display: block;
	width: 370px;
	height: 482px;
	margin-top: 5px;
	
}
.fb-like-box {
	position: absolute;
	top: 44px;
	left: 37px;
}
#left {
	width: 250px;
	float: left;
}
#repairbox {
	display: block;
	width: 250px;
	height: 100px;
	background: url(../images/track.jpg) no-repeat;
}
#checkForm {
	position: relative;
	top: 45px;
	left: 23px;
	width: 220px;
	height: 52px;
}
#loc {
	width: 240px;
	padding: 20px 0px;
	text-align: center;
	color: #09F;
}
#locbox {
	padding-bottom: 15px;
}
#sname {
	font-weight: bold;
	color: #930;
	border-bottom: #930 1px solid;
	width: 250px;
}
#sadd, #stel, #stime {
	font-size: 12px;
}
#right {
	float: right;
	width: 700px;
}
#servicetitle {
	font: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	padding: 10px 0px;
}
#servicetitle span {
	color: #060;
}
#servicelist {
	padding-top: 20px;
	font-size: 12px;
}
#servicelist dt.service {
	display: block;
	float: left;
	margin: 20px 10px;
	border: 1px solid #333;
	border-radius: 10px;
	width: 130px;
	height: 300px;
	padding-left: 15px;
}
#footer {
	clear: both;
	width: 100%;
	background: #036;
	color: #FFF;
	text-align: center;
}