body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	color: #004c23;
	/* font-family: Arial, Helvetica, sans-serif; */
	/* font-size: 11pt; */
	text-align: left;
}



/* ---------------------------------------------------------- */
#header {
	width: 100%;
	background: url(../images/banner.png) #ffffff no-repeat left top;
	height: 80px;
	top: 0;
	left: 0;
}

#header a {
	position: absolute;    
	top: 0;    
	left: 0;    
	width: 500px;   
	height: 100px;
}


#header span {
	display: none;
}


a {
	color: #004c23;
	text-decoration: underline;
/*	background-color: black; */
/*	text-decoration: none; */
}

a:hover {
	color: green;
	text-decoration: underline;
}


#left {
	margin-left: 12px;
}

#footer {
	clear: both;
	float: left;
	margin-top: 10px;
	padding-top: 11px;
	width: 760px;
	height: 1%;
	background: url(../images/footer.jpg) no-repeat top left;
	text-align: left;
}

#footer #ecn {
	float: left;
	width: 160px;
}

#footer #wur{
	float: right;
	width: 235px;
}

#footer-txt {
	clear: both;
	float: left;
        font-size: 10px;
}