
html 
{
	height:100%;
}

body 
{
	font-size:14px; 
	margin:0; 
	padding:0;
	font-family: Helvetica, "Trebuchet MS", sans-serif;
	background:url(images/green-eco.gif) repeat;
}


#content
{
	width:902px;
	position:relative;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}



#footerBack
{
	clear:both;
	background:url(images/footer-back.jpg) no-repeat;
	width:902px; height:121px;
	position:relative;
	
}

#textBack
{
	background:url(images/textBack.gif);
	background-repeat:repeat-y;
	width:902px;
	position:relative;
	float:left;
	text-align:left;

}

.footerLinks a:link{color:#FF6600;text-decoration:underline;}
.footerLinks a:hover{color:#009933;text-decoration:none;}
.footerLinks a:visited{color:#FF6600;text-decoration:underline;}


#leftSide
{
	width:180px;
	position:relative;
	float:left;
}

#rightSide
{
	width:180px;
	position:relative;
	float:left;


}

.hide
{
	visibility:hidden;
	display:none;
}

#centerText
{
	width:539px;
	position:relative;
	float:left;
}

.sideNav a:link
{
	color:#996600;
	text-decoration:none;
	font-size:14px;
}

.sideNav a:hover
{ color:#660000;}

.sideNav a:visited
{		color:#996600;
	text-decoration:none;
	font-size:14px;
}