/*
	Thanks to:
		Matthew Levine
		and his article in ala: http://www.alistapart.com/articles/holygrail
	for the code.
*/

#bodyContainer {padding-left: 0px;
/* LC width */
  padding-right: 0px;
/* RC width */}

#bodyContainer .column {position: relative;
float: left;}

#center {
width: 100%;
top:0px;
}

#left {
display:none;
width: 0px;
/* LC width */
  right: 0px;
/* LC width */
  margin-left: 0%;}
#lefts { 
display:none;
width: 0px;
/* LC width */
  right: 0px;
/* LC width */
  margin-left: 0%;}

#right {width: 0px;
/* RC width */
  margin-right: 0px;
/* RC width */}

#footer {
clear: both;
text-align:center;
position:absolute;
bottom:30px}

/*** IE6 Fix ***/

* html #left {left:0px;
/* RC width */
  	height: 100%;
	font-family: "Comic Sans MS","Arial", "serif";	
}#header,#spanEmailUs	{
	display:none;
}#contactInfo					{
	width:100%;
	text-align:center;
	z-index:110;
}.Article h3	{
	text-align:left;
	left:0px;
}
