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

body {
	background-color:	#75C14A;
	background-image: url(sfondo_body.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
}

.box_001 {
	display: block;
	margin: auto;
	width: 850px;
	text-align: left;
	position: relative;
}

a {
	text-decoration: none;
}

img {
	border: none;
}

/*		header
----------------------------*/

.header {
	width: 850px;
	height: 118px;
	background-image: url(sfondo_header.gif);
	background-repeat: no-repeat;
	background-position: 38px 5px;
	overflow: hidden;
	position: relative;
}

.header h1 {
	margin: -50px auto auto auto;
}

.header h2 {
	position: absolute;
	top: 100px;
	left: 55px;
	letter-spacing: 0.5px;
	font-size: 10px;
	font-weight: normal;
	color:	#A4A4A4;
	display: none;
}

.header span {
	display: none;
}

.enci {
	display: block;
	height: 100px;
	width: 100px;
	position: absolute;
	top: 5px;
	left: 540px;
}


/*		menu
----------------------------*/
.menu {
	display: block;
	border: 1px solid Green;
	border-width: 1px 0px 1px 0px;
	padding: 5px 0px 5px 5px;
	margin: 10px 40px 20px 40px;
	text-align: center;
}

.menu li {
	display: inline;
	padding: 0px 25px 0px 25px;
	list-style: none;
	font-size: 150%;
	font-weight: bold;
	font-family: Trebuchet MS, Tahoma;
	text-transform: uppercase;
}

.menu a {
	text-decoration: none;
/*	color: Green; */
	color:	#FF7B00;
}

.menu a:hover {
/*	color:	#FF7B00; */
	color: Green;
}

/*		paginetta
----------------------------*/
.paginetta {
	margin: 0px 40px 0px 40px;
	line-height: 180%;
	color: #696969;
}

.paginetta h2 {
	font-weight: normal;
	font-size: 17px;
	color: #FF7B00;
	text-align: right;
	margin: 0px 20px 0px 0px;
	border-bottom: 1px solid #FFDCB0;
}

.paginetta ul li {
	margin: 10px;
	list-style: square;
}

/*		home
----------------------------*/
.commento_home {
	float: right;
	width: 250px;
	padding: 0px 0px 0px 10px;	
	margin: 0px 50px 0px 0px;
}


.commento_home p  {
	margin: 30px 0px 0px 0px;
}

.commento_home a {
	text-decoration: none;
	color: #FF9E26;
}

.center {
	text-align: center;
}

/*		paginetta_canile
----------------------------*/
#paginetta_canile img {
	background-image: url(sfondo_foto.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding: 20px;
}


/*		footer
----------------------------*/
.footer , .subfooter {
	text-align: center;
	clear: both;
	color: Gray;
	margin: 10px 0px 10px 0px;
	font-size: 90%;
}

.footer a {
	text-decoration: underline;
	color: Gray;
}

.subfooter {
	color:	Silver;
}

.subfooter a {
	color: Silver;
	text-decoration: none;
}

.subfooter a:hover {
	color:	Green;
}


.center_home {
	text-align: center;
	margin: 30px auto 40px auto;	
	padding: 4px;
	background-image: url(bg_home.gif);	
	background-position: center;
	background-repeat: no-repeat;
}
