@charset "utf-8";
/* CSS Document */
body{	background-color:#000000;}
.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 900px;  /* using 20px less than a full 900px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left;
	background-color:#FF0000;
} 
/* Footer ----------------------------------------------------------------------------------------------*/
.thrColAbsHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-left:120px;
	}
.thrColAbsHdr #footer {
	padding-left: 150px;
	background-color: #000000;;
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top: 1px dotted #FFFFFF;
	height:75px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size:8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	vertical-align:top;
	color: #ffffff;
	}
.thrColAbsHdr #footer  ul {
	margin: 5px;
	padding: 0;
	text-align:left;
	list-style: none;
	float:left;
}
.thrColAbsHdr #footer  ul li {
	float: left;
}
.thrColAbsHdr #footer  ul a {
	display: block;
	width:60px;
	padding: 0 1em;
	text-decoration: none;
	text-align:center;
}
.thrColAbsHdr #footer a:link, a:visited {
	color:#ffffff;
	font-size:8px;
	text-decoration: none;
	background-repeat:repeat-x;
	background-position:left top;
}
.thrColAbsHdr #footer a:hover, a:active {
	font-size:8px;
	text-decoration: underline;
	color: #999999;
	height: 35px;
}
