@charset "utf-8";
.twoColFixLtHdr #banner {
	width: 900px;
	height: 263px;
	position: relative;
	margin: 0 auto;
	padding: 0 10px;
	background-position: center;
	background-image: url(../images/backgrounds/bodybg.jpg);
	background-repeat: repeat-y;
	background-color: #ffffff;
}
.twoColFixLtHdr #sidebar_homepage {
	width: 350px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px 5px 10px;
	border: solid #999999 2px;
	position: absolute;
	top: 22px;
	z-index: 9999;
	margin: 0 0 0 40px;
	;
}
.twoColFixLtHdr #highlight {
	float: right;
	width: 360px;
	height: 61px;
	margin: 175px 40px 0 0;
	padding: 0;
	background: none;
}
.twoColFixLtHdr #lowerContent {
	margin: 0 auto;
	padding: 0 25px 0 25px;
	height: 195px;
	width: 870px;
	background-image: url(../images/backgrounds/bodybg.jpg);
}
.twoColFixLtHdr #lowerContent #feed{
	height: 165px;
	width: 420px;
	background: none;
	margin: 0;
	padding: 10px 0 0 10px;
	float: left;
	overflow: hidden;
}
.twoColFixLtHdr #lowerContent #lower_right{
	float: right;
	width: 420px;
	height: 160px;
	margin: 15px 0 0 0;
	padding: 0 10px 0 0;
}
.twoColFixLtHdr #lowerContent #lower_right ul{
	margin: 0;
	padding: 0;
	height: 140px;
}
.twoColFixLtHdr #lowerContent #lower_right li{
	list-style: none;
	margin-left: 0px;
	float: right;
	border-right: 1px solid #eeeeee;
	padding: 20px 10px 20px 10px;
	height: 110px;
	vertical-align: middle;
}
.twoColFixLtHdr #lowerContent #lower_right li.last{
	border: none;
}
.twoColFixLtHdr #footer_homepage {
	padding: 10px 0;
	margin: 0 auto;
	width: 900px;
} 
.twoColFixLtHdr #footer_homepage ul{
	padding: 0;
	list-style-type: none;
	margin: 0;
} 
.twoColFixLtHdr #footer_homepage li{
	float: left;
	padding-right: 25px;
	list-style: none;
}
.twoColFixLtHdr #footer_homepage #cw{
	float: right;
	padding: 0;
	background: none;
	width: 95px;
	height: 33px;
	margin: 10px 0 0 0;
	;
} 
.twoColFixLtHdr #container #footer_homepage a{
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
}
.twoColFixLtHdr #container #footer_homepage a:hover{
	color: #000000;
}
.twoColFixLtHdr #footer_homepage p {
	margin: 0 0 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding: 10px 0 0 0;
}
