/*CSS for the footer*/

#footer{
clear:both;
float: left;
width:780px;
height:40px;
border-top: 1px dashed #999999;
margin: 20px 0 0 20px;
padding: 10px 0 0 0;
}

#footertxt{
font-size:0.8em;
color:#999999;
}

#footertxt a, #footertxt a:link, #footertxt a:visited, #footertxt a:active{
color:#999999;
text-decoration:none;
}

#footertxt a:hover{
color:#D11241;
text-decoration:underline;
}


