/* CSS Document */

#container{
	height: 600px;
	width: 800px;
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	background-image: url(../_images/wiltshire-contact.jpg);
	margin: auto;
}
#mid_space{
	height: 18px;
	width: 350px;
	position: absolute;
	top: 180px;
	left: 234px;
	font-family: "Century Gothic";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FF5A00;
}

#nav{
	height: 45px;
	width: 187px;
	position: absolute;
	left: 1px;
	top: 182px;
	background-color: #999999;
	background-image: url(home_off.gif);
}
#about{
	height: 45px;
	width: 187px;
	position: absolute;
	top: 230px;
	left: 1px;
}
#services{
	height: 44px;
	width: 187px;
	position: absolute;
	top: 278px;
	left: 1px;
}
#coverage{
	height: 44px;
	width: 187px;
	position: absolute;
	top: 325px;
	left: 1px;
}
#contact{
	position: absolute;
	height: 44px;
	width: 187px;
	top: 372px;
	left: 1px;
}

#body_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FF5A00;
	height: 322px;
	width: 350px;
	position: absolute;
	left: 234px;
	top: 214px;
}
#mike{
	height: 20px;
	width: 207px;
	position: absolute;
	left: 307px;
	top: 558px;
}

