DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Layout 3 Columnas
// description of your code here
#container{
margin: 0 auto;
width: 960px;
}
#content{
padding: 0 35px;
}
#colMenu {
float: left;
margin: 0 30px 0 0;
width: 200px;
}
#main {
float: left;
width: 430px;
}
#sidebar {
float: right;
width: 200px;
}




