div.pricesquoted{
	top: 70px;
	left: 12%;
	font-size: .77em;
	font-weight: bold;
	position: absolute;
	text-align: center;
}

table{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .77em;
	top: 100px;
	border: thin solid Navy;
	position: absolute;
	left: 25%;
	line-height: 20px;
	color: white;
}

td{
	background-color: white;
	color: Navy;
	font-size: .77em;
}
div.approximateprices{
	background-color: Navy;
	color: white;
	font-weight: bold;
	font-size: .77em;
	font-style: italic;
}

th{
	background-color: Navy;
	font-size: .9em;
}

div.costs{
	top: 340px;
	left: 25%;
	width: 65%;
	position: absolute;
	font-size: .70em;
	line-height: 20px;
}

div.address{
	top: 500px;
	text-align: center;
	width: 50%;
	position: absolute;
	font-size: .77em;
	line-height: 20px;
}