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

body {
	margin: 0;
}

#page-wrapper {
	width: 960px;
	margin: 40px auto;
}


#header {
	height: 150px;
	background: url(images/headerbg.jpg);
	border-bottom: 10px solid black;
}

#header-container {
	width: 960px;
	height: 150px;
	margin: 0 auto;
}

#header-left {
	width: 600px;
	height: 150px;
	float: left;
}

#header-right {
	width: 300px;
	height: 150px;
	float: right;
}


#spanners-left {
	width: 72px;
	height: 54px;
	background: url(spanners-left.jpg);
	float: left;
}

#header-title {
	width: 456px;
	height: 54px;
	float: left;
	margin-bottom: 40px;
}

#spanners-right {
	width: 72px;
	height: 54px;
	background: url(spanners-right.jpg);
	float: right;
}

#top-box {
	width: 960px;
	height: 360px;
}


#top-box-left {
	width: 460px;
	height: 360px;
	float: left;
	margin-right: 40px;
	border: 1px solid black;
}

#top-box-right {
	width: 450px;
	height: 360px;
	float: right;
}


#bottom-box {
	width: 960px;
	height: 375px;
	margin: 40px 0;
}

#bottom-box-left {
	width: 460px;
	height: 375px;
	float: left;
	margin-right: 40px;

}

#bottom-box-right {
	width: 450px;
	height: 375px;
	float: right;
	border: 1px solid black;
}

#footer {
	width: 960px;
	font-size: 0.8em;
	text-align: center;
	margin: 40px auto;
}