Column One
<style>
body{
text-align:center;
}
.container{
width:752px;
margin-left:auto;
margin-right:auto;
border:1px solid #AD9482;
}
.c1{
width:250px;
float:left;
text-align:left;
background-color:#e0e0e0
}
.c2{
width:250px;
float:left;
text-align:left;
background-color:#d0d0d0
}
.c3{
width:250px;
float:left;
text-align:left;
background-color:#c0c0c0;
}
</style>
Column Two
<div class="container">
<div class="c1">Column One</div>
<div class="c2">Column Two</div>
<div class="c3">Column Three</div>
</div>
Column Three
Although we have three columns they only stretch to the height of the contents.