.bottom {
height:100px;
width:960px;
background-color:#474841;
float:left;
}

.footerlinks {
clear:left;
float:left;
height:50px;
width:780px;
border-bottom-width:1px;
border-bottom-style:solid;
border-bottom-color:#000;
padding-left:100px;
}

.footerlinks .footerbox {
width:230px;
padding-top:15px;
float:left;
}

.footerbox b {
	font-weight:400;
	width:230px;
	float:left;
	font-size: 0.9em;
}

.footerbox b a {
	color:#FFF;
	text-decoration: none;
}

.footerbox b a:hover {
	color: #FC0;
}

.footer {
height:30px;
width:960px;
color:#A7A37E;
text-align:center;
font-size:.9em;
background-color:#2F2F2B;
border-top-width:1px;
border-top-style:solid;
border-top-color:#4F4F49;
float:left;
clear:left;
padding-top:10px;
}
.bottom .footer a {
	color: #A7A37E;
	text-decoration: none;
}
.bottom .footer a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A7A37E;
}
