div#mainwrap {width:795px; height:auto; margin:auto;  }
div#column1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 11px;
	top:300px;
	float:left;
	width:170px;
	font-size:16px;
	font-weight:bolder;
	color:#5E5437;




	text-align:left;
	text-indent: 13px;
	padding-right: 0px;
	padding-left: 28px;
}
div#content {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	background-repeat:no-repeat; background-position:right;
	float:left;
	height:100px;
	width:360px;
	padding:20px; 
}
div#content2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	background-repeat:no-repeat; background-position:right;
	float:left;
	height:auto;
	width:550px;
	padding:0px; 
}

div#column2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	padding:0px;
	top:600px;
	float:right;
	height:500px;
	text-align:right;
	width:120px;
	text-shadow:#000000;
	padding-right: 30px;
}

div#column3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	padding:0px;
	float:right;
	height:825px;
	text-align:right;
	width:40px;
	text-shadow:#000000;
	padding-right: 0px;
}
div#backgrnd {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	height:800px;
}

div#footer {font-family:Georgia, "Times New Roman", Times, serif; font-size:10px; float:absolute; text-align:center;}
.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 */
