* {
    padding: 0;
    margin: 0;
}
html, body {
	background-color: #FFFFFF;
	/*margin-top: 0px;*/
	height: 100%;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width:760px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	min-height: 100%;
	height: 100%;
}
#top_bar {
	background-image: url(images/green/go_green_01.jpg);
	background-repeat: no-repeat;
	width:760px;
	height:37px;
}
#logo {
	height: 94px;
	width: 372px;
	float: left;
}

#content_box {
	background-image: url(images/green/go_green_03.jpg);
	background-repeat: no-repeat;
	height: 504px;
	width: 388px;
	float: right;
}
#ad_box {
	height: 425px;
	width: 325px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	margin-top: 36px;
	margin-left: 20px;
}
#form_box {
	height: 170px;
	width: 400px;
	margin-left: 20px;
}

tr {
	text-indent: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;

}
input {
	background-color: #CCCCCC;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	height: 15pt;
}
#footer {
	width: 760px;
	height: 39px;
}
#bottom_box {
	width: 760px;
	background-color: #FFFFFF;
	float: left;
	clear: both;
}

#left_box {
	height: 410px;
	width: 372px;
	float: left;
	/*margin-top: -5px;*/
}
