@charset "utf-8";6

#spacer1 {
	position:absolute;
	width:792px;
	height:12px;
	z-index:3;
	left: 22px;
	top: 797px;
}


#chaslogo {
	position:absolute;
	width:75px;
	height:68px;
	z-index:1;
	left: 683px;
	top: 19px;
}
#info {
	position:absolute;
	width:739px;
	height:595px;
	z-index:1;
	left: 22px;
	top: 183px;
}




#constructionline{
	position:absolute;
	width:70px;
	height:68px;
	z-index:2;
	left: 758px;
	top: 19px;
}
#spacer2 {
	position:absolute;
	width:799px;
	height:6px;
	z-index:1;
	left: 22px;
	top: 851px;
}




#carterlogo {
	position:absolute;
	width:195px;
	height:68px;
	z-index:1;
	left: 22px;
	top: 19px;
}


body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ABABAB;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
}


.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 850px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	overflow: hidden;
	height: 76em;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #BBBBBB;
	border-bottom-color: #000000;
	border-left-color: #BBBBBB;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
