* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #e5e5e5;
}

#main {
	position: relative;
	width: 698px;
	margin: 0px auto 0px auto;
}

#header{
	width:698px;
	position:relative;
}

#header_alto{
	width:698px;
	position:relative;
	background:url(immagini/header_alto.gif) #FFFFFF no-repeat left top;
	height:70px;
}
#header_menu{
	width:698px;
	position:relative;
	background:url(immagini/header_menu.gif) #FFFFFF no-repeat left top;
	height:49px;
}

#voci_menu{
	padding-left:10px;
}

.voce_menu{
	float:left;
	width:136px;
	color:#7f4e58;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	padding-top:18px;
}

.voce_menu a{
	color:#7f4e58;
	text-decoration:none;
}
.voce_menu a:hover{
	color:#7f4e58;
	text-decoration:underline;
}

#header_basso{
	width:698px;
	position:relative;
	background:url(immagini/header.gif) #FFFFFF no-repeat left top;
	height:266px;
}

#center{
	width:698px;
	position:relative;
	background:#FFFFFF;
	float:left;
}

#center #sx{
	width:195px;
	float:left;
	background:#FFFFFF;
}

.box_grigio{
	width:195px;
	background:url(immagini/box_grigio.gif) #FFFFFF no-repeat left top;
	height:95px;
}
.box_rosa{
	width:195px;
	background:url(immagini/box_rosa.gif) #FFFFFF no-repeat left top;
	height:95px;
}

#center #dx{
	width:503px;
	float:left;
	background:#FFFFFF;
}

#sottoheader_dx{
	width:503px;
	background:url(immagini/sottoheader_dx.gif) #FFFFFF no-repeat left top;
	height:20px;
}

h1{
	margin-top:-10px;
	padding-left:10px;
	text-align:center;
	font-size:20px;
	color:#7f4e58;
}

.testo_interno{
	padding:10px;
	text-align:justify;
}

.testo_interno a{
	color:#000000;
	text-decoration:none;
}
.testo_interno a:hover{
	color:#7f4e58;
	text-decoration:none;
}

.gabbia_6{
	background:url(immagini/box_dx.gif) #FFFFFF no-repeat left top;
	height:515px;
}

.container_gabbia{
	padding-top:50px;
	height:515px;
}

.gabbietta{
	width:240px;
	height:150px;
	float:left;
	margin-left:5px;
}

.gabbietta .img_gabbietta{
	float:left;
	width:135px;
}

.gabbietta .testo_gabbietta{
	float:left;
	width:90px;
	padding:5px;
}

.gabbietta .testo_gabbietta .titolo_gabbietta{
	color:#7f4e58;
	font-weight:bold;
}

#pulisci_float{
	clear:both;
}

#footer{
	background:url(immagini/footer.gif) #FFFFFF no-repeat left top;
	width:698px;
	height:57px;
}