<div class="clearfix">
<div class="box margin-right" style="background-color:#bbb">
<h1>
Header1
</h1>
<div class="border">
<div>
<h3>
Container1
</h3>
Some text inside the box.
Some text inside the box.
Some text inside the box.
</div>
</div>
</div>
<div class="box margin-left" style="background-color:#ccc">
<h1>
Header2
</h1>
<div class="border">
<div>
<h3>
Container2
</h3>
Some text inside the box.
</div>
</div>
</div>
</div>