@charset "utf-8";
body,html {
	height:100%;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 18px;
	font-size: 12px;
	background-color: #ab9d90;
	background-position: center;
	background-image: url(img/bg.png);
	background-repeat: repeat-y;
	color: #333;
}
a {
	font-weight: bold;
	color: #900;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#logo {
	background-image: url(img/logo.png);
	height: 115px;
	width: 175px;
	margin-left: 50%;
	position: absolute;
	left: -82px;
	margin-top: 40px;
}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	background-image: url(img/bg_menu.png);
	letter-spacing: 2px;
	text-align: center;
	height: 45px;
	width: 100%;
	padding-top: 20px;
	color: #FFF;
}
#menu a {
	color: #FFF;
	text-decoration: none;
}
#menu a:hover {
	color: #FFF;
	text-decoration: underline;
}
#header {
	background-image: url(img/bg_header.png);
	text-align: center;
	height: 280px;
	width: 100%;
}
#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#slogan {
	background-color: #470000;
	text-align: center;
	height: 20px;
	padding-top: 5px;

}
#slogan h1 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #FFF;
	margin: 0px;
	letter-spacing: 1px;
}
#barra_titolo {
	background-image: url(img/bg_titolo.png);
	height: 40px;
	width: 100%;
}
#content {
	width: 650px;
	margin-left: 50%;
	left: -450px;
	position: absolute;
}
#content h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	letter-spacing: 1px;
	padding: 10px;
	width: 630px;
	background-image: url(img/bg_titolo.png);
	height: 20px;
}
#content h2 {
	font-size: 13px;
	font-weight: bold;
	color: #900;
	margin: 0px;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#content #testo {
	color: #333;
	padding: 10px;
	width: 630px;
	text-align: justify;
}
#content .img {
	float: right;
	border: 1px solid #333;
	padding: 2px;
	margin-left: 15px;
}
#colonna_dx {
	width: 250px;
	margin-left: 50%;
	left: 200px;
	position: absolute;
}
#colonna_dx h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	letter-spacing: 1px;
	padding: 10px;
	width: 230px;
	background-image: url(img/bg_colonna_dx.png);
	height: 20px;
}
#colonna_dx #testo {
	color: #333;
	padding: 10px;
	width: 230px;
}
#colonna_dx #testo_small {
	color: #333;
	padding: 10px;
	width: 230px;
	font-size: 10px;
	line-height: 14px;
}
#colonna_dx .img {
	border: 1px solid #900;
	padding: 2px;
}
.textfield {
	font-size: 11px;
	color: #900;
	width: 190px;
	border: 1px solid #333;
}
.textarea {
	font-size: 11px;
	color: #900;
	width: 505px;
	border: 1px solid #333;
}
.FBConnectButton .FBConnectButton_Text, .FBConnectButton_RTL .FBConnectButton_Text {
	width: 199px;
}	
