#mainBox {
	position: absolute;
	width: 910px;
	left: 50%;
	margin: auto auto auto -455px;
}

#header {
	position: relative;
	left: 70px;
	top: 0px;
	width: 770px;
	height: 80px;
	vertical-align: middle;
	background-color: white;
}

#menuBoxBGround {
	position: relative;
	padding: 0;
	margin: 0;
	left: 70px;
	width: 770px;
	height: 27px;
	vertical-align: middle;
	color: white;
	background-color: #7A8787;
	background-image: url(../images/shim.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	z-index: 10;
}

#search {
	float: right;
	margin: 30px 30px 0 0;
	height: 30px;
	width: 280px;
}

#search input, #search button {
	float: right;
}

#search button {
	text-indent: -9999px;
	vertical-align: -9999px;
}

#search button {
	margin-top: 2px;
	text-align: center;
	width: 50px;
	border: none;
	height: 28px;
	background-color: #FFF;
	background-image: url(../images/go-off.gif);
	background-repeat: no-repeat;
}

#search button:hover { background-image: url(../images/go-on.gif); }

#search input.text {
	margin-top: 2px;
	color: #999;
	margin-right: 10px;
}

#menuBox {
	position: relative;
	width: 770px;
	vertical-align: middle;
	clear: both;
}

#banner {
	position: relative;
	left: 70px;
	top: 0;
	width: 770px;
	height: 129px;
	vertical-align: middle;
}

.smVertRule {
	position: relative;
	margin: 0 0 0 10px;
	padding: 0px;
	left: 0px;
	height: 30px;
	width: 2px;
	background-color: red;
	float: left;
	top: 17px;
	color: white;
}

.vertRule {
	position: relative;
	left: 0px;
	/*
	The margin-right value fixes all block objects
	right of the vertRule in IE.
	*/
	margin-right: -8px;
	width: 1px;
	background-color: gray;
	float: left;
	top: 10px;
	color: white;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

.vertRtSide { left: 165px; }

.seal {
	float: left;
	display: inline;
	margin: 2px 12px 0 24px;
}

#threeCols {
	margin: 0;
	padding: 0;
	position: relative;
	top: -2px;
	left: 70px;
	width: 770px;
	overflow: hidden;
	display: block;
	background-color: white;
	color: black;
}

#threeCols:after {
	content: '[DO NOT LEAVE IT IS NOT REAL]';
	height: 0;
	clear: both;
	visibility: hidden;
}

#threeCols .column { float: left; }
#col1 { width: 166px; }
#col2 { width: 438px; }

#col3 {
	width: 165px;
	clip: rect(0, 0, 0, 0);
}

#footer {
	top: -9px;
	position: relative;
	left: 70px;
	width: 770px;
	height: auto;
	vertical-align: middle;
	font-size: 9px;
	text-align: center;
	padding: 0;
	margin: 0;
	clear: both;
	background-color: white;
}

#doublewide { width: 603px; }
