Stretch Theme

hi. i need to create 3 div like to attachment pictute .
1 div in left(static).
1 div in right(static).
1 div in center(stretch)
i was create it width this code:


.rightmenu{ width:207px; float:right; background:#f98800;}

.leftmenu{ width:207px; float:left; background:#f98800;}

.content{margin-right:215px; margin-left:215px;}

<div class='rightmenu'></div>
<div class='leftmenu'></div>
<div class='content'></div>

but it have bug in IE 6,7,8. it healthy only in ff2

how can create it?