@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image: url(../images/WoodTile.jpg);
	text-decoration: none;
}
.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 935px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/bg.png);
	height: 695px;
	background-repeat: no-repeat;
} 
.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 241px;
	left: 122px;
	width: 265px;
	padding: 115px 390px 15px 45px;
	height: 249px;
	background-image: url(../images/homeContent.png);
	font-family: Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
}
.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 262px;
	right: 116px;
	width: 317px;
	height: 81px;
	border: 0;
}
.thrColAbsHdr #mainContent { 
	margin: 0 200px; 
	padding: 0 10px; 
}
.thrColAbsHdr #footer {
	text-decoration: none;
	height: 105px;
	background-image: url(../images/banner_bottom.png);
	position: absolute;
	width: 935px;
	bottom: 0px;
} 
#footer p {
	text-decoration: none;
	font-family: Geneva, sans-serif;
	font-style: normal;
	font-size: 12px;
	margin: 0;
	padding-top: 50px;
	padding-left: 0px;
	color: #000;
	text-align: center;
	font-weight: bold;
}
#footer a {
	text-decoration: none;
	color: #000;
}
#footer a:hover {
	text-decoration: underline;
	color: #0C6;
}

