.wrapper{
width:550px;
height:auto;
}
.item-row{
 width:550px;
 height:125px;
}
.item-box-left{
width:225px;
height:125px;
float:left;
}
.item-box-right{
width:225px;
height:125px;
float:right;
}
.clear{
clear:both;
}
.info{
font-size:18px;
font-weight:bold;
}
a{
color:blue;
text-decoration: underline;
}
a:hover{
color:navy;
text-decoration: none;
}