/* CSS Ri.Gi. by Geniusmac.com */

/*PAGE LAYOUT*/
body { background-color: #ffffff;}

img { border-width: 0px; }

#contenitore { background-color: transparent;
   margin: 0 auto;
   padding: 0px;
   width: 750px;
   height: 550px;
  }

#logo { background-color: transparent;
   margin: 0 auto;
   padding: 0px;
   width: 451px;
   height: 451px;
   vertical-align: middle;
   }

#menu { background-color: transparent;
   width: 100%;
   height: 30px;
   margin-bottom: 0px;
   cursor: pointer;
   float: left;
   margin-top: 90px;
   }

#menuprofilo { background-color: transparent;
   width: 100%;
   height: 40px;
   margin-top: 50px;
   cursor: pointer;
   float: left;
   }

#menuprofilohome { background-color: transparent;
   width: 100%;
   height: 40px;
   margin-top: 0px;
   cursor: pointer;
   float: left;
   }

#galleria_sinistra { background-color: transparent;
   width: 430px;
   height: 450px;
   float: left;
   }

#galleria_destra { background-color: transparent;
   width: 450px;
   height: 450px;
   float: right;
   border-left: dotted 1px #4C4C4C;
   margin-top: 40px;
   }

#quadro_destro { background-color: transparent;
   width: 450px;
   height: 560px;
   float: right;
   margin-top: 0px;
   }

#galleria { background-color: transparent;
   padding: 10px;
   line-height: 15px;
text-align: center;
vertical-align: middle;
   }
#galleria img { margin: 10px;
}

#testosinistro { background-color: transparent;
float: left;
height: 80%;
width: 400px;
border-right: dotted 1px #000000;
padding-left: 10px;
padding-right: 10px;
}
#testodestro { background-color: transparent;
float: right;
height: 80%;
width: 400px;
padding-left: 10px;
padding-right: 10px;
}

#testocentro { background-color: transparent;
width: 100%;
margin-top: 20px;
float: right;
}

/*TEXT STYLES*/
.centrato { text-align: center; }
.sinistra { text-align: left; }
.destra { text-align: right; }
.giustificato { text-align: justify; }

.grassetto { font-weight: bold; }
.corsivo { font-style: italic; }
.sottolineato { text-decoration: underline; }

p { font-family: "Trebuchet MS", Arial,  sans-serif; font-size: 0.7em ; color: #7F7F7F ; text-align: center; }
h1 { font-family: "Trebuchet MS", Arial,  sans-serif; font-size: 1.2em ; color: #0099FF ; text-align: center; }
h2 { font-family: "Trebuchet MS", Arial,  sans-serif; font-size: 1.1em ; color: #000000 ; text-align: center; }
h3 { font-family: "Trebuchet MS", Arial,  sans-serif; font-size: 0.95em ; color: #000000 ; text-align: center; }

.menutxt { font-family: "Myriad Pro", Arial,  sans-serif; font-size: 0.8em ; color: #999999 ; text-align: center; font-style: italic;}

.testobianco { color: #ffffff; }

/* Link CSS */
a  { text-decoration: none ; color: 
			#4c4c4c ; 
			background-color: transparent; }
			
a:hover  { text-decoration: none ; color: 
			#0099FF; 
			background-color: transparent;}
