/* ------ */
/* SELETTORI DI TIPO*/
/* ------ */

* {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

body {
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	color: #210C06;
	line-height: normal;
	font-size: 13px;
	background-color: #FEA500;
}

a:link, a:visited {
	text-decoration: none;
	color: #5A150C;
}

a:hover, a:active  {
	text-decoration: none;
	color: #210C06;
}

p {
	font-size: 13px;
}

h1 {
	font-size: 13px;
	color: #5A150C;
}

h2 {
	font-size: 13px;
	color: #5A150C;
	font-weight: normal;	
}

h3 {
	font-size: 11px;
	color: #210C06;
	font-weight: normal;	
}

/* ------ */
/* ID E CLASSI*/
/* ------ */


.italic {
	font-style: italic;
}

#wrapper {
	width: 1000px;
	position: relative;
}

#head {
	position: absolute;
	left: 0px;
	top: 0px;
	}
		
#content_sx {
	text-align: justify;
	display: block;
	width: 280px;
	position: absolute;
	left: 395px;
	top: 170px;
}

#content_dx {
	text-align: justify;
	display: block;
	width: 280px;
	position: absolute;
	left: 705px;
	top: 170px;
}

#navigator {
	text-align: right;
	display: block;
	width: auto;
	position: absolute;
	left: 270px;
	top: 171px;
	line-height: 17px;
}


#login {
	text-align: right;
	display: block;
	width: auto;
	position: absolute;
	left: 319px;
	top: 328px;
}

#login a:link {
	color: #FEA500;
	text-decoration: none;
	background-color: #5A150C;
	padding: 3px;
}

#login a:visited {
	color: #FEA500;
	text-decoration: none;
	background-color: #5A150C;
	padding: 3px;
}

#login a:hover {
	color: #FEA500;
	text-decoration: none;
	background-color: #210C06;
	padding: 3px;
}

#login a:active {
	color: #FEA500;
	text-decoration: none;
	background-color: #210C06;
	padding: 3px;
}

#content_variante {
	text-align: justify;
	display: block;
	width: auto;
	position: absolute;
	left: 395px;
	top: 170px;
}

#footer {
	text-align: left;
	display: block;
	width: auto;
	position: absolute;
	left: 395px;
	top: 720px;
}
