@import "nav.css";

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #474039;
	margin-top: 25px;
	margin-bottom: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #545454;
}

#wrapper {
	width: 781px;
	margin: 0 auto;
	background-color: white;
}

#header {
	width: 781px;
	height: 85px;
	background-image: url(../gfx/bgnd-header.gif);
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}

#logo {
	width: 142px;
	height: 77px;
	position: absolute;
	left: 51px;
	top: 0px;
}

#banner {
	width: 781px;
	height: 324px;
}

#bannerLeft {
	width: 406px;
	height: 324px;
	float: left;
} 

#bannerRight {
	width: 375px;
	height: 324px;
	background-image: url(../gfx/banner-homepageright.jpg);
	float: left;
}

#bannerRight span {
	display: none; 
}

#contentArea {
	padding-top: 11px;
	padding-left: 51px;
	padding-right: 51px;
	font-size: 62.5%;
}

#colLeft {
	width: 374px;
	float: left;
}

#colRight {
	width: 262px;
	float: right;
}

#footer {
	width: 781px;
	height: 65px;
	background-image: url(../gfx/bgnd-footer.gif);
	background-repeat: repeat;
	background-position: top center;
	position: relative;
}

#recycle {
	width: 86px;
	height: 29px;
	left: 339px;
	top: 23px;
	position: absolute;
}

#copyright {
	font-size: 9px;
	color: #707070;
	position: absolute;
	width: 250px;
	height: auto;
	bottom: 15px;
	left: 51px;
}

#copyright a {
	color: #707070;
}

#designedBy {
	font-size: 9px;
	color: #8c7e6c;
	text-align: center;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	padding: 5px;
}

#designedBy a {
	color: #8c7e6c;
	text-decoration: none;
}

#designedBy a:hover {
	background-color: black;
	padding: 2px;
	color: white;
}