body, html {
    background-color:#FFF;
}

div#container  {
    margin:0 auto;
    width:960px;
}

div.content {
    padding:5px 220px;
}

div#header {
   background: url(img/header.jpg) top right no-repeat;
   height:108px;
}

div#header ul{
        margin: 30px 60px 0;
        padding:0;
        float: right;
        list-style-image: url(img/freccina.gif);
}

div#header a{
    font-size: 90%;
    color: black;
    text-decoration: none;
}

#topbar {
    background: #045B9E;
}

#topbar a, #topbar a:active, #topbar a:visited, #bottomlinks a, #bottomlinks a:active, #bottomlinks a:visited  {
    color: white

}


#breadcrumb {
    border-bottom:1px solid #efefef;
}

div.column {
    width: 211px;
}
div#leftcolumn {
    margin-left:0px;
}
div#righttcolumn {
        margin-right:0px;
}

#leftcolumn.column.menu h3, #rightcolumn.column.menu h3 {
    background: white url(img/menu_top.gif) top left no-repeat;
    color: black;
    font-weight: normal;
    padding:27px 0 5px 20px;
    text-transform: uppercase;
}

div.menu div.menucnt {
    background: white url(img/menu_center.gif) top left repeat-y;
    border: none;
    margin-bottom:0px;
    padding: 6px 12px;
}
.menucnt_bottom {
    background: white url(img/menu_bottom.gif) bottom left no-repeat;
    height: 23px;
}

.menu form .buttons {
    background-color: transparent;
    border-top:1px solid #D5D5D5;
}


/* bottom */
#footer {
    border: none;
    border-top: 20px solid white;
}

