body {
	margin: 0px;
	background: #F6F6EE url("../img/static/background_tile.jpg") top center repeat-x;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #4a4a4a;
	}
h1 {
	font-size: 26px;
	font-weight: bold;
	margin: 0px;	
	color: #232a20;
	text-transform: uppercase;
	padding: 0px;
	margin-bottom: 15px;
	}
h2 {
	font-size: 19px;
	font-weight: normal;
	margin: 0px;
	color: #232a20;
	padding: 0px;
	margin-bottom: 10px;
	}
a, a:link, a:visited, a:hover, a:active {
	color: #cb305c;
	}
#wrapper {

	}
#header {
	width: 990px;
	height: 281px;
	margin: 0px auto;
	margin-top: 28px;
	padding: 16px 0px 0px 0px;
	background: url("../img/static/top_bar.png") top center no-repeat;
	}
#header #banner_area {
	float: right;
	background: #6B6B6B;
	width: 711px;
	}
#header #button_bar {
	float: right;
	background: #6B6B6B;
	width: 711px;
	height: 51px;
	line-height: 51px;
	color: #f8fcff;
	font-size: 11px;
	position: relative;
	font-weight: bold;
	}

#header #button_bar span {
	display: block;
	float: left;
	margin-top: 0px;
	}
	
#header #button_bar a {
	display: block;
	float: left;
	margin-top: 11px;
	margin-left: 4px;
	}
#header #button_bar #mailing_list {
	margin: 11px 20px 0px 0px;
	float: right;
	cursor: pointer;
	}
#content {
	position: relative;
	width: 990px;
	margin: 0px auto;
	padding: 0px;
	padding-bottom: 50px;
	background: #FFFFFF;
	}
#legal_main {
	padding: 0px 30px 20px 30px;
	}
#footer {
	position: relative;
	/*z-index: 100; */
	width: 100%;
	height: 130px;
	text-align: center;
	color: #515151;
	padding-top: 110px;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, sans-serif;
	background: url("../img/static/footer.png") top center no-repeat;
	}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #515151;
	text-decoration: none;
	}
#footer a:hover {
	text-decoration: underline;
	}
#footer .back_link {
	color: #939393;
	font-weight: normal;
	display: block;
	margin-top: -3px;
	font-size: 10px;
	}
#footer .back_link a, #footer .back_link a:link, #footer .back_link a:visited,  #footer .back_link a:hover, #footer .back_link a:active {
	color: #939393;
	}
