body  {
	background:#CCCCCC;
	background-image:url('http://www.buzzinfly.com/_img/bground3.gif');
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColElsLtHdr #container {
	width: 800px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 0px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0px;
} 
.twoColElsLtHdr #header {
	background: #FFFFFF;  
	height: 150px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border: 0;
	text-align: center;
} 
.twoColElsLtHdr #header h1 {
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.twoColElsLtHdr #sidebar1 {
	float: left;
	width: 345px;
	padding-left: 10px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 0px;
	margin-right: 10px;
}

.twoColElsLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 350px;
	padding-top: 20px;
	background-color: #FFFFFF;
	padding-bottom: 0px;
} 
.twoColElsLtHdr #footer {
	padding: 0px;
	background:#CCCCCC;
	margin: 0;
} 
.twoColElsLtHdr #footer p {
	margin: 0;
	padding: 10px 0;
}

.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;
}
--> 
</style>