html, body
{
	height: 100%;
}

body
{
	background-color: #977146;
	background-image: url("../images/bg.png");
	background-repeat: repeat-x;
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffeddc;
}

strong, b
{
	color: #fff;
}

a img
{
	border: 0;
}

a, a:active
{
	outline: none;
}

.main
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -70px;
	width: 1000px;
}

.header
{
	height: 147px;
	background-image: url("../images/header.jpg");
	background-repeat: no-repeat;
}

.logo_container
{
	float: left;
	margin: 40px 0 0 84px;
}

.partner_logo_container
{
	float: left;
	margin-left: 70px;
}

.newsletter
{
	float: right;
	width: 230px;
	height: 27px;
	margin: 17px 120px;
	background-image: url("../images/newsletter_bg.jpg");
}

.newsletter_label
{
	float: left;
	padding: 7px 15px 0 10px;
	color: #977146;
	font-weight: bold;
}

.newsletter_input_container
{
	float: left;
}

.newsletter_input_container input
{
	background: none;
	border: none;
	width: 125px;
	padding: 0;
	padding-top: 7px;
	color: #a9916d;
	font-weight: bold;
	font-size: 11px;
}

.newsletter_submit
{
	float: right;
	margin: 4px 4px 4px 0;
	cursor: pointer;
}

.menu_container
{
	height: 44px;
	padding-left: 50px;
	background-image: url("../images/header_over_menu.png");
	background-repeat: no-repeat;
	background-position: right;
}

.menu_item
{
	float: left;
	padding-top: 15px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
}

.menu_item a
{
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.menu_item a:hover
{
	text-decoration: underline;
}

.menu_separator
{
	float: left;
	width: 16px;
	height: 16px;
	margin: 15px 7px 0;
	background-image: url("../images/menu_separator.png");
}

.content_container
{
	margin: 15px 100px 20px 100px;
}

.title
{
	height: 32px;
	padding: 12px 0 0 20px;
	margin-bottom: 20px;
	background-image: url("../images/title_bg.gif");
}

.push
{
	height: 70px;
}

.footer
{
	padding-top: 16px;
	margin: 0 auto;
	width: 800px;
	height: 28px;
	background-image: url("../images/footer_bg.gif");
	text-align: center;
	color: #fff;
	font-size: 11px;
}

.footer a
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.footer a:hover
{
	text-decoration: underline;
}

