#footer {
	background-color: #357335;
	height:330px;
	padding:0px;
}
#footer ul {
	list-style:none;
	margin:0px;
	padding:13px;
	float:left;
	width:156px;
}


#footer li.title {
	padding:10px 0px 10px 0px;
	font-size: 1.2em;
	font-weight:bold;
	color:#fff;
}
#footer li {
	padding:3px 0px 3px 0px;
	border-bottom:1px dotted #006541;
	line-height:1.2em;
	color:#fff;
	font-size:11px;
}

#footer a {
	text-decoration:none;
	color:#fff;
}
#footer a:hover {
	text-decoration: underline;
	color:#fff;
}


#picture {
	background-repeat: no-repeat;
	width: 247px;
	height: 330px;
	float: left;
}

#separator {
	width: 100%;
	height: 8px;
	background-color: #CCCCCC;
}


#footer-Links {
	 clear:none;
	 color:#000;
	 background-color:#fff;
	 height:1.25em;
	 font-size:1em;
	 border-bottom:5px solid #FFF;
	 padding:5px;
}
 
#footer-Links a {
	 color:#000;
 	text-decoration:none;
}
 
#footer-Links a:hover {
	 color:#000;
	 text-decoration:underline;
}