div.content{
display: inline-block;
width:400px;
height:300px;
background-color:grey;
border-style:solid;
border-width:5px;
}

div.imageBorder{
    position:relative;
    width:180px;
    border-style: solid;
    border-width:5px;
    float:left;    
}
div.text{
font-size:20px;
position:relative;
}
div.desc{
position:relative;
top: -3px;
border-style:solid;
border-width:5px;
width:394px;
height:180px;
}
