.call-to-action {
font-size: 150%;
font-weight: bold;
text-align: center;

}

.call-to-action a {
color: #FF5E9E;

}

ul.portfolio-usps {
list-style: none;
clear: both;
width: 500px;
padding: 0;
margin: 0;
margin-top: 20px;
}

ul.portfolio-usps li{
width: 200px;
float: left;
border: 1px solid #FF5E9E;
padding: 10px;
height: 105px;
margin-bottom: 25px;
}

ul.portfolio-usps li strong{
font-size: 120%;
font-weight: bold;
color: #000;
}

ul.portfolio-usps li span.important{
font-size: 120%;
font-weight: bold;
color: #FF5E9E;
}

#column-one {
width: 510px; float: left;
}

#column-two {
width: 200px; float: right;
}