﻿@import url("general.css");
@import url("float.css");

h2 {
	text-align: center;
}
#main-content {
	width: 680px;
	margin: 0px auto 10px auto;
}
.prices {
	margin: 0px auto 10px auto;
}
.prices th, .prices td {
	padding: 2px 10px;
}
.prices p {
	font-size: 11px;
	text-align: center;
	margin: 5px 0px;
}
.prices .rate-indent {
	padding-left: 20px;
}
#special-offer {
	text-align: center;
	margin: 20px auto;
}
#special-offer td {
	padding: 0px 10px;
	border: 7px solid #970;
}
#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;
}