@charset "utf-8";

#wrapper {
    margin-left : auto;
    margin-right : auto;
    margin-top : 10px;
    width : 960px;
    height : 100%;
}
#header {
    background-color : inherit;
    width : 960px;
    height : 20px;
    margin : 0;
    padding : 0;
    text-align : center;
}
#header2 {
    background-image:url(../IMG/header11.png);
    background-repeat:no-repeat;
    width : 965px;
    height : 95px;
    margin : 0;
}
#menu {
    background-color : inherit;
    position : fixed;
    display : block;
    margin : 0;
    padding : 0;
    width : 190px;
    height : 450px;
    float : left;
}
#container {
    background-image:url(../IMG/sfondo_testo07.png);
    width : 750px;
    height : auto;
    margin-top : 30px;
    padding-right : 10px;
    float : right;
    margin-left : 5px;
	border : solid;
    border-color : #006699;
    border-width : 3px;
}
#container1 {
    background-color : inherit;
    width : 48%;
    height : auto;
    margin-top : 20px;
    float : left;
    margin-left : 10px;
    text-align : left;
    font-family : "Comic Sans MS", cursive;
    font-size : 15px;
    font-weight : 600;
    line-height : 18px;
	color:#006699;
}
img {
    float : left;
    margin : 5px 5px 5px 5px;
}
#container2 {
    background-color : inherit;
    width : 48%;
    height : auto;
    margin-top : 20px;
    float : right;
    font-family : "Comic Sans MS", cursive;
    font-size : 15px;
    font-weight : 600;
    margin-left : 7px;
    padding-left : 13px;
    text-align : left;
    line-height : 18px;
	color:#006699;
}
.elenco ul {
    margin : 0;
    padding : 0;
    font-family : "Comic Sans MS", cursive;
    font-weight : 600;
    font-size : 13px;
    list-style-type : none;
    font-style : normal;
    text-align : left;
    margin-top : 30px;
}
.elenco li {
    line-height : 50px;
}
.elenco a:link, .elenco a:visited {
    text-decoration : none;
    color : #006699;
    background-image : url(../IMG/Lineamenu02.png);
    background-repeat : no-repeat;
    display : block;
    margin-left : 5px;
    padding-left : 15px;
}
.elenco a:hover {
    color : #fbe8d7;
    background-image : url(../IMG/Lineamenu07.png);
    background-repeat : no-repeat;
    margin-left : 5px;
}
h1 {
    font-family : "Comic Sans MS", cursive;
    font-size : 17px;
    font-style : normal;
    font-weight : 600;
}

