@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	background-image: url(../images/bcf_bg.gif);
	background-position: 20px top;	
	margin: 0px;
	padding: 0px;
}
#body_container {
	background-image: url(../images/bcf_content_bg.gif);
	width: 1018px;
	height: auto;
	padding-left: 11px;
	padding-right: 11px;
	background-repeat: repeat-y;
	background-position: top;
	float: left;
}
#main_wrapper {
	width: 1018px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#headerbanner_wrapper {
	width: 1018px;
	height: 291px;
	float: left;
}
#nav_wrapper {
	width: 1018px;
	height: 38px;
	float: left;
}
#content_wrapper {
	color: #a7a7a7;
	width: 914px;
	height: auto;
	padding-left: 52px;
	padding-right: 52px;
	padding-top: 28px;
	float: left;
	background-image: url(../images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#footer_wrapper {
	width: 1018px;
	height: 196px;
	float: left;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.footer_globallink {
	text-align: center;
	color: #b5aa6f;
	width: 650px;
	height: 30px;
	margin-top: 85px;
	margin-left: auto;
	margin-right: auto;
}
.footer_globallink a:link, .footer_globallink a:visited, .footer_globallink a:active {
	color: #b5aa6f;
	text-decoration: underline;
}
.footer_globallink a:hover {
	color: #b5aa6f;
	text-decoration: none;
}
.footer_copyright {
	color: #d2d1d1;
	text-align: center;
	width: 450px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
}
.footer_counter {
	text-align: center;
	width: 450px;
	height: 30px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
