body {
	background-color: #33CC99;
	margin: 0px auto;
	padding: 0px;
	font-size: 1em;
	color: #FFFFFF;
}

#container {
	margin: 0px auto;
	padding: 0px;
	width: 980px;
}

#banner {
	background-color: #33CC99;
	background-image: url("http://www.clada.coop/images/uploads/slice_topbanner.png");
	background-repeat: repeat-x;
	text-align: center;
	width: 980px;
	height: 150px;
}

#topnav {
	background-color: #33CC99;
	background-image: url("http://www.clada.coop/images/uploads/slice_topnav.png");
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.5em;
	text-align: center;
	width: 980px;
	height: 45px;
	padding: 5px 0 0 0;
}

#topnav ul { 
	margin: 0;
	list-style-type: none; 
}

#topnav ul li { 
	display: inline; 
	padding: 0 1em;
}

#topnav ul li a 
{ 
 	text-decoration: none; 
	color: #fff;
}

#topnav ul li a:hover
{
	color: #058b59;
}

#topnav ul li a.selected 
{
	color: #058b59;
}


#topcontent {
	background-color: #33CC99;
	background-image: url("http://www.clada.coop/images/uploads/bg_contenttop.png");
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 980px;
	height: 30px;
}

#midcontent_container {
	background-color: #33CC99;
	background-image: url("http://www.clada.coop/images/uploads/bg_contentmid.png");
	background-repeat: repeat-y;
	text-align: center;
	margin: 0px;
	padding: 0px;
	overflow: visible;
	width: 980px;
}

#bottomcontent {
	background-color: #33CC99;
	background-image: url("http://www.clada.coop/images/uploads/bg_contentbottom.png");
	clear: both;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 980px;
	height: 30px;
}

#footer {
	background-color: #33CC99;
	background-image: url("http://www.clada.coop/images/uploads/slice_footer.png");
	background-repeat: repeat-x;
	font-size: 0.7em;
	text-align: center;
	margin: 0px;
	padding: 10px 10px 0 10px;
	width: 960px;
	height: 40px;
	font-size: 0.7em;
}

#content {
	font-size: 0.9em;
	text-align: left;
	padding: 0 24px;
	margin: 0 250px 0 250px;
	width: 410px;
}

#content ul {
	padding: 1em;
}

#news {
	font-size: 0.9em;
	text-align: left;
	line-height: 1.5em;
	padding: 0 24px;
	margin: 0;
	float: left;
	width: 200px;
}

#events {
	text-align: left;
	font-size: 0.8em;
	line-height: 1.5em;
	padding: 0 24px 12px 12px;
	margin: 0;
	float: right;
	width: 220px;
}

#gallery {
	text-align: center;
	font-size: 0.8em;
	padding: 0 24px 0 12px;
	margin: 1em 0 0 0;
	clear: right;
	float: right;
	width: 220px;
}

.gallerytitle {
	text-align: left;
	line-height: 2em;
	font-size: 1.2em;
	font-weight: bold;
}

.gallerycaption {
	text-align: left;
	line-height: 2em;
	font-size: 0.8em;
	font-weight: bold;
}

.gallerystats {
	text-align: left;
	line-height: 2em;
	font-size: 0.8em;
}

.eventtitlemain {
	text-align: left;
	line-height: 2em;
	font-size: 1em;
	font-weight: bold;
}

.eventtitle {
	text-align: left;
	line-height: 1.5em;
	font-size: 0.9em;
	font-weight: bold;
}

.eventtitle a 
{ 
	color: #fff;
}

.eventtitle a:hover
{
	color: #058b59;
}

.eventbody {
	text-align: left;
	line-height: 1.1em;
	font-size: 0.9em;
	margin: 0 0 0.5em 0;
}

.newstitlemain {
	text-align: left;
	line-height: 2em;
	font-size: 1em;
	font-weight: bold;
}

.newstitle {
	text-align: left;
	line-height: 1.5em;
	font-size: 0.9em;
	font-weight: bold;
}

.newstitle a 
{ 
	color: #fff;
}

.newstitle a:hover
{
	color: #058b59;
}

.newsbody {
	text-align: left;
	line-height: 1.1em;
	font-size: 0.9em;
	margin: 0 0 0.5em 0;
}

p {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
