#header {
	
}

#body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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 */
}
.twoColLiqLtHdr #container {
	width: 88%;
	margin: 0 auto;
	text-align: left;
	height: 135px;
} 

/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqLtHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.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;
}
#container #leftbar h3 {
	font-size: 32px;
	font-family: "Tw Cen MT";
	font-weight: lighter;
}
#mainContent .main.title {
	font-family: "Tw Cen MT";
	font-size: 32px;
	font-weight: lighter;
	padding-top: 11px;
}
.title {
	font-family: "Tw Cen MT";
	font-size: 32px;
	font-weight: lighter;
}
	
div.scroll {
}