@charset "utf-8";
body {
	font: 100% Tahoma, Geneva, sans-serif;
	background: #000 url(img/_bg.jpg) no-repeat fixed left top;
}
.thrColFixHdr #container {
	width: 900px;
	margin: auto;
}
.thrColFixHdr #header {
	border-style: none;
	text-align: center;
	padding: none;
	height: 285px;
	width: 900px;
}
.thrColFixHdr #mainContent {
	padding: 1px 262px 1px 277px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: transparent url(img/_mc_bg3.png) repeat-y center top;
	border: none;
	color: #F2f2f2;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 235px;
	padding: 20px 20px 20px 10px; /* padding keeps the content of the div away from the edges */
	color: #CCC;
	background: url(img/_sb1_bg.png) no-repeat right bottom;
	text-align: center;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 235px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 10px; /* padding keeps the content of the div away from the edges */
	color: #fff;
	background-color: transparent;
}

.thrColFixHdr #footer {
	padding: 0px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:transparent;
	color: #CCC;
}
.thrColFixHdr #footer p {
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 14px;
}
img {
	border:none;
	margin: 0px;
}

