@import url("reset.css"); /* css reset */

#container {
width:1003px;
margin:0 auto;
background:url(../pics/bg.jpg) repeat-y left top;
}
#top {
width:1003px;
height:20px;
background:url(../pics/top.jpg) no-repeat;
}
#page {
width:965px;
margin:0 auto;
}

/*** header ***/

#banner {
width:100%;
height:164px;
background:url(../pics/carregando.gif) no-repeat center center;
}
#banner div.link {
cursor:pointer;
position:relative;
width:215px;
height:160px;
}
#nav {
width:100%;
height:41px;
background:url(../pics/bg-nav.jpg) no-repeat;
}
#content {margin:9px 2px 0 2px;}

/*** mainContent ***/

#mainContent {
width:684px;
float:left;
}
#col01, #col02 {
float:left;
width:322px;
display:inline;
margin-left:22px;
}
#col01 {margin-left:12px;}

/*** sidebar ***/

#sidebar {
border:2px solid #dfdfdf;
width:251px;
float:right;
margin:0 12px 0 0;
display:inline;
background:url(../pics/bg-box.jpg) repeat-y left top;
}

/*** footer ***/

#footer {
margin-top:15px;
width:100%;
float:left;
}

/*** bot ***/

#bot {
width:1003px;
height:25px;
background:url(../pics/bot.jpg) no-repeat;
clear:both;
}