body  {
	font:14px Verdana, Arial, Helvetica, sans-serif;
	background: url(bodyimg/sitetlo.jpg) repeat-y center  #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #CCCCCC;
}
.twoColElsLtHdr #container { 
	width: 900px;
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: left; 
	background: #000000;
	line-height:16px;
} 
.twoColElsLtHdr #header {  
	padding:0;
	float:left;
	width:900px;
	border-top:1px #444444 solid;
	border-bottom:1px #444444 solid;
} 
.twoColElsLtHdr #header h1 {
	margin: 0;
	padding: 10px 0; 
}
.twoColElsLtHdr #upmenu {
	width:900px;
	padding:0px;
	padding:0px;
	margin:0px;
    background: url("bodyimg/tlomenu1.jpg") repeat-x center #222222;
	height:30px;
	float:left;
	border-bottom:1px #444444 solid;
}

.twoColElsLtHdr #sidebar1 { 
	float:left;
	width:160px;
	background:#000000;
	padding:10px;
}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 0px;
	margin-right: 0px;
}
.twoColElsLtHdr #mainContent {
	float:left;
	margin:0px;
	padding:0px;
	width:720px;
	background:url(bodyimg/tlomain.png) repeat-y;
}
.twoColElsLtHdr #mainContentfooter {
	clear:both;
	float:right;
	width:900px;
	background: url("bodyimg/tlomenu1.jpg") repeat-x center #222222;
	height:20px;
	font-size:12px;
	padding-left:0px;
	font-weight:bold;
	border-top:1px #444444 solid;
} 
.twoColElsLtHdr #footer {
padding-top:0px;
padding-bottom:0px;
background:#222222;
border-bottom:1px #444444 solid;
	border-top:1px #444444 solid;
} 
.twoColElsLtHdr #footer p {
	margin: 0; 
	padding: 10px 0;
}

/* Miscellaneous classes for reuse */
.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;
}