body, html {
    background-image: url(../images/gradient-background.png);
    background-color: #ffffff;
    background-repeat: repeat-x;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: Geneva,Arial,Helvetica,sans-serif;
}

body {
    min-width:836px;
}

#wrap {
    background-color: #ffffff;
    background-image: url(../images/piastrelle-background.png);
    background-repeat: repeat;
    margin:0 auto;
    width:836px;
}

#header {
    height: 159px;
    width: 100%;
    background-image: url(../images/home-header.png);
}

#sidebar {
    width: 353px;
    position: relative;
    float: left;
    padding-left: 45px;
}

#main {
    position: relative;
    width: 378px;
    top: -50px;
    margin: 0;
    padding: 0 30px 0 30px;
    float: right;
    text-align: justify;
}


#content {
    margin: 0;
    padding: 0;
}

#footer {
    clear: both;
    width: 100%;
    background-color: #009ee0;
    text-align: right;
    color: white;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: 10px;
}

#footer p {
    padding: 1px 5px 15px 1px;

}

.clear {
    clear: both;
}

#horizbar {    
    width: 460px;
    text-align: right;
    position: relative;
    top: 20px;
    right: -376px;
}

#horizbar br.clear {
    display: none;
}

#horizbar div.leftnav {
    float: left;
    background-color: white;
    margin: 2px 2px 2px 2px;
    padding: 0 10px 0 10px;
}

#horizbar div.leftnav a {
    padding: 0px;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    color: #488fb0;
}

#horizbar div.leftnav_act {
    float: left;
    background-color: white;
    margin: 2px 2px 2px 2px;
    padding: 0 10px 0 10px;
}

#horizbar div.leftnav_act a {
    padding: 0px;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    color: #488fb0;
}

#horizbar div.leftnav1 {
    display: none;
}

#horizbar div.leftnav2 {
    display: none;
}

div.csc-header, div.csc-textpicHeader {
    width: 408px;
    position: relative;
    background-color: transparent;
    margin: 15px auto 15px auto;
    padding: 0;
}

div.csc-header h1, div.csc-textpicHeader h1 {
    color: #e2001a;
    font-size: 16px;
    margin: 0;
    padding: 0 15px 0 15px;
    font-family: Geneva,Arial,Helvetica,sans-serif;    
    letter-spacing: 1px;
    word-spacing: 1px;
}

div.csc-header br,div.csc-textpicHeader br {
    display: none;
}

