body {
	background-color: #d8d2c5;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../images/back_top.gif);
	background-repeat: repeat-x;
	}
#container { /* This is the container for the page. Centers the page and provides the vertical lines and left graphic margin    */
	position:relative;
	margin:0 auto;
	width: 760px;
	text-align: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	background-image: url(../images/main_back.gif);
	background-repeat: repeat-y;
	}
#container_noside { /* This is the container for the page. Centers the page and provides the vertical lines and left graphic margin    */
	position:relative;
	margin:0 auto;
	width: 760px;
	text-align: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	background-image: url(../images/main_back2.gif);
	background-repeat: repeat-y;
	}
#header {
	background-image: url(../images/logo.gif);
	height: 73px;
	width: 760px;
	display: block;
	overflow: hidden;
	line-height: 300px;
	background-repeat: no-repeat;
	background-color: #113C63;
	}
#main_nav {
	height: 40px;
	width: 760px;
	text-align: right;
	}
#mainarea {
	margin-right: 1px;
	margin-left: 0px;
	overflow: auto;
	background-image: url(../images/content_back.gif);
	background-repeat: repeat-x;
	}
#mainarea_noside {
	margin-right: 1px;
	margin-left: 1px;
	overflow: auto;
	background-image: url(../images/content_back.gif);
	background-repeat: repeat-x;
	}
#contentarea {
	margin: 0px 0px 0px 147px;
	voice-family: "\"}\"";
	voice-family: inherit;
	}
#contentarea_noside {
	margin: 0px 0px 0px 0px;
	voice-family: "\"}\"";
	voice-family: inherit;
	}
#sidebar { /* Provides container for the navigation */
	float: left;
	width: 150px;
	voice-family: "\"}\"";
	voice-family: inherit;
	}
	
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #sidebar {
  margin-right: -3px;
  }
* html #rightbar {
  margin-left: -3px;
  }
* html #contentarea {
  height: 1%;
  margin-left: 0;
  margin-right: 0px;
  }
/* End hide from IE5/mac */

h1 { /* This is the main page header font */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #113c63;
	}
h2 { /* This is the secondary main page header font */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5e5d5d;
	}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #113c63;
	margin-top: 15px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5e5d5d;
	}
p a, #login a:link, #login a:active, #login a:visited {color: #c41700; text-decoration: none;}
p a:hover {color: #c41700; text-decoration: underline;}

#content { /* This controls the width of the middle column */
	width: 580px;
	margin-left: 20px;
}
#content_home { /* This controls the width of the middle column */
	width: 758px;
}
#content ul{
	margin-top: -5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5e5d5d;
}
.imageright {
	float: right;
	border: 1px solid #7E7E7E;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #7e7e7e;
	height: 25px;
	display: block;
	text-align: center;
	padding-top: 6px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #7e7e7e;
}
#footer a, #login a:link, #login a:active, #login a:visited {color: #c41700; text-decoration: none;}
#footer a:hover {color: #c41700; text-decoration: underline;}

#pagebottom {
	background-image: url(../images/page_bot.gif);
}
#panel_list {
	margin-top: -5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5e5d5d;
	font-weight: bold;
}
#panel_head {
	background-image: url(../images/panel_head.jpg);
	height: 175px;
	display: block;
	overflow: hidden;
	line-height: 600px;
	background-repeat: no-repeat;
	}
#compost_movie {
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 5px;
	border: 1px solid #7E7E7E;
	width: 320px;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5e5d5d;
}

#limnogallery {width: 580px;}
.limno_img {
	width: 180px;
	float: left;
	vertical-align: middle;
	margin-right: 5px;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 5px;
}
#homebanner {
	width: 740px;
	margin-bottom: 10px;
	margin-left: 7px;
	border: 1px solid #D8D2C5;
	background-color: #FFFFFF;
	height: 230px;
	padding-bottom: 10px;
	background-image: url(../images/homebanner_back.gif);
	background-repeat: repeat-y;
}
#homebanner p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #7E7E7E;
	margin-left: 20px;
}
.float_right {
	float: right;
}
.home_banner_sm {
	float: left;
	height: 190px;
	width: 240px;
	margin-bottom: 10px;
	margin-left: 8px;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html .home_banner_sm {
	float: left;
	height: 190px;
	width: 240px;
	margin-bottom: 10px;
	margin-left: 5px;
}
/* End hide from IE5/mac */
#maillist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7E7E7E;
	background-color: #FFFFFF;
	text-align: center;
	border: 1px solid #7E7E7E;
	width: 700px;
	padding: 10px;
}
#signup_banner {
	width: 240px;
	background-color: #113C63;
	float: right;
	text-align: left;
	height: 100%;
}
