body {
margin:0;
padding:0;
font:11px "Trebuchet MS";
color:#333;
background: #fff url(images/sfondo.png);
}



#page {
width:800px;
margin:10px auto;
background: #fff;
border:1px solid #999;
}

#header {
clear:both;
width:800px;
height:180px;
background:url(images/header.png) no-repeat;
border-bottom:1px solid #999;
}

#header .min{
float:right;
display:inline;
width:160px;
height:130px;
margin:15px 5px 5px 5px;
text-align:center;
background:none;
border:0px dotted #fff;
}


#left {
clear:both;
float:left;
display:inline;
width:auto;
margin:10px 0 10px 15px;
text-align:justify;
background:#dedfde;
border:1px solid #999;
}

#right {
float:left;
display:inline;
width:auto;
margin:10px 0 10px 22px;
font:12px Verdana;
color:#000;
text-align:justify;
line-height:18px;
border:0px solid #999;
}

#foother {
clear:both;
width:800px;
height:38px;
font:10px Arial;
color:#000;
text-align:center;
line-height:36px;
background:url(images/foother.png) no-repeat;
border-top:1px solid #999;
}

#foother a:link, #foother a:visited{
font:10px Verdana;
color:#345e9b;
text-decoration:underline;
}

#foother a:hover{
font:10px Verdana;
color:#fff;
text-decoration:underline;
}


