#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	float: none;
	margin-top: 0px;
	background-image: url(../images/baseBG-03.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #FFCC00;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
}
#footer {
	background-image: url(../images/footerBG-03.jpg);
	height: 130px;
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.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;
}
.noBdrLeft {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.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;
}
#mainTop {
	background-image: url(../images/mainContentBG-03.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
