body {
	background-image: url(images/headerBg.png);
	background-repeat: repeat-x;
	background-color: black;
	font: .8em  Helvetica,Verdana,Arial, sans-serif;
	margin: 0 auto; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
h1 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 1.6em;
	color: #FFDC73;
}
a {
	color: white;
	text-decoration: underline;
}
fieldset {
	width: 300px;
}
#container {
	width: 947px;
	margin: 0 auto; 
	text-align: left; 
}
#imageContainer {
	margin: 0 auto;
	background-image:url(images/lithroneWithBox.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#header {
	background-image:url(images/headerBg.png);
	background-repeat: repeat-x;
	height:52px;
	margin: 0 auto;
}
#header ul {
	margin: 0;
}
#nav {
	position: absolute;
	margin: 0 0 0 -40px;
}
#header li {
	background-repeat: no-repeat;
	display: inline;
	list-style-type: none;
	padding: 55px 0 0 6px;
	height: 22px;
	width: 102px;
	margin-left: 8px;
	float: left;	
}
.header1 {
	background-image: url(images/menuBox1.png);
}
.header2 {
	background-image: url(images/menuBox2.png);
}
.header3 {
	background-image: url(images/menuBox3.png);
}
.header4 {
	background-image: url(images/menuBox4.png);
}
.header5 {
	background-image: url(images/menuBox5.png);
}
.header6 {
	background-image: url(images/menuBox6.png);
}
#header li:hover {
	background-image: url(images/hoverBg.png);
	background-repeat: no-repeat;
}
#header a {
	color: white;
	text-decoration: none;
	padding: 50px 30px 0 0;
}
#headerText {
	position: absolute;
	font-size: 0.85em;
	display: inline;
	color: white;
	float: left;
	width: 260px;
	margin: 0 0 0 700px;
	padding: 22px 0 0 0;
}
#mainContent {
	height: 547px;
	width: 947px;
}
#contentTextLeft {
	margin: 50px 0 0 25px;
	padding: 0 10px 0 0;
	float: left;
	color: white;
	font-size: 0.9em;
	width: 400px;
}
#contentTextLeft h3 {
	font-size: 1.1em;
	margin: 20px 0 10px 0;
	padding: 0;
	color: #FFDC73;
}
#contentTextLeft p {
	margin:0 0 8px 0;
	padding: 0;
}
#leftTextLeftSide {
	float: left;
	width: 200px;
	margin: 0 0 20px 0;
}
#leftTextRightSide {
	float: left;
	width: 200px;
	margin: 0 0 20px 0;
}
.aboutPic {
	float: left;
	width: 108px;
	margin: 0 10px 0 0;
	border: 1px solid #FFDC73;
}
.waynePic {
	float: left;
	height: 216px;
	width: 150px;
	margin: 0 10px 0 0;
	border: 1px solid #FFDC73;
}
.staffTable {
	width: 620px;
	margin: 0 0 0 100px;
	line-height: 2.1;
}
.staffTable p{
	margin: 0 0 0 60px;
	clear: center;
}
.staffTable a:hover {
	color: #FFDC73;
}
.staffTable h3 {
	text-align: left;
	float: center;
}
.staffTable li {
	list-style-type: none;
	padding: 0 0 0 6px;
	margin: 0;
	width: 600px;
}
.staffTable img {
	margin: 0 20px 0 20px;
	float: left;
	clear: left;
}
#contentTextRight {
	/*background-image: url(images/tipsLogo.png);*/
	background-repeat: no-repeat;
	background-position:left;
	margin: 100px 0 0 0;
	float: left;
	color: #FFDC73;
	font-size: 0.9em;
	width: 280px;
	padding: 20px 0 0 90px;
	height: 176px;
	line-height:1.5;
}
#contentTextRight p {
	margin: 0 0 0 15px;
}
.services {
	color: white;
}
#footer {
	padding: 0 10px;
	background:black;
}
#footer p {
	margin: 0;
	padding-top: 6px;
	color: #816446;
	text-align: right;
	font-size: 1.2em;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
table.equipTable {
	margin: 0;
	padding: 0;
	height: 250px;
	width: 420px;
}
table.equipTable td{
	margin: 0;
	padding: 0;
	padding: 0 0 0 20px;
	
}

