/*
	Thanks to:
		Matthew Levine
		and his article in ala: http://www.alistapart.com/articles/holygrail
	for the code.
*/

#bodyContainer {
/* padding-left: 225px;
padding-right: 150px;
LC width */
padding-left:5px;
  float:left;
  width:700px;
/* RC width */}

#bodyContainer .column {position: relative;
float: left;}

#center {width: 100%;}

#left {width: 225px;
/* LC width */
  right: 225px;
/* LC width */
  margin-left: -100%;}
#lefts	{
	width:225px;
	float:left;
}


#right {width: 0px;
/* RC width */
  margin-right: 0px;
/* RC width */}

#footer {clear: both;
text-align:center;}

/*** IE6 Fix ***/

* html #left {left:0px;
/* RC width */
  	height: 100%;
	font-family: "Comic Sans MS","Arial", "serif";
	font-size:.85em;
}
