Hi, I'm unable to test in anything other thent IE (friend won't download it..) but this works for IE7. Mix and match your FF version with this if FF doesn't comply 
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style>
#wrapper{width:780px;
margin:auto;
background-color:#FFFFFF;
}
#mainbody {
min-height:400px;
margin-left:10px;
margin-right:195px;
border-right:thin dashed #999999;
color: #666666;
background:green;
padding-right:10px;
}
#left {
float:right;
width:175px;
margin-left:10px;
margin-right:10px;
color:#666666;
background:blue;
font-size:11px;
font-weight:normal;
}
#right {
float:right;
max-width:185px;
background:red;
color: #666666;
font-size:11px;
line-height:15px;
}
</style>
</head>
<body class="home">
<div id="wrapper">
<div id="right"></div>
<div id="left">asdf asdf asdf asdf asdf asdf asdf asdf asdf asdf asdf asdf asdf asdf asdf asdf asdf
asdf asdf asdf asdf asdf asdf asdf asdf asdf asdf asdf asdf asdf asdf asdf asdf asdf asdf asdf asdf
asdf asdf asdf asdf asdf asdf asdf asdf asdf asdf asdf asdf asdf asdf asdf </div>
<div id="mainbody">asdf</div>
</body>
</html>
Bookmarks