@charset "utf-8";
body {
	font-size: 12px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	background-color: #ffffff;
	margin: 0px;
	background-image: url(img/bg-main.png);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
}
#wrapper {
	width: 830px;
	background-color: #FFF2F2;
	padding-top: 5px;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 2px solid #7a2b2b;
	background-position: left top;
}
#logo {
	width: 800px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	height: 95px;
}
#content {
	background-color: #FFF2F2;
	overflow: hidden;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#mainCell {
	color: black;
	background-color: #fff;
	width: 780px;
	position: static;
	float: left;
	overflow: auto;
	min-height: 325px;
	padding: 15px;
}
#footer {
	font-size: 11px;
	text-align: center;
	clear: both;
	width: 810px;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	background-color: #f7dcdc;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	background-image: url(img/bg-footer.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#indicia {
	font-size: 9px;
	color: #000000;
	text-align: center;
	clear: both;
	margin-top: 10px;
}
.pricingTable {
	width: 85%;
	text-align: left
}
.pricingTable caption {
	color: #ffffff;
	background: #7a2b2b;
}
tr.title td {
	background-color: #f7dcdc;
}
tr.altrow td {
	background-color: #FCF3F3;
}
#theknotbanner {
	width: 810px;
	text-align: right;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
}
#indicia a:link {
	font-weight: bold;
	text-decoration: none;
}
#indicia a:hover {
	font-weight: bold;
	text-decoration: underline;
}
#indicia a:visited {
	font-weight: bold;
	text-decoration: none;
}
#indicia a:active {
	font-weight: bold;
	text-decoration: none;
}
#bottomMenu {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	clear: both;
	margin-bottom: 10px;
}
#bottomMenu a:link {
	color: #7a2b2b;
	font-weight: bold;
	text-decoration: none;
}
#bottomMenu a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}
#bottomMenu a:visited {
	color: #7a2b2b;
	font-weight: bold;
	text-decoration: none;
}
#bottomMenu a:active {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}
a:link {
	font-weight: bold;
	color: #7a2b2b;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #7a2b2b;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}
h1 {
	color: #7a2b2b;
	font-size: 28px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	color: #7a2b2b;
	font-size: 24px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	color: #7a2b2b;
	font-size: 18px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}