#container {
width:1000px;
margin:0 auto;
}
#header {
position:relative;
width:100%;
height:150px;
background:url(../pics/header-bg.jpg) no-repeat left top;
}
#topo-destaque {
position:relative;
width:100%;
height:270px;
}
#content {
width:100%;
padding:10px 0;
}
#leftSidebar {
width:420px;
float:left;
display:inline;
margin:20px 0 0 15px;
}
#rightSidebar {
width:530px;
float:right;
display:inline;
margin-right:15px;
}
#col01 {
width:970px;
margin:20px 0 0 15px;
}

#mainContent {background:url(../pics/bg-tt.gif) repeat-y left top;position:relative;}

div#internaSide {
position:absolute;
right:0;
bottom:0;
width:352px;
margin-right:15px;
}

#footer {
position:relative;
float:left;
margin-top:20px;
width:100%;
height:40px;
clear:both;
background-color:#003;
}
#footer address {
padding-top:8px;
text-align:center;
font:normal 0.70em tahoma, arial;
color:#fff;
}