

html {
    /* non-ie browsers short page fix */
    margin-bottom: 1px;
    height: 100%;
}

body {
    margin : 0;
    background-color: #DCE0D9;
    background-image: url('/templates/utente/body.png');
    background-repeat:repeat-x;

}

#logo {
    margin-top: 10px;
    margin-left:20px;
    float: left;
}


#container {
    background-color: transparent;
    width: 900px;

    margin: 0px auto 0px auto;
}

#header {
    background-image: url('/templates/utente/header.jpg');
    background-repeat: no-repeat;
    height: 72px;

}
#header_flags {
    background-image: url('/templates/utente/header_dx.jpg');
    background-repeat: no-repeat;
    width:230px;
    height:72px;
}

#header_flags .flags {
    height:25px;
    margin-top: 3px;
    margin-left: 25px;
}

#header_flags .flags img {
    padding-right: 2px;
}

#wrapper {
    background-color: white;

}

#pathway {
    height: 23px;
    background-color:#6B6A65;
    padding-top: 6px;
}

#pathway span {
    color: white;
    margin-top: 8px;
    margin-left: 13px;
    font-size: 10px;
}


#title {
    background-image: url('/templates/utente/bg_sopra_img_dx.gif');
    background-repeat: no-repeat;
    height: 31px;
    background-color:#397DAD;
    background-position: right;
}

#title .title {
    font-size: 15px;
    color: white;
    font-weight: bold;
    padding-top: 6px;
    padding-left: 8px;
}

#title .info {
    font-size: 11px;
    font-weight: bold;
    color: white;
    padding-top: 10px;
    padding-right: 10px;
}

#content {
    width: 700px;
}


#left_col {
    width: 200px;

}

#footer {
    background-color: transparent;
    height: 26px;
    width: 900px;
    margin: 0px auto 0px auto;
}

.footer_corner {
    width: 17px;
    height: 26px;
    background-color: transparent;
}

.footer_center {
    width: 866px;
    height: 26px;
    background-color: white;
}


#copyright {
    margin: 0px auto 0px auto;
    width: 900px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: left;
    color: #6a6a6a;
    font-size: 10px;
}

#mini_layout1col {
    padding: 10px 10px 0 10px;
    background-color: transparent;
    min-height: 290px;
}


#mini_layout2col {
    background-color:transparent;
    overflow:hidden;
    width: 700px;
    min-height: 290px;
}

#mini_layout2col .col_left {
    background-color:transparent;
    width:425px;
    border-right:255px solid #EAEBE7; /* The width and color of the rail */
    margin-right:-255px; /* Hat tip to Ryan Brill */
    float:left;
    padding: 10px 10px 0 10px;
}

#mini_layout2col .col_right {
    background-color:#EAEBE7;
    width:235px;
    float:right;
    padding: 10px;
}
