/* Last Updated 28.03.06
Style creato da JointKlat "Daniele Papperini" daniele.papperini@fastwebnet.it
Tutte le informazioni sono state reperite da questi siti:
http://www.w3.org/Style/CSS/
*/
body {
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-top: 20px;
	margin-bottom: 20px;*/
	text-align: center;
	background: #FFF9E5/*#F5F5F5*/;
	/*position: relative;*/
	margin: auto;
	/*margin-left: 25%;
	margin-right: 30%;*/
	bottom: 10px;
}
#all {
	/* border: 1px solid #BEB9AA;
	FIXED IE - Mozilla */
	position: absolute;
	margin: auto;
/*	margin-left: 5%;
	margin-right: 5%;*/
	width: 637px;
	min-height: 600;
	height: auto !important;
	height: 600px;
	top: 10px;
	text-align: center;
	left: 12%;
	right: auto;
}
#logo{
	/*background: #8BAC5F;*/
	text-align: left;	
	/*border: 1px solid #B63E07;*/
}
/* style downsite */
#downsite {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	background-color: #BEB9AA;
	color: #FFF9E5;
	font-weight: bold;
	right: 0px;
	border-top: 1px solid #BEB9AA;
	border-right: 1px none #BEB9AA;
	border-bottom: 1px solid #BEB9AA;
	border-left: 1px none #BEB9AA;
	padding-top: 1px;
	padding-bottom: 1px;
	height: auto;
	text-align: center;
	width: 100%;
position:relative;
	
}
#greyverti {
	position: absolute;
	background-color: #BEB9AA;
	width: 41px;
	height: 428px;
	left: 50px;
	top: 120px;
	/*right: 50px;*/
}
#greyori{
	position: absolute;
	/*background-image: url(grayoriz.jpg);*/
	width: 280px;
	height: 11px;
	left: 289px;
	top: 56px;
	/*border-bottom: 1px solid #B63E07*/
}
#menu{
	/*background-color: #ADADAD;
		background-image: url(menu_sbar.jpg);*/
	/*border: 1px solid #B63E07;*/
	position: absolute;
	top: 95px;
	left: 91px;
	/*text-align: center;*/
	font-weight: bold;
	/*height: 10px;*/
	width: 350px;
/*	margin: 0 150px 0 150;*/
}
#centroin{
	background-color: #FFF9E5;
	width: 520px;
	height: 500px;
	position: relative;
	left: 215px;
	text-align: left;
	/*padding-right: 5px;
	padding-left: 5px;*/
	/*margin-right: 20px;
	margin-top: 15px;
	margin-left: 25px;*/
	/*border: 1px solid #B63E07;*/
}
#centro{
	background-color: #FFF9E5;
	width: 515px;
	height: 500px;
	position: absolute;
	left: 115px;
	text-align: left;
	/*padding-right: 5px;
	padding-left: 5px;*/
	/*margin-right: 20px;
	margin-top: 15px;
	margin-left: 25px;*/
	/*border: 1px solid #B63E07;*/
}
#photo{
	/*background-color: #9CC26B;*/
/*	width: 95px;
	height: 120px;*/
	position: absolute;
	left: 0px;
	text-align: center;
	margin: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 2px dashed #BEB9AA;
	border-bottom: 2px dashed #BEB9AA;
	border-right: 2px dashed #BEB9AA;
	border-left: 2px dashed #BEB9AA;
	width: 100px;
	height: 400px;
}
/*
#photo a {
	background-color: #BDB76B;
	width: 95px;
	height: 120px;
	position: relative;
	left: 250px;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #B63E07;
}
#photo a:hover {
	background-color: #BDB76B;
	width: 95px;
	height: 120px;
	position: relative;
	left: 250px;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #B63E07;
}
*/

/* Questi sono gli <a> link generali */
a:link {
	text-decoration: none;
	color: #000000;
	float: none;
	font-weight: bold;
}
a:visited {
	color: #000000;
	text-decoration: none;
	float: none;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	float: none;
	font-weight: bold;
	color: #8A99A0;
}
a:active {
	text-decoration: none;
	color: #000000;
	float: none;
	font-weight: bold;
}
