#container {
width:1000px;
margin:0 auto;
}
#header {
position:relative;
width:100%;
height:210px;
background:url(../pics/bg-header.jpg) no-repeat;
}
#content {
width:1000px;
}
#mainContent {
width:750px;
float:left;
}
#sidebar{
border-left:1px solid #e0e0e0;
border-top:1px solid #e0e0e0;
margin:25px 0 0 10px;
width:230px;
float:left;
}
#sidebar-borda {
border-left:1px solid #f8f6ec;
border-top:1px solid #f8f6ec;
width:229px;
float:right;
}
#footer {
position:relative;
float:left;
margin-top:20px;
width:100%;
height:107px;
clear:both;
background:url(../pics/bg-bottom.jpg) repeat-x left top;
}
#footer-int{
position:relative;
width:1000px;
margin:0 auto;
}
#interna{
margin:25px 0 0 10px;
min-height:530px;
width:730px;
border-right:1px solid #e0e0e0;
border-top:1px solid #e0e0e0;
}
/*** Internet Explorer 6 ***/
* html #interna {
height:530px;
}















