
This is what i want... But how can i build this using CSS and DIV's? I tried many tutorials, but it didn't came further than this:
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
background: #F0F0F0;
}
#wrapper {
padding: 1px;
margin: 0 auto;
}
#wrapper:after {
content: ".";
display: block;
clear: both;
height: 0;
overflow: hidden;
}
#left {
float: left;
width: 200px;
background: white;
padding: 5px;
}
#content {
margin-left: 215px;
background: white;
padding: 5px;
padding-left: 10px;
}