.box
{
        width:27%;
        float:left;
        margin-right:10px;
        min-height:100px;

}

.box1
{		
		float:left;
        width:35%;
		border-right:solid 1px #ddd;
}

.box2
{
        width:32%;
}

.box3
{
        float:right;
		border-left:solid 1px #ddd;
}


code 
{
	white-space: normal;
	border: none;
}


#clear
{
	clear:both;
}