﻿#container { 
	width: 1000px;  
	margin: 0 auto; 
} 
#header {
	margin-bottom: 8px;
} 
#navCell {
	width: 234px;
	vertical-align: top;
	position:relative;
	display: block;	
}
#navCell .menuBg {
	background-position: bottom;
	background-image: url(Images/navBackInterior.gif);
	background-repeat: no-repeat;
	height: 212px;
	position: absolute;
	left: 0px;
	top: 3px;
}
#splashCell {
	vertical-align: top;
}
#mainContent td {
	vertical-align: top;
} 
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#tagLine {

	background-repeat: no-repeat;
	position: absolute;
	bottom: 50px;
	height: 23px;
	width: 766px;
}
