how to set layout in theme roller

how to set layout in theme roller

I am new to theme roller. I had experience of bootstrap where I use span to adjust the layout..
what should I do to adjust layout in theme roller?
for example..
I want to make left side bar width: 25% then  right side bar width:75%
same as in bootstrap I use to do.
<div class="row-fluid span12">
<div class="span3"
asdfsa
</div>
<div class="span9">
asdf
</div>
</div>
thanks