
/* recycle Color Stylesheet */ 

body {
background-color:#E2AA02;
	background-image: url(../images/recycle.gif);
	color: #000000;
	background-attachment:fixed;
	background-repeat:no-repeat;
}

#outer {
	 background: #7A5A02;
	 color: #7A5A02;
}

#hdr {
	 background:#7A5A02;
	 color: #F8E7B5;
 }

#bar {
	 background: #7A5A02;
	 color: #29BA2F;
}

#bodyblock {
	 background:#F4DB94;
	 color: #29BA2F;

	 }

#l-col {
	background:#7A5A02;
	 color: #F8E7B5;
}

#cont {
	 background:#F4DB94;
	 color: #7A5A02;
	 border-right-color:#7A5A02;
	 border-right-width:thin;
 }

#ftr {
	 background:#7A5A02;
	 color: #7A5A02;

 }

a:link {
	color: #29BA2F;
}

a:hover {
	background-color: #7A5A02;
	color:#F8E7B5;
}

a:visited {
	color: #E2AA02;
} 


