div#footer {
   clear: both;       /* keep footer below content and menu */
   color: #fff;
   background-color: #FFBB22; /* same bg color as in header */
   border-top: 1pt solid black;
   line-height: 200%;
}

div#footer p a {
   color: black; /* needed becouse footer link would be same color as background otherwise */
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;       /* some air for footer */
   text-align: center;  /* centered text */
   margin: 0;
}


#footer a {
text-decoration:none;
color: white;
}
#footer a:hover {
text-decoration: underline; 
color: white;
}
#footer a:visited {
text-decoration:none;
color:white;
}


div#footer_sub {
width: 100%;
color: #999999;
}

ul#footer_sub {
/*border-top: 1px solid #3F947F;*/
/*width: 77.0em*/;
margin-left: auto;
margin-right:auto;
margin-top:0.08em;
line-height:2.67em;
list-style-type: none;
padding: 0em;
}

ul#footer_sub li {
display:block;
float:left; 
margin-right:0.75em;
padding-right:1.0em;
/* background-repeat:no-repeat; */
/* background-position:center right; */
/*background-image:url(/footer/footer_spacer.gif);*/
color:#919191;
font-size: 80%;
}


#footer_sub a {
text-decoration:none;
color: #999999;
}
#footer_sub a:hover {
text-decoration: underline; 
color: #666666;
}
#footer_sub a:visited {
color: #999999;
}