@charset "utf-8";
@import url(color.css);
@import url(reset.css);
@import url(typography.css);
/*- "Declarations in imported style sheets are considered to be before any declarations in the style sheet itself."  -*/
/*- http://www.w3.org/TR/CSS2/cascade.html#cascading-order (comma 4)                                                 -*/
/*----------------- layout.css ----------------------*/
/*------------------ layout ------------------------*/
html{
font-size: 100%; /* WinIE text resize correction */
}
body{
color: #444;
padding: 0;
margin: 0;
background:#fff url('../imgs/body.png') repeat-x left top;
font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
text-align: center;
}
#container{
margin: 0 auto;
padding:0 20px;
width:800px;
text-align: left;
overflow: hidden;
background:transparent url('../imgs/container.png') repeat-x 0px 200px; /*220 chiappa la linea*/
position:relative;
}
#header {
height:340px;
margin:0 auto;
padding:0px;
background:transparent url('../imgs/banner.png') no-repeat left top;
}
ul#nav{
width:525px;
list-style-type: none;
margin:0;
margin-top:-175px;
padding:0;
padding-top:33px;
border-bottom:3px dotted #336699;
text-transform: uppercase;
}
ul#nav li {
display: inline;
margin: 0;
}
#content{
float:left;
position:relative;
width:570px;
padding-bottom:15px;
}
#aside{
float:right;
margin-top:92px;
margin-bottom:20px;
top:0;
right:0;
width:180px;
padding:7px;
background-color:#E7E8F3;
font-size:12px;
border-radius: 12px;
}
#footer{
border-top:0.167em dotted #070842;
font-size: 10px;
line-height: 2 em;
padding:0 15px;
width: 770px;
margin: 0 auto; 
text-align: left;
overflow: auto;
}
