div#mainwrap {width:900px; height:auto; margin:auto;  }
div#header
{ font-family:Arial, Helvetica, sans-serif; background-image:url(header.jpg); background-position:center; background-repeat:no-repeat; width:830px; height:210px;}
div#column1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 11px;
	top:300px;
	float:left;
	width:140px;
	font-size:16px;
	font-weight:bolder;
	color:#5E5437;
	text-align:left;

	padding-right: 0px;

}
div#content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	background-image:url(right_info.jpg); background-position:right; background-repeat:no-repeat;
	float:left;
	width:645px;
	padding:20px; padding-right:13px;
}

div#content2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	float:left;
	width:645px;
	padding:20px; padding-right:13px;
}

div#footer {font-family:Georgia, "Times New Roman", Times, serif; font-size:10px; float:absolute; text-align:center; width:830px;}
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */
