/* ------------------- Global Reset ------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, cite, code, em, img, q, small, strike, strong, sub, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}

/* ---------------- General Styles --------------- */
html,body{widht:100%;height:100%;}
body {
	font-family:"Trebuchet MS", Arial;
	font-size:62.8%;
	background:#e2effa;
}
a:link {
	text-decoration: underline;
	color:#56483f;
}
a:visited {
	text-decoration: underline;
	color:#56483f;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color:#56483f;
}
p{ 
	margin: 0 0 10px 0;
}
h1, h2, h3, h4{
	margin: 5px 0 10px 0;
	font-family:"Trebuchet MS", Arial;
}
h1 {
	font-size: 2.4em;
}
h2 {
	font-weight:normal;
	font-size: 1.2em;
	line-height:1.3em;
	color:#56483f;
}
strong{
	font-size:1.2em;

}
h3 {
	font-size: 1.4em;
}
h4{
	font-size: 1.2em;
}
label{
	font-size: 1.2em;
	line-height:1.3em;
	color:#56483f;
}
.skip, hr {
	position: absolute;
	left: -9999px;
}
.clear{
	clear: both;
}

/* ---------------- Layout --------------- */
.container{
	width:100%;
	margin:auto;
}
.menu{
	position:absolute;
	margin-left:20px;
	top:40px;
}
.text{
	margin:auto;
	width:511px;
	margin-top:5px;
	/margin-top:60px;
}
.content{
	width:950px;
	margin:auto;
}
.navigation{
	width:950px;
	height:100px;
	margin:auto;
	text-align:center
}
.scrittaNera{
}
.footer{
	width:100%;
	text-align:center;
}
.footer span{
	font-size:10px;
	color:#56483f;
}
.footer a{
	font-size:10px;
	text-decoration:none;
	color:#56483f;
}
.background{
	width:100%;
	height:400px;
}
.clear{
	clear:both;
}
.privacy{
	font-size:10px;
	color:#56483f;
}
.hidden{
	visibility:hidden;
}
.error{
	font-size:12px;
	font-weight:bold;
	display:none;
}

