body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: Arial, Helvetica, Verdana, sans;
	background: #67030e;
}

table.tbl {
	width: 988px;
	margin: 0 auto;
	background: url(../images/content_repeat.jpg);
}

.sd_lft {
	width: 134px;
	background: url(../images/grocery_repeat.png);
	text-align: center;
}

.sd_rt {
	width: 134px;
	background: url(../images/gas_repeat.png);
	text-align: center;
}

.main {
	width: 658px;
	padding: 0 31px;
}

.content {
	padding: 0 15px;
}

h1, h2, h3 {
	color: #67030e;
}

h1 {
	font-size: 26px;
}

h2 {
	border-bottom: 1px dotted #67030e;
}

span.bold {
	color: #67030e;
	font-weight: bold;
}

.testimonial {
	background: url(../images/quote.png) no-repeat;
	background-color: #f8f2d6;
	padding: 10px;
	margin: 10px;
}

ul.nav {
	margin: 0;
	padding: 0;	
	list-style-type: none;
}

ul.nav li {
	margin: 0;
	padding: 0;
	float: left;
	width: 122px;
	height: 20px;
	line-height: 20px;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	border-left: 1px solid #f8f2d6;
	text-transform: uppercase;
}

ul.nav li:first-child {
	border-left: 0;
}

ul.nav li a:link, ul.nav li a:visited {
	background: #67030e;
	color: #ffffff;
	display: block;
	width: 122px;
	height: 20px;
	text-decoration: none;
}

ul.nav li a:hover, ul.nav li a:visited:hover {
	background: #ffffff;
	color: #67030e;
}

dl.contact-form dt {
	width: 30%;
	float: left;
	clear: left;
	padding: 0 0 10px 0;
	margin: 0;
}

dl.contact-form dd {
	width: 69%;
	float: left;
	padding: 0 0 10px 0;
	margin: 0;
}

.clear {
	clear: both;
}