﻿body {
	background-color: #000000;
	}
#container {
	background-color: #000000;
	width: 900px;
	right: auto;
	left: auto;
	padding: 0px;
	margin: 0px auto 0px auto;
	text-align: center;
}
#header {
	width: 900px;
	background-image: url('images/integralheader.jpg');
	background-repeat: no-repeat;
}
#nav {
	background-color: #000000;
	width: 900px;
	height: 25px;
	vertical-align: middle;
}
#lefcol {
	background-color: #666666;
	width: 200px;
	float: left;
	height: 675px;
}
#rightcol {
	background-color: #666666;
	width: 200px;
	float: right;
	height: 675px;
}
#centercol {
	margin-right: 200px;
	margin-left: 200px;
	height: 675px;
	float: none;
	background-image: url('images/xcentcolbkg.jpg');
	background-repeat: repeat;
}
#footer {
	background-color: #6A0000;
	width: 900px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
#footer2 {
	background-color: #999999;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}



