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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFF;
}
.oneColFixCtr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 100px;
	background-color: #FFFFFF;
	background-image: url(home.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 600px;
	left: 70px;
	right: 100px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.oneColFixCtr #mainContent {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	padding-top: 5;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 5px;
	position: absolute;
}
#box2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	height: 200px;
	width: 371px;
	margin-top: 0px;
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	position: absolute;
	top: 11px;
	margin-bottom: 0px;
	left: 475px;
}
#BOX {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: left;
	height: 47px;
	width: 848px;
	padding-left: 20px;
	position: absolute;
	font-size: 15px;
	top: 558px;
	left: 1px;
	font-weight: bolder;
	text-align: right;
	padding-right: 20px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #330;
}
