@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #999999;
	margin: 0; /* 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;
}
.twoColFixLt #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #e0c9a9;
	margin: 20px auto;
	text-align: left;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding: 0;
	margin: 0; 
}
.twoColFixLt #mainContent {
	margin: 0 0 0 200px;
	top: 0px;
	padding: 0;
} 
.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;
}
.title {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 40px;
}
.text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 20px;
}

.image {
	margin: 0;
	padding: 0;
}
.picbarl {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 150px;
	float: left;
	height: 100px;
}
.picbar {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	width: 150px;
	float: left;
}
.picbarr {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	width: 150px;
	float: left;
}
.footer {
	font-size: 11px;
	text-align: center;
	line-height: 30px;
}
