@charset "utf-8";
/* CSS Document */

#container {
	height: 1095px;
	width: 941px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#content {
	height: 890px;
	width: 737px;
	position: absolute;
	left: 173px;
	top: 202px;
	background-color: #FFFFFF;
}

#contactTitle {
	position: absolute;
	left: 6px;
	top: 6px;
}
#pageTitle {
	position: absolute;
	left: 6px;
	top: 6px;
}
#pricingTable {
	height: 726px;
	width: 600px;
	position: absolute;
	left: 73px;
	top: 84px;
}
#pricingTable table th {
	font-family: "Arial Black", Verdana, Arial, "Franklin Gothic Heavy";
	font-size: 14px;
	font-weight: normal;
	color: #6a5331;
	letter-spacing: .2em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #7A6442;
	background-color: #E7F0DD;
}
#pricingTable td {
	height: 22px;
	text-align: center;
	color: #6A5331;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.red {
	color: #F00;
}
