body
{
	font-family: Arial;
	font-weight:bold;	
	font-size: 10pt;
	background-color: #55684a;
}
/********* GRAFICA *********/
.main
{
	height:600px;
	width:600px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;	
}
#top	
{
	height:150px;
	background: url("../images/grafica/top.png") no-repeat  center;	
}
#left
{	
	float:right;
	width:450px;	
}
#menu
{	
	clear:right;
	float:left;
	width:150px;
	border:0px;
	margin:0px;
	padding:0px;
}
#bottom
{
	height:31px;
	width:600px;
	padding-left:30px;
}
.validationW3C
{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding:0px;
	border:0px;
	margin:1px;
}
.row
{
	width:450px;
	margin:0px;
	padding:0px;
}
img
{
	border:0px
}
/********* GRAFICA FINE *********/

/********* BOTTONI INIZIO *******/
.btn
{
	border: 1px solid #006;
	width:20px;
}
/********* BOTTONI FINE *******/

/********* LINK *********/
a
{	
	border:0px;	
}
a:hover
{
	cursor:pointer;
}
/********* LINK FINE *********/


/********* MENU *********/

.item
{
	width:150px;
	height:75px;		
	}
#itemNewPhoto
{
	position:absolute;
	height:75px;
	width:87px;
	margin-left:500px;
	z-index:2;	
}
/********* MENU  FINE *********/

/********* GALLERY *********/
.thumb
{
	border:3px solid #929292;	
	padding:5px;
	margin:auto;
	text-align:center;
	width:144px;
	}
.thumb:hover
{
	border:3px solid #FFFFFF;
	background:#CCCCCC; 
	padding:5px;
	cursor:pointer;	
}
.gallery
{
	padding:5px;
	margin:5px;
	width:100%;
	margin:0px;
}
/********* GALLERY FINE *********/
