
body {
    -moz-box-shadow: 0px 0px 6px #333;
    -webkit-box-shadow: 0px 0px 6px #333;
    box-shadow: 0px 0px 6px #333;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px 15px 15px 15px;
    padding: 0px;
}
#actual_background {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px 15px 15px 15px;
    padding: 0px ;
}
.top_background {
    font-family: Palatino, Times New Roman, serif;
    font-size: 13px;
    color: #000000;
    background-color: #DDD;
    font-weight: normal;
    /*    background-image: url(/common/images/bg-lluarea.gif);*/
    background-repeat: repeat-x;
    padding: 7px;
    height: 14px;
    text-align: right;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 10px 10px 0px 0px
}

/* next two for homepage */
.top_background a{
    font-family: Palatino, Times New Roman, serif;
    font-size: 13px;
    color: #606060;
    font-weight: normal;
    text-decoration: none;
}

.top_background a:hover{
    font-family: Palatino, Times New Roman, serif;
    font-size: 13px;
    color: #b4985a;
    font-weight: normal;
    text-decoration: none;
}

.top_background-active {
    font-family: Palatino, Times New Roman, serif;
    font-size: 13px;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}

.float-left {
    float: left;
}
.float-right {
    float: right;
}

#footer {
    background-color: #DDD;
    -moz-border-radius: 0px 1px;
    -webkit-border-radius: 0px 1px;
    border-radius: 0px 0px 1px 1px
}