@charset "utf-8";
/* CSS Document */

.thrColFixHdr #container {
	width: 1114px;
	margin: 0 auto;
	text-align: left;
	background-repeat: repeat-y;
	background-position: center;
	background-image:url(../images/main_px.gif);
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 209px; /* padding keeps the content of the div away from the edges */
	background-image:url(../images/box_top_1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 26px;
	padding-left: 67px;
	margin: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 351px; /* padding keeps the content of the div away from the edges */
	background-image:url(../images/box_top_3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-right: 86px;
	padding-left: 20px;
	line-height: 1.4em;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 19px;
	background-image:url(../images/box_top_2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 16px;
	width: 346px;
	float: left;
	line-height: 1.4em;
} 
.thrColFixHdr #footer {
	height: 255px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 67px;
	background-image:url(../images/ftr_bg.jpg);
	position: relative;
}
