@charset "utf-8";
body {
	background-color: #22221d;
	font-family: Helvetica, Arial, sans-serif;
	;
	font-size: 14px;
	color: #333;
	margin: 0px;
}
#main {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #ffffff;
	background-color: #ffffff;
	background-image: url(images/bg-main.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0pt 0pt;
	padding-bottom: 25px;
}
#header {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	background-color: #32332d;
	background-image: url(images/bg-header.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0pt 0pt;
}
.wrap {
	width: 830px;
	position: relative;
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
}
#headertable {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	color: #FFFFFF;
}
#primary {
	width: 98%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.secondary {
	float: right;
	width: 200px;
}
#superfooter {
	height: 90px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c8d4dc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 15px;
}
#superfooter a {
	text-decoration: none;
	color: #000000;
}
#optin {
	float: right;
	width: 300px;
	border: 1px dashed #990000;
	position: relative;
	text-align: center;
	padding: 10px;
	background-color: #FFFFCC;
	overflow: hidden;
}
