@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-align: center; 
    background-image: url(images/shadow.jpg); 
    background-repeat: repeat-y; 
    background-position: center; 
}
td img {
	display: block;
}
a img {
   border: none;
} 
a:link {
	text-decoration: none;
	color: #0091c8;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #1a9965;
}
a:active {
	text-decoration: none;
	color: #F00;
}
#container {
        width: 900px;
        margin: 0 auto;
		background-color:#FFFFFF;
        text-align: center;
}
#footer {
	width: 899px;
	margin: 0 auto;
	text-align: right;
	background-color:#FFFFFF;
}
#recyclables {
	width: 195px;
	padding: 0 15px;
	float: left;
	text-align: left;
}
#wrapper {
	width: 900px;
}
#spanish {
	margin: 15px;
}
#bodytext {
	margin: 0 auto;
	padding: 0 25px;
}
.footertext {
	text-align: right;
	font-size: 8pt;
}	
.bodytext {
	font-size: 10pt;
	text-align: left;
	line-height: 20px;
}
.list {
	font-size: 8pt;
	text-align: left;
	line-height: 20px;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.sponsered {
	font-size: 18px;
	font-weight: bold;
}


