html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	background-color: #222222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
	background-image: url(immagini/bck-main.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#distance { 
	width:1px;
	height:50%;
	background-color:#222;
	margin-bottom:-290px;
	float:left;
	}
#outer {
	height: 100%;
	min-height: 100%;
	width: 880px;
	margin: auto;
	position: relative;
	background-color: #62594A;
}
#main {
	margin:0 auto;
	position:relative;
	text-align:left;
	height:580px;
	width:880px;
	clear:left;
	background-color:#d9d9d9;
}
#header {
	width : 872px;
	height : 20px;
	background-color: #ACA291;
	text-align: right;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
#header a, #header a:link, #header a:visited {
	color: #222222;
	text-decoration: none;
}
#header a:hover, #header a:active, #header a:focus {
	color: #EBEBEB;
	text-decoration: none;
}
#content {
	width : 880px;
	height : 540px;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EBEBEB;
	line-height: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ACA291;
	background-color: #62594A;
	left: 1px;
	top: 28px;
}
#content a:link, #content a:visited  {
	color: #EBEBEB;
	text-decoration: none;
}
#content a:hover {
	color: #EBEBEB;
	text-decoration: underline;
}
h1 {
	font-size: 18px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ACA291;
	text-align: left;
}
.rassegnaTitolo {
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 6px;
}

p, form {
	margin: 0px;
	padding: 0px;
}
/* Moduli */
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}
input.submit {
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.25em;
	background-color: #F2FAFD;
	background-repeat: repeat-x;
	color: #333333;
	font-size: 75%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
input.submit:active {
	border: 3px double #CCCCCC;
	border-top-color: #999999;
	border-left-color: #999999;
}
.textinput, .textinputHovered {
	height:22px;
	border:none;
	padding:4px 8px;
	background-image: url(immagini/textfield_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #62594A;
	width: 200px;
}
.textinputHovered {
	background-position:left bottom;
}
.textarea, .textareaHovered {
	border:none;
	padding:4px 8px;
	background-color: #62594A;
	background-image: url(immagini/textarea_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 156px;
	width: 199px;
}
.textareaHovered {
	background-position:left bottom;
}
.matrimonio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #897C67;
}

