@charset "utf-8";

#wrapper {
    margin-left : auto;
    margin-right : auto;
    width : 960px;
    height : 100%;
}
#header {
    background-color : inherit;
    width : 960px;
    height : 30px;
    margin : 0;
    padding : 0;
    text-align : center;
}
#header2 {
    background-image:url(../IMG/header08.png);
    background-repeat:no-repeat;
    width : 965px;
    height : 90px;
    margin : 0;
    padding-top : 9px;
}
#menu {
    background-color : inherit;
	position:fixed;
    display : block;
    margin : 0;
    padding : 0;
    width : 190px;
    height : 450px;
    float : left;
}
#container {
	background-image:url(../IMG/sfondo_testo08.png);
    width : 748px;
    height : auto;
    margin-top : 21px;
    padding-right : 10px;
    float : right;
    margin-left : 5px;
    border : solid;
    border-color : #336666;
    border-width : 3px;
}
#text {
	background-color:inherit;
	width:auto;
	height:auto;
	font-family: "Comic Sans MS", cursive;
	color : #336666;
    font-size : 14px;
    font-weight : 600;
    line-height : 22px;
	letter-spacing:1px;
	margin-top : 20px;
	margin-left : 20px;	
	text-align : left;
}
#container1 {
    background-color : inherit;
    width :auto;
    height :auto;
    margin-top : 10px;
    float : left;
    margin-left : 20px;
	margin-right: 20px;
    text-align: justify;
    font-family: "Comic Sans MS", cursive;
	color : #336666;
    font-size : 15px;
    font-weight : 600;
    line-height : 22px;
}
img {
    float : left;
    margin : 5px 5px 5px 5px;
	border: solid;
    border-color:#336666;
    border-width: 2px;
}
.elenco ul {
    margin : 0;
    padding : 0;
    list-style-type : none;
    font-style : normal;
    text-align : left;
    margin-top : 20px;
}
.elenco li {
    line-height : 50px;
}
.elenco a:link, .elenco a:visited {
    text-decoration : none;
    color : #336666;
    background-image : url(../IMG/Lineamenu08.png);
    background-repeat : no-repeat;
    display : block;
    padding-left : 14px;
    font-family : "Comic Sans MS", cursive;
    font-size : 13px;
    font-weight : 600;
}
.elenco a:hover {
    color : #abe7d5;
    background-image : url(../IMG/Lineamenu09.png);
    background-repeat : no-repeat;
}
h1 {
    font-family : "Comic Sans MS", cursive;
    font-size : 20px;
    font-style : normal;
    font-weight : 600;
}
h2 {
    font-family : "Comic Sans MS", cursive;
    font-size : 18px;
    font-style : normal;
    font-weight : 600;
}

