@charset "UTF-8";
body {
	font: 100% Georgia, Times, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0 0 0 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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
}
.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color:#333;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #mainContentTopSlice {
	height: 245px;
	width: 900px;
	background-image: url(../images/header.jpg);
	
	}
.oneColFixCtr #mainContentTopSliceNav {
	height: 67px;
	width: 805px;
	padding: 0 0 0 0px;
	margin-left: 95px;
	
	}
.oneColFixCtr #mainContentMiddle {
	height: 740px;
	width: 900px;
}
.oneColFixCtr #mainContentMiddleRight {
	height: 740px;
	width: 410px;
	float: right;
}
.oneColFixCtr #mainContentMiddleLeftL1 {
	height: 280px;
	width: 220px;
	float: right;
	padding: 7px 3px 0px 3px;
}
.oneColFixCtr #mainContentMiddleLeftL2 {
	height: 290px;
	width: 250px;
	float: left;
}
.oneColFixCtr #mainContentMiddleLeftL3 {
	height: 440px;
	width: 460px;
	padding: 0 0 0 5px;
	float: left;
}
.oneColFixCtr #mainContentMiddleLeft {
	height: 740px;
	width: 478px;
	float: left;
}
.oneColFixCtr #mainContentBottom {
	width: 900px;
	}
.oneColFixCtr #mainContentBottom p {
	padding: 0px 70px 0 70px;
	}	
.oneColFixCtr #footer {
	height: 30px;
	width: 900px;
	padding: 5px 0 0 0;
	float:left;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	color:#CCC;
	font-size:12px;
}
