@charset "utf-8";
/* CSS Document */
body {
	background-attachment: scroll;
	background-image: url(images/bkgd_green.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#logo { background-color:#999966;}
#nav {
	background-color:#999966;
	height:264px;
}

#content {background-color:#8b8b5a;}
#text {background:url(images/text_bkgd_green.gif);}


