#container {
	width:1000px;
	position:relative;
	margin:0 auto
}

#header {
	width:100%;
	height: 74px;
	margin-bottom: 6px;
	background: #7E8887 url(images/header_bg.gif) no-repeat bottom right;
}

h1#logo {
	width:176px;
	height: 100%;
	float: left;
	background: url(images/logo_binns01.gif) no-repeat 20px 0;
	text-indent: -9999px;
	display:block;
	position:relative;
	top:-3px;
}

h1#logo a {
	width:100%;
	height:100%;
	display:block;
}

#divider {
	width:100%;
	height: 16px;
	background: #B8BAB9 url(images/divider_bg.gif) no-repeat bottom right;
	margin-bottom: 52px;
}

#body {
	width:985px;
	padding:0 0 0 15px;
}

#container_padding {
	padding:15px;
	padding-top:53px;
	height:100%;
}

#footer {
	position:absolute;
	bottom:0;
	left:0;
}