

#footer {
    background: #fff;
    height: 120px;
    margin-bottom: 20px;
}

#footer div {
	position: relative;
    margin: 10px auto 10px auto;
	width: 951px;
	padding-top: 30px;
}

#footer dl {
	border: 1px solid white;
    /*padding-top: 30px;*/
}

#footer dl dt {
    display: block;
    float: left;
    width: 80px;
    margin-bottom: 5px;
    clear: both;
    font-weight: bold;
}

#footer dl dd {
    display: block;
    width: auto;
    float: left;
    margin: 0 5px 0 5px;
    padding: 0;
}

#footer dl dd a {
    padding: 0;
    margin: 0;
    color: #003399;
}

span.copyright {
	display: block;
	position: absolute;
	right: 0;
	top: 10px;
}

span.copyright a {
    color: #003399;
}