#why_rush{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding:0px 0px 0px 0px;
	margin: 0px 5px 0px 5px;
	background-color: #151515;
	width:200px;
	float: right;
}

#why_rush p{
	margin: 0 5px 0 5px;
}

.gold {
	color: #ffcc00;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	}

#facebook {
	text-align: center; 
	margin: 0 5px 0 5px;
}

#facebook img{
	height: 30px;
	padding-bottom: 15px;
}

.sections_content{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #151515;
	margin: 2px 5px 0px 0px;
	border: 0px solid #333333;
	text-align: left;
	float: left;
	position: relative;
	width: 32.6%;
	overflow: hidden;
	display: inline;
}

#boxes .sections_content{
	height: 145px;
}
#lower_boxes .sections_content{
	height: 400px;
}

.sections_content h3{
	background-color: #030303;
	margin: 0 5px 0 5px;
	padding-left: 10px;
	
}

.sections_content h1{
	text-align: center;
}

.sections_content p.capsule{
	padding: 5px 0px 10px 20px;
	margin-bottom: 10px;
	background-color: #303030;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
.sections_content a.capsule:hover{
	background-color: transparent;
	}

#boxes, #lower_boxes{
	float:left;
	padding-bottom:10px;
	width:100%;
}

.sections_content p, .sections_content h3{
	margin: 0 10px 0 10px;
	
}