.twoColFixLtHdr #footer {	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */	background:#FFF;	margin: 0px;	text-align: left;} .twoColFixLtHdr #footer p {	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */	text-align: left;	text-indent: 200px;}a:link {	color: #930;	text-decoration: none;	font-weight: normal;}a:visited {	color: #930;	text-decoration: none;}a:hover {	color: #FFF;	text-decoration: none;	background-color: #936;}a:active {	color: #FFF;	background-color: #690;}h2 {	font-family: Tahoma, Geneva, sans-serif;	font-weight: normal;	color: #669;	font-size: 20px;}.twoColFixLt #container {	width: 100%;	margin: 0;	text-align: left;	height: 660px;}.twoColFixLt #sidebar1 {	float: left; /* since this element is floated, a width must be given */	width: 100px;	height: 1000px;}.twoColFixLt #mainContent {	margin: 200; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	width: 100%;	height: 600px;} .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;}.image_buff {	padding-right: 5px;	padding-left: 5px;}.smalltype {	font-size: 10px;}h1 {	font-size: 36px;	font-weight: normal;	color: #FFF;}.navstuff {	text-align: right;}