body {
	margin: 0 auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 12px;
	background-color: #959594;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
p {
	padding: 0;
	margin: 0;
}
div.main {
	clear: both;
	margin: 0px auto; 
	width: 907px;
	text-align: left;
	line-height: 16px;
}
div.row {
	clear: both;
}
div.cell {
	display: table-cell;
	float: left;
}
div.nav {
	float: left;
	display: table-cell;
	width: 217px;
}
div.nav a {
	display: block;
	width: 203px;
	height: 42px;
	background-image: url(images/nav-btn-off.jpg);
	background-repeat: no-repeat;
	background-color: #9c3c35;
	color: white;
	line-height: 41px;
	padding-left: 14px;
	font-size: 11px;
	clear: both;
}
div.nav a.on,
div.nav a:hover {
	background-image: url(images/nav-btn-on.jpg);
}
div.mainbg {
	clear: both;
	width: 907px;
	background-image: url(images/mainbg.gif);
	background-repeat: repeat-y;
	padding-left: 5px;
	display: table;
}
div.txtbg {
	clear: both;
	background-image: url(images/txt-bg.jpg);
	background-repeat: no-repeat;
	width: 669px;
	height: 121px;
	position: relative;
}
div.txtbg p {
	position: absolute;
	top: 23px;
	left: 43px;
	width: 563px;
}
div.txtbg span {
	font-size: 19px;
}
div.txt {
	clear: both;
	width: 583px;
	margin-left: 44px;
	padding-top: 15px;
	font-family: "Trebuchet MS";
}
div.copy {
	clear: both;
	width: 897px;
	text-align: right;
	color: #ececec;
	font-size: 11px;
	line-height: 54px;
	margin-right: 10px;
}
div.callnow {
	clear: both;
	background-image: url(images/callnow.jpg);
	background-repeat: no-repeat;
	width: 223px;
	height: 84px;
	position: relative;
}
div.callnow p {
	color: #8a8a8a;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	top: 17px;
	left: 95px;
	line-height: 25px;
}
div.callnow span {
	color: #9b3832;
}
