div.page {
	width: 100%;
	display: inline;
	float: left;
}
div.header {
	padding: 10px 0;
	border-bottom: 5px solid #ce4800;
	width: 100%;
	display: inline;
	float: left;
	position: relative;
	top: 0;
	left: 0;
	z-index: 100;
	color: #000;
	background: #ff5900;
}
div.subheader {
	padding-top: 50px;
	width: 100%;
	display: inline;
	float: left;
}
div.content {
	width: 100%;
	display: inline;
	float: left;
}
div.footer {
	width: 100%;
	display: inline;
	float: left;
}
div.wrapper {
	margin: 0 auto;
	width: 740px;
}
div.subheader div.wrapper {
	background: transparent url(../i/design/dotted.gif) repeat-x 0 45px;
}
div.footer div.wrapper {
	padding-top: 5px;
	background: transparent url(../i/design/dotted.gif) repeat-x 0 0;
}
div.primary {
	margin-top: 10px;
	padding: 10px;
	border-top: 7px solid #ce4800;
	width: 498px;
	display: inline;
	float: right;
	position: relative;
	top: 0;
	left: 0;
	z-index: 210;
}
div.secondary {
	margin-top: 10px;
	padding: 10px 0;
	border-top: 7px solid #707070;
	width: 218px;
	display: inline;
	float: left;
}
div.clearfix {
	height: 0;
	clear: both;
	overflow: hidden;
}
div.branding {
	margin-left: -370px;
	position: absolute;
	top: 60px;
	left: 50%;
	z-index: 110;
}
div.images {
	height: 130px;
	background: transparent url(../i/design/div-primary.jpg) no-repeat 100% 0;
}
div.subheader div.wrapper {
	position: relative;
	top: 0;
	left: 0;
	z-index: 500;
}
div#banner {
	width: 468px;
	height: 60px;
	position: absolute;
	top: -30px;
	right: 0;
	z-index: 1000;
}
