/* CSS Document */

#container{
	height: 600px;
	width: 800px;
	position: relative;
	background-image: url(../_images/wiltshire_main_background.jpg);
	margin-right: auto;
	margin-left: auto;
}
#mid_space{
	height: 28px;
	width: 420px;
	position: absolute;
	top: 150px;
	left: 200px;
	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{
	height: 348px;
	width: 442px;
	position: absolute;
	left: 185px;
	top: 177px;
}
