* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-x;
	background-color: #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
img {
	border: 0px;
}
#climatebodysection {
	width: 960px;
	text-align: left;
	margin: 20px auto;
	background-color: #fff;
}
#climatemainsection {
	margin: 5px 0px;
}

#climatemainsection h1 {
	font-size: 150%;
	color: #006a72;
	text-align: left;
	font-weight: normal;
	padding: 10px;
}
#climatemainsection h3 {
	font-size: 100%;
	color: #888e4a;
	text-align: left;
	font-weight: normal;
	padding: 10px 0px;
	margin-left: 30px;
}
#climatemainsection ul {
	margin-left: 50px;
	font-size: 80%;
}
#climatemainsection h2 {
	font-size: 100%;
	color: #006a72;
	text-align: left;
	font-weight: normal;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px #888e4a solid;
	margin-left: 10px;
}
#climatemainsection p {
	font-size: 80%;
	color: #000;
	text-align: left;
	font-weight: normal;
	padding: 0px 10px 10px 10px;
	margin-left: 20px;
}

#banner {
	width: 960px;
	
}
#forumtitle {
	float: right;
	text-align: right;
	font-size: 150%;
	margin: 20px 10px 0px 0px;
	color: #336666;
}
#navbar {
	background-color: #006a72;
	text-align: center;
	background-image: url(images/navbarbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	height: 2em;
}
#navbar ul {
	padding-top: .5em;
	padding: .4em 30px .5em 30px;
}
#navbar ul li {
	list-style: none;
	display: inline;
	
}
#navbar ul li a {
	text-decoration: none;
	color: #fff;
	border-right: 1px solid #fff; 
	padding: .4em 30px;
}
#navbar ul li a:hover {
	background-color: #ccc;
	color: #006a72;
}
#navbar ul li a.last {
	border-right: 0px;
}
#greensidebar {
	background-image: url(images/greenbg.jpg);
	background-repeat: repeat-x;
	background-color: #bdc28b;
	width: 200px;
	float: right;
	min-height: 450px;
	
	
}
#greensidebar h1 {
	font-size: 90%;
	font-weight: bold;
	color: #fff;
	padding: 20px 10px 5px 10px;
}
#greensidebar p {
	font-size: 80%;
	color: #fff;
	padding: 5px 10px;
}
#promo {
	width: 385px;
	float: right;
	margin: 10px;
	border-left: 1px solid #000;
}
#date {
	width: 325px;
	float: left;
	margin: 10px;
	
}

#bottom {
	background-color: #71a8af;
	text-align: center;
	background-image: url(images/bottombg.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	height: 2em;
}
#bottom a {
	color: #fff;
	font-size: 75%;
}
#copyright {
	text-align: center;
	font-size: 75%;
	color: #000;
	background: transparent;
}