﻿@import url("general.css");

#main {
	background: #e5d5b5 url("../images/bg_buffalo.jpg") no-repeat scroll 0px 110px;
}
.prices {
	clear: both;
	margin: 0px auto;
}
.prices h3 {
	text-align: center;
}
.prices h3 span {
	font: italic 10px/10px Arial, Helvetica, sans-serif;
}
.prices th, .prices td {
	vertical-align: top;
	padding: 2px 5px;
}
.prices .rate-indent {
	text-align: left;
	padding-left: 15px;
}
.prices p {
	margin: 5px 0px;
}
.prices #price-notes {
	text-align: center;
}
#special-offer {
	text-align: center;
	margin: 20px auto;
}
#special-offer td {
	padding: 0px 10px;
	border: 7px solid #cb9;
}
#special-offer h3 {
	font: bold italic 18px/18px "Times New Roman", Times, Roman, serif;
	margin-bottom: 0;
}
#exclude {
	font: italic 10px/10px Arial, Helvetica, sans-serif;
	margin-top: 0;
}
#offer {
	font-weight: bold;
}