.top{height:200px; background:grey;}
.main{height:600px;background:red;}
.left{height:600px;width:200px; background:blue; position:absolute;}
.right{height:600px;width:100%; background:green; margin:0 0 0 210px;position:absolute;}
.foot{height:100px; background:orange; clear:both;}
.main{height:600px;background:red;}
.left{height:600px;width:200px; background:blue; position:absolute;}
.right{height:600px;width:100%; background:green; margin:0 0 0 210px;position:absolute;}
.foot{height:100px; background:orange; clear:both;}
.top{width:100%;height:100px;background:gray;}
.main{width:100%;height:600px;background:red;}
.right{height:600px;background:green;margin:0 0 100px 210px;}
.left{width:200px;height:600px; background:blue;position:absolute;left:0; top:100px;}
.foot{width:100%;height:100px;background:yellow;}
.main{width:100%;height:600px;background:red;}
.right{height:600px;background:green;margin:0 0 100px 210px;}
.left{width:200px;height:600px; background:blue;position:absolute;left:0; top:100px;}
.foot{width:100%;height:100px;background:yellow;}
.top{width:100%;height: 100px;background:#999;}
.main{position:relative;width:100%;height:600px;overflow: hidden;background: red;}
.right{width: 100%;height:600px;background:black;position: absolute;margin-left: 210px;}
.left{ width:200px;height:600px;background:green;float:left;}
.main{position:relative;width:100%;height:600px;overflow: hidden;background: red;}
.right{width: 100%;height:600px;background:black;position: absolute;margin-left: 210px;}
.left{ width:200px;height:600px;background:green;float:left;}
.top{height:200px; background:#ccc;}
.left{float:left; background:blue;width:200px; height:800px; border-right:10px red solid;}
.right{margin:0 0 0 210px; background:#aaa;height:800px;}
.foot{height:100px;clear:both;background:yellow;}
<div class="left">left</div>
<div class="right">right</div>
.left{float:left; background:blue;width:200px; height:800px; border-right:10px red solid;}
.right{margin:0 0 0 210px; background:#aaa;height:800px;}
.foot{height:100px;clear:both;background:yellow;}
<div class="left">left</div>
<div class="right">right</div>