div#mainwrap {width:764px; height:auto; margin:auto;  }
div#header {background-image:url(images/bkgrndtop.jpg); background-repeat:no-repeat; height:93px;}
div#column1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	width:174px;
	color:#5E5437;
	height:800px;
	float:left;
background-image:url(images/bkgrndleft.jpg); background-repeat:repeat-y;
text-indent:45px;
}
div#content {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	float:left;
	height:500px;
	width:500px;
	padding:top20px; 
}
div#content2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	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:800px;
	text-align:right;
	width:81px;
	text-shadow:#000000;
	padding-right: 0px;
	background-image:url(images/bkgrndright.jpg); background-repeat:repeat-y;
}
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:left; text-align:center; background-image:url(images/bkgrndbtm.jpg); background-repeat:no-repeat; height:100px; width:764px;}
.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 */
