/* CSS Document */

/* CSS com 7 áreas editáveis */

#conteudo {width:980px; margin:0 0 20px 0; min-height:100px; position:relative; top: 120px; float:left; }
#colTop {clear:both; /*min-height:80px*/; margin-bottom:15px; width:100%; /*background-color:#0000FF;*/}
#colLeft {float: left;width:212px;  min-height: 145px; margin-right:5px; /*background-color:#0066CC;*/ }
#colRight {float: right; width:754px;   min-height: 145px; margin-left:9px; /*background-color:#0066CC;*/}
#contentAreas{float: left; width: 100%;}
#area1 {float: left; width: 405px; margin:0 10px 0 0px;}
#area2{float: right; width: 330px; margin:0 0 0 5px;}
#button1{float: left; width: 160px; margin-right: 5px}
#button2{float: right; width: 160px; margin-left: 5px}
#area2Bottom{clear:both; float:left; width: 100%; height: 100%; margin:10px 0}
#colBottom{float: left; width: 100%;clear:both; mar}


