html {
 	height:100%;
}

body {
	background-color: #E5ECE3;
	background-image: url(gfx/bg.gif);
	background-position: 50% 0;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	min-height:101%;
}

#container {
	width: 760px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

#container2 {
	width: 360px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

img {
	border: none;
}

h1 {
	background-image: url(gfx/h1_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #1D9004;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 2px 0px;
}
h2 {
	background-image: url(gfx/h2_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #1D9004;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 13px;
	margin: 0px;
	padding: 2px 0px 2px 5px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}

ul#nav {
	width: 760px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-color: #E4F4E1;
}
ul#nav li {
	display: inline;
}
ul#nav li a {
	text-decoration: none;
	color: #146403;
	padding: 0px 12px 2px 12px;
	border-left: 1px solid #1D9004;
}
ul#nav li a:hover {
	background-color: #BCE0B5;
}

ul#nav li a.nav_left {
	border-left: 1px solid #E4F4E1;
}

#content {
	width: 680px;
	padding: 35px 35px 0px 45px;
	text-align: left;
}

#left {
	width: 456px;
	padding: 0px 63px 0px 0px;
	float: left;
}
#left p {
	text-align: justify;
}
#left a {
	color: #1D9004;
	text-decoration: none;
}
#left a:hover {
	color: #000000;
}

#right {
	background-image: url(gfx/eco-chic.gif);
	background-color: #77BC68;
	background-position: top;
	background-repeat: no-repeat;
	float: right;
	width: 133px;
	padding: 92px 12px 0px 12px;
}
#right img {
	margin: 0px 0px 14px 0px;
}

#footer p {
	font-size: 10px;
	font-style: italic;
	float: left;
	margin: 15px 0px 25px 0px;
}
#footer p a {
	font-size: 10px;
	font-style: normal;
	color: #66CC66;
}
#footer img {
	float: right;
}
#right p {
	color: #ffffff;
	padding-bottom: 5px; 
}