
body {
	background: #fff;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*margin: 0px;
	padding: 0px;*/
	
	
}

#box {
	position: relative;
	margin: auto;
        background-image:   url(skin_mon2/sfondo.gif);
        background-repeat: repeat-y;
	background-position: center;
	text-align: left;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0px;
}
#intestazione {
	width: 750px;
	height: 50px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#intestazione h1 {
	width: 750px;
	height: 50px;
	padding: opx;
	margin: 0px;
	background: url(skin_mon2/titolo.jpg) no-repeat;
}
#intestazione h1 span {display: none;}


#navigazione {
	width: 148px;
	position: absolute;
	top: 70px;
	left: 601px !important;
	text-align: right;
	margin: 0px;
	padding: 0px;
        padding-top:175px;
        min-height:400px ;
        height: auto !important;
        height: 400px;
        background: url(skin_mon2/flowers_tall.gif) top no-repeat;

}
/*menu principale*/
ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.menu li {
	font-weight: bold;
	width: 100%;
	display: block;
        border-bottom: 1px dotted #fff;
	}
ul.menu li a {
	text-decoration: none;
	color: #369;
	display: block;
	width: 100%;
	padding:0px;
	margin:0px;
        background-color: #99cc99;
	}
ul.menu li a:hover {
	text-decoration: none;
	color: #f00;
	background-color: #cce6cc;
}
ul.menu li.skiplink {
	display: none;
}

#principale {
	width: 600px;
        margin: 0px;
        padding: 0px;
        padding-top:50px;
        
	
}
#content {
	padding: 2px;
        min-height:400px ;
        height: auto !important;
        height: 400px;
}
#footer {
	width:600px;
	margin-top: 4px;
        background: #9c9;
}
h2 {
	text-align: right;
	padding-right: 20px;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	
	color: #069;
}

a:hover {
	color: #FF6600;
}

.left {
	float: left;
        margin:2px;
}
.right {
	float: right;
        margin:2px;
}
.center {float: center;
text-align: center;}
.image-box {
	font-style: italic;
	text-align: center;
}
.smaller {
    font-size: 70%
    }
