@charset "utf-8";

@import url("menu.css");

body.ver1{
background:#09C url(../gr/bkg1.jpg) fixed right top;
font-family:Georgia, "Times New Roman", Times, serif;
margin:0;
padding:0;
}
	
html {
height:100%; 
margin-bottom:1px;
}

a{
text-decoration:none;
color:#069;
}

a:hover{
text-decoration:underline;
color:#fff;
}

a img{
border:none;
}

#wrapper{
width:720px;
margin-left:auto;
margin-right:auto;
}

#testata{
width:720px;
height:150px;
margin-left:auto;
margin-right:auto;
float:left;

}
#corpo{
width:720px;
min-height:900px;
margin-left:auto;
margin-right:auto;
float:left;
background: url(../gr/int.png) no-repeat;
}

#contenuto{
width:420px;
margin-left:50px;
font-size:14px;
color:#347;
float:left;
display:inline;
}

h1.titolo{
font-size:20px;
color:#666;
font-weight:normal;
margin-top:45px;
border-bottom:2px solid #C00;
}

h2.sottotitolo{
font-size:13px;
color:#069;
margin-top:10px;
border-bottom:1px solid #069;
}

.imgSx, .imgDx, .imgCx, .imgSx2, .imgDx2{
padding:5px;
background-color:#FFF;
border:1px solid #069;
margin-bottom:5px;
}

.imgSx2, .imgDx2{
padding:14px 5px 5px 5px;
background:#FFF url(../gr/polaroid.gif) top left no-repeat;
}

.imgSx, .imgSx2{
float:left;
margin-right:15px;
}
.imgDx, .imgDx2{
float:right;
margin-left:15px;
}

.gal{
padding:14px 3px 3px 3px;
border:1px solid #DDD;
background:#FFF url(../gr/polaroid.gif) top left no-repeat;
margin-bottom:15px;
margin-right:15px;
float:left;
}

.paginazione{
height:22px;
width:400px;
border:1px solid #FFF;
text-align:center;
font-size:11px;
margin-bottom:15px;
float:left;
}
.pag{
float:left;
padding:2px;
margin:2px;
}
.nav{
background-color:#FFF;
padding:2px;
margin:2px;
float:right;
}
.nav a:hover{color:#C00;}

.box1{
border:1px solid #FFF;
font-size:11px;
padding:4px;
}

#extraDiv2 {
background-image:url(../gr/bottom.png);
background-repeat: no-repeat;
background-position: center;
height: 200px;
width: 100%;
position: fixed;
bottom: 0px;
z-index: 6;
float:left;
}

#credits{
width: 100%;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333;
font-weight:bold;
text-align:center;
bottom: 5px;
position: fixed;
}

#credits a{
color:#333;
}
