body {
	margin:0px;
	padding:0px;
	background-color:#521301;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
#siteinfo {
	width: 100%;
	visibility: visible;
}
h1 {
	font-size: xx-small;
	font-weight: bold;
	text-indent: -9999px;
}
h2 {
	font-size: xx-small;
	font-weight: normal;
	font-style: italic;
	text-indent: -9999px;
}
h3 {
	font-size: xx-small;
	font-weight: normal;
	text-indent: -9999px;
}
/*** MAIN / CONTAINER DIVS ***/

#main_top {
	width:100%;
	background-image:url(../images/home/repeat_top.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#753D00;
	clear:both;
}
#bar {
	position:absolute;
	top:30px;
	left:0px;
	right:0px;
	width:100%;
	height:88px;
	background-image:url(../images/home/repeat_stripe.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	z-index:1;
}
#container_top {
	position:relative;
	width:787px;
	margin:auto;
	z-index:10;
}
#main_btm {
	width:100%;
	min-height:165px;
	background-image:url(../images/home/repeat_btm.jpg);
	background-repeat:repeat-x;
	clear:both;
}
/*** PARTS ***/

#top {
	width:787px;
	height:91px;
	background-image:url(../images/home/top.png);
	background-repeat:no-repeat;
	clear:both;
}
#banner_left {
	width:20px;
	height:360px;
	background-image:url(../images/home/banner_left.png);
	background-repeat:no-repeat;
	float:left;
}
#banner {
	width:747px;
	height:360px;
	background-image:url(../images/home/banner_bkg.gif);
	background-repeat:no-repeat;
	float:left;
}
#banner_right {
	width:20px;
	height:360px;
	background-image:url(../images/home/banner_right.png);
	background-repeat:no-repeat;
	float:left;
}
#nav {
	width:787px;
	height:40px;
	clear:both;
}
#article {
	width:379px;
	height:31px;
	padding-left:44px;
	padding-top:122px;
	background-image:url(../images/home/free_article.jpg);
	background-repeat:no-repeat;
	float:left;
}
#greenbuilt {
	width:364px;
	height:153px;
	float:left;
}
/*** FOOTER ***/

#footer {
	position:relative;
	width:787px;
	margin:auto;
	padding-top:40px;
	text-align:center;
	font-size: 10px;
	color: #753E00;
}
a.footer:link {
	color: #753E00;
	text-decoration: none;
}
a.footer:hover {
	color: #753E00;
	text-decoration: underline;
}
a.footer:active {
	color: #753E00;
	text-decoration: none;
}
a.footer:visited {
	color: #753E00;
	text-decoration: none;
}
a.footer:visited:hover {
	color: #753E00;
	text-decoration: underline;
}
/*** TEXT / LINKS ***/

a:link {
	color:#623727;
	text-decoration: underline;
}
a:hover {
	color:#623727;
	text-decoration: underline;
}
a:active {
	color:#623727;
	text-decoration: none;
}
a:visited {
	color:#623727;
	text-decoration: underline;
}
a:visited:hover {
	color:#623727;
	text-decoration: underline;
}
