@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
}
.oneColFixCtrHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 10px 10px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	color: #FFF;
	text-align: right;
	font-size: 14px;
	height: 58px;
	background-image: url(../images/header-background.jpg);
	background-repeat: repeat-x;
}
.header-phone    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-style: italic;
	color: #FFF;
	font-weight: bolder;
	padding-right: 60px;
}
.header-address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding-right: 30px;
}
.oneColFixCtrHdr #mainContent {

}
.footer-copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #c6ee9f;
}
.footer-copy a:link{
	color: #c6ee9f;
	text-decoration: none;
}
.footer-copy a:hover{
	color: #c6ee9f;
	text-decoration: none;
}
.footer-copy a:active{
	color: #c6ee9f;
	text-decoration: none;
}
.footer-copy a:visited {
	color: #c6ee9f;
	text-decoration: none;
}
* {
     margin:0;
     padding:0;
}
.footer-copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c6ee9f;
}
#foot {
	height: 56px;
	background-repeat: repeat-x;
	clear: both;
	background-image: url(../images/footer-background.jpg);
	padding-left: 12px;
}
#paper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #00007f;
	float: left;
	height: 150px;
	width: 273px;
	margin-left: 15px;
	text-align: left;
	margin-top: 50px;
}
#plastic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #458500;
	float: left;
	height: 150px;
	width: 273px;
	margin-left: 25px;
	margin-top: 50px;
}
#other {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #f59a11;
	float: right;
	height: 150px;
	width: 273px;
	margin-right: 15px;
	margin-top: 50px;
}
.other-copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f59a11;
	padding-left: 20px;
	font-weight: bolder;
}
.other-copy a:link {
	color: #f59a11;
	text-decoration: none;
}
.other-copy a:hover {
	color: #f59a11;
	text-decoration: none;
}
.other-copy a:active {
	color: #f59a11;
	text-decoration: none;
}
.other-copy a:visited {
	color: #f59a11;
	text-decoration: none;
}
#nav {
	width: 500px;
	float: left;
	margin-top: 21px;
	height: 36px;
}
#middle {
	width:900px;
	height:110px;
	padding-top:12px;
	background-color: #c6ee9f;
	}
	
#middle a {
	margin-right:10px;
	}
	
#middle img {
	border:1px solid #ffca6e;
	}
