@charset "UTF-8";
/* CSS Document */
/*stili per il layout fisso con altezza minima*/
html,body{
margin: 0;
padding:0;
height:100%;
}

body{
font-family: arial,sans-serif;
font-size: 76%;
text-align: center;
background-color:#8c7f6f;
}

div#container{
position:relative;
width: 800px;
height: 100%;
margin: 0 auto;
text-align: left;
background-color:#FFFFFF;
}
	
body>div#container{height:auto;min-height:100%}

div#header{
background-image:url(../images/sfondo_header_m.jpg);
background-repeat:no-repeat;
height:249px;
}

div#menu {
width:107px;
float:left;
text-align:center;
border:#000099 solid 0px;
}

div#menu ul {
margin:0;
padding:0;
}

div#menu li {
width:102px;
height:25px;
margin-bottom:1px;
margin-left:7px;
margin-top:0px;
list-style:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-transform:uppercase;
line-height:25px;
letter-spacing:1px;
}

div#menu li a{
color:#FFFFFF;
text-decoration:none;
}

div#menuoriz {
display:block;
width:800px;
height:20px;
background-color:#CCCCCC;
}



div#content{
padding: 1em 1em 8em;
background-color:#FFFFFF;
text-align:justify;
}
div#content-home{
padding: 1em 1em 8em;
background-color:#FFFFFF;
text-align:justify;
height:20px;
}

div#content a {
text-decoration:none;
color:#000000;
font-weight:bold;
}
div#content a:hover {
text-decoration:underline;
}


div#footer{
position: absolute;
bottom:0;
width: 100%;
padding: 0.3em 0;
background-color: #fff;
text-align:center;
border-bottom:#660000 solid 2px;
border-top:#660000 solid 2px;
}

div#footer a {
text-decoration:none;
color:#000000;
font-weight:bold;
}
div#footer a:hover {
text-decoration:underline;
}

.title {
color:#8a0101;
font-size:14px;
}

.painting_title {
color:#000;
font-size:16px;
font-weight:bold;
}

.painting_subtitle {
color:#000;
font-size:14px;
font-weight:bold;
font-style:italic;
}

/*------------------INDEX-----------------------*/
div#testo {
width:535px;
float:left;
text-align:justify;
background-color:#FFFFFF;
word-spacing:1px;
}

div#immagine {
width:231px;
height:505px;
float:right;
/*padding:0;
margin:0;
margin-top:0px;
*/background-image:url(../images/immagine_index_.jpg);
background-repeat:no-repeat;
background-color:#FFFFFF;

}

#colorgreen { color:#009900;}
#colorred {color:#CC0000;}

