@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 10; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../pngs/bg_red_yellow.png);
	background-repeat: repeat-x;
	background-color: #FF0;
}
.thrColFixHdr #container {
	width: 820px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #000;
	padding: 0px;
	background-color: #FFF;
} 
.thrColFixHdr #header {
	background-color: #F00;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #F00;
	margin: 0px;
	background-image: url(../images/header.jpg);
	padding-top: 120px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 

.thrColFixHdr #sidebar2 {
	float: right;
	background-color: #DEE5EE;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: left;
	width: 170px;
	color: #F00;
	font-weight: normal;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 10px;
	margin-left: 10px;
}
.thrColFixHdr #mainContent {
	clear: none;
	float: none;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 10px;
	color: #F00;
	padding-top: 10;
	padding-right: 30;
	padding-bottom: 30;
	padding-left: 30;
} 
.ThreeColContent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #F00;
	margin-top: 0px;
	margin-right: 280px;
	margin-bottom: 0px;
	margin-left: 120px;
	clear: none;
	text-align: left;
}


.thrColFixHdr #footer {
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	float: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #FFF;
	text-align: right;
	background-image: url(../pngs/footer_test.png);
	background-repeat: no-repeat;
	height: 60px;
	background-position: right bottom;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.img {
	background-color: #FFF;
	margin: 2px;
	border: 1px solid #000;
}
.table {
	background-color: #DEE5EE;
}
.rightimage {
	float: right;
	margin-left: 10px;
	padding: 2px;
}
.leftimage {
	float: left;
	margin: 10px;
	padding: 2px;
}
