@charset "utf-8";
/* CSS Document */

.container {
margin-left: auto;
margin-right: auto;
width: 800px;
}

.gutter {
	padding: 10px;
}

.band_header {
	background: #333333;
	clear: both;
}

.header {
	height: 140px;
	background: url(../images/bg_banner_2.jpg) top left no-repeat;
}

.header #logo {
	margin: 18px;
	float: left;
}

.band_menu {
	background: #3c3c3c;
	clear: both;
}

.menu {
	color: #ffffff;
}

.band_body {
	background: #ffffff url(../images/bg_page.jpg) top left repeat-x;
	float: left;
	width: 100%;
	clear: both;
}

.band_body .banner {
	padding-bottom: 30px;
}

.body {
	width: 520px;
	float: left;
}

.sidebar {
	width: 280px;
	float: right;
}

.band_footer {
	background: #3c3c3c url(../images/bg_footer.gif) top center repeat-y;
	float: left;
	width: 100%;
	clear: both;
}

.footer {
}

.footer_nav {
	background: #960F00;
	width: 520px;
	height: 100px;
	float: left;
}

.footer_address {
	width: 280px;
	height: 100px;
	float: right;
	text-align: right;
	color: #ffffff;	
}