body {
	background-color: #595959;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.header {
	background: url(images/header.png);
	height: 154px;
	width: 769px;
	vertical-align: bottom;
	padding-bottom: 10px;
}
.top {
	background: url(images/top.png);
	height: 64px;
	padding-bottom: 15px;
}
.table_bg {
	background: url(images/table_bg.png) repeat-y;
}
.bottom {
	background: url(images/bottom.png);
	height: 34px;
}
#free_quote {
	background: url(images/free_quote_bg.jpg);
	width: 717px;
	height: 263px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF99000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}