/* CSS */

html, body {
	background: #ffffff url(/images/pagebg.jpg) top center no-repeat;
	margin: 0;
}

html, body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #454545;
	line-height: 19px;
}

#container {
	position: absolute;
	top: 0;
	left: 0;
}

#header {
	height: 175px;
	overflow: hidden;
	width: 950px;
	background: #fff url(/images/header-bg.jpg) no-repeat top left;
	margin: 0;
	font-size: 11px;
	padding: 10px 24px 0 0;
	text-align: right;
}
.header-email {
	background: url(/images/email-icon.gif) left no-repeat;
	padding-left: 35px;
}
#header-logo {
	height: 112px;
	width: 276px;
	background: url(/images/logo.gif) top left no-repeat;
	position: absolute;
	top: 42px;
	left: 30px;
	cursor: pointer;
}

/* CONTENT */

#top-content-border {
	width: 954px;
	background: #f2e7e6;
	padding: 10px;
	border-bottom: 2px #982a8b solid;
}
#top-content {
	width: 950px;
	border: 2px #bd282f solid;
	background: #fff;
	height: 371px;
	overflow: hidden;
}
#page-image {
	position: relative;
	top: 0;
	right: 0;
	float: right;
}
#top-content-editable {
	padding: 0 16px;
}

#divider {
	height: 9px;
	width: 100%;
	margin: 3px 0;
	overflow: hidden;
	background: url(/images/divider.gif) top right no-repeat;
}

#form-table {
	width: 100%;
}

.hidden  {
	display: none;
}

#newsletterbox {
	width: 327px;
	height: 92px;
	margin: 10px 0 0;
	background: url(/images/newsletter-box.gif) top left no-repeat;
}
#newsletterbox h2 {display: none;}

#joinbox {
	width: 305px;
	height: 157px;
	margin: 10px 0 0;
	padding: 20px 20px 0 12px;
	background: url(/images/memberbox-bg.gif) top left no-repeat;
}
#joinbox h2 {font-size: 19px; margin-top: 0;}
#joinbox p {color: #fff; width: 170px;}
#joinbox .special {text-transform: uppercase; color: #bd282f; font-size: 15px;}

#feedbackbox {
	width: 327px;
	height: 195px;
	margin: 10px 0 0;
	padding: 10px 10px 0 0;
	background: #f6ebf1;
}
#feedbackbox h2 {
	display: block;
	color: #fff;	
	font-size: 15px;
	padding: 6px 0 5px 8px;
	text-transform: uppercase;
	margin: 0;
	background: #c68e49 url(/images/navcorner-feedback.gif) top right no-repeat;
	width: 220px;
}
#feedbackbox p {padding: 0 0 0 10px;}
#feedbackbox .special {text-transform: uppercase; color: #bd282f; font-size: 15px;}

#memberbox {
	width: 327px;
	height: 195px;
	margin: 10px 0 0;
	padding: 10px 10px 0 0;
	background: #f0f6eb;
}
#memberbox h2 {
	display: block;
	color: #fff;	
	font-size: 15px;
	padding: 5px 0 5px 8px;
	text-transform: uppercase;
	margin: 0;
	background: #c68e49 url(/images/navcorner-members.gif) top right no-repeat;
	width: 143px;
}
#memberbox p {padding: 0 0 0 10px;}
#memberbox .special {text-transform: uppercase; color: #bd282f; font-size: 15px;}
#memberbox .more {float: right;	padding: 8px 22px 0 0;}

/* FOOTER */

#footer {
	clear: both;
	padding: 0;
	margin: 0 0 25px;
	height: 35px;
	padding: 0;
	overflow: hidden;
	width: 974px;
	background: #fff;
	border-top: 1px #bd282f solid;
	border-bottom: 2px #bd282f solid;
}

#footer-left {
	float: left;
	padding: 7px 0 0 30px;
	font-size: 11px;
}
#footer-right {
	float: right;
	padding:  5px 30px 0 0;
	background: url(/images/line-vertical-dotted.gif) top left no-repeat;
	height: 25px;
}