@charset "utf-8";
/* CSS Document */
body {
	color: gray;
	background: #060606 url(../images/main-background.gif) repeat-x 50% 0;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

div#wrapper{
	position:relative;
	margin: 0 auto;
	width:879px;
	min-height: 100%;
}


 div#footer{
	position:relative;
	bottom:0;
	width:100%;
	height: 150px;
	background: url(../images/footer.gif) repeat-x;
	margin-top: 20px;
	clear:both;
}


div#header{
  	position:relative;
  	width:879px;
  	height: 87px;
}

div#banner {
	float: left;
	position: relative;
	width: 879px;
	height: 283px;
}

div#mainbody {
	position: relative;
	width: 879px;
	top: 35px;
	left: 10px;
	background-image: url(../images/newsletter-background.gif);
}







#greentext {
	color: #739b54;
	font: small "Lucida Grande", Lucida, Verdana, sans-serif;
}

.lightgreytext {
	color: #8c8d91;
	font: x-small "Lucida Grande", Lucida, Verdana, sans-serif;
}

.orangetext {
	color: #ff7e2b;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.pinktext {
	color: #ed237c;
	font: x-small "Lucida Grande", Lucida, Verdana, sans-serif;
}

.topnavtext {
	color: #ffffff;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: right;
	letter-spacing: 1px;
}


a {
color:#ffffff;
text-decoration:none;
}

a:hover {
color:#ff802f;
text-decoration:none;
}

#topnav a:hover {
color: #f98112;

}

