#container {
width:1000px;
margin:0 auto;
}
#header {
position:relative;
width:100%;
height:262px;
background:url(../pics/header.jpg) no-repeat;
}
#content {
width:758px;
float:left;
display:inline;
margin-left:18px;
}
#mainContent {
margin-top:15px;
width:746px;
margin:30px auto 0 auto;
background:url(../pics/mainContent-contorno-bg.jpg) repeat-y left top;
}
#sidebar {
width:223px;
float:right;
}
#footer {
position:relative;
width:100%;
height:75px;
clear:both;
background:url(../pics/footer.jpg) no-repeat left top;
}
#footer address {
padding-top:40px;
text-align:center;
font:normal 0.70em tahoma, arial;
color:#1c6dae;
}
