#bottom-row {
	width:100%;
	background-color: #2d2926;
}

#bottom-box1 {
    margin-left: 10px;
}

#bottom-box3 {
    padding-top: 2px;
	background: none;
}

.bottom-box {
	background-color:#3f3a35;
	height:55px;
	width:30%;
	color:#e2dfdd;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	height:60px;
	overflow:hidden;
	border-radius: 10px;
    float: left;
	padding: 8px;    
}

.bottom-box h3 {
	margin:0;
	color:#aabcc8;
	font-weight:bold;
	font-size: 14px;
	text-transform:uppercase;
}

.bottom-box p {
	line-height:1.1;
}

.bottom-box a {
	color:#e2dfdd;
}

.bottom-box a:hover {
	color:#577386;
}

.bottom-box p {
    line-height: 1.1;
	font-size: 13px;
}