body {
background-image: url(./images/recycling_02.gif);
background-repeat: repeat-x;
background-position: center bottom;
font-family: arial, verdana, sans-serif;
font-size: 18px;
color: #000000;
}


img {
border:solid thin black;
}
div {

}

table {
width: 1000px;
}

#p-title{
width: 15%;
background-color: #7BCC70;
color: white;
font-weight: bold;
text-align: center;
border: solid inset #55AE3A;
}
#bgimage {
background-image: url(./images/recycling_01.gif);
height: 204px;
width: 990px;
border-style: inset;
border-color: #55AE3A;
}

#footer{
text-align: center;
font-style: italic;
width:100%;
position: relative;
	bottom: 0px;
}

#bottom-nav-bar {
border:none;
background-color: #7BCC70;
text-align: center;
margin-bottom: 2px;
}

#reputable-pic{
background-color: #55AE3A;
font-size: 12px;
float: right;
width: 300px;
}

#main-body {
background: none;
font-size: 14px;
width: 100%;
height: 550px;
text-align: left;
font-weight: bold;
}

#main-Text {
background-color: #ffffff;
text-align: left;
width: 700px;
margin-bottom: 5px;
border-style: inset;
border-color: #55AE3A;
}

#mission-statement {
background: #92CCA6;
color: #ffffff;
font-size: 14px;
width: 425px;
height: 180px;
text-align: left;
border-style: outset;
border-color: #55AE3A;
margin: 2px;
position: absolute;
	top: 415px;
	bottom: 500px;
	right: 430px;
	left: 765px;
}

#address-col {
font-size: 14px;
font-style: italic;
font-weight: bold;
color: #92CCA6;
text-align: left;
height: 50px;
width: 250px;
}

#overview {
background: none;
text-align: left;
width: 100%;
height: 650px;
position: relative;
	bottom: -100px;
}

#info {
background-color: #ffffff;
text-align: left;
width: 95%;
margin-top: 15px;
border-style: inset;
border-color: #55AE3A;
}

#inside {
margin: 15px;
}

#recycle-image {
border-style: outset;
border-color: black;
position: absolute;
	right: 200px;
	top: 400px;
}

#recycle-home-image {
border-style: outset;
border-color: black;
position: absolute;
	right: 50px;
	top: 400px;
}

ul {
line-height: 2;
}

p {
line-height: 2;
}

a:link {
text-decoration: underline; 
color: #3B5E2B;
}
a:visited {
text-decoration: underline; 
color: #3B5E2B;
}
a:active {
text-decoration: none; 
color: #C5E3BF;
}
a:hover {
text-decoration: none; 
color: #C5E3BF;
}