/* $Id$ */

#footer{
    background-color: #E4E4D3;
    text-align: center;
    padding: 4px;
	color: #585A3F;
}

#footer a:link{
	color: #585A3F;
	text-decoration: none;
}

#footer a:visited{
	color: #585A3F;
	text-decoration: none;
}

#footer a:hover{
	color: #585A3F;
	text-decoration: underline;
}

*html #footer{
    height: 13px;
}

#iBaseText{
    float: left;
}

#iBaseLogo{
    float: left;
    margin-right: -100px;
}

*html #iBaseLogo{
    margin-bottom: -4px;
}

