@charset "utf-8";
/* CSS Document */

/* Selettore universale*/

* {
	/*line-height: 175%;*/
	line-height: 200%;
}

body {
	/* testo dimensionato a 10px: (16px * .625 = 10px)
	dato che ogni browser parte con un testo alto 16px = 100%*/
	font-size: 62.5%;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#141300;
}

/* Reset di tutti gli elementi (per poterli uniformare in ogni browsers */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, form {
	margin: 0;
	padding: 0;
	/*letter-spacing: 0.1em;*/
	color:#FFFDD9;
	text-align:justify;
	
}

/* Spaziatura fra gli elementi block */
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, blockquote, form, label, legend, fieldset {
	/*margin-bottom: 1.5em;*/
}

ol, ul, li {
	list-style:inside;
}

img {
	display:block;
	float:left;
	border-width:0;
}

a:link, a:visited {
	color: #9ea54c;
	text-decoration:underline;
}
a:hover, a:active {
	color: #9ea54c;
	text-decoration:line-through;
	
}


/*****************************************************************************************/

#container {
	height: auto;
	width: 960px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	
}

/* MAIN */

#left {
	float: left;
	height: 100%;
	width: 155px;
	
}
#middle {
	height: 100%;
	width: 550px;
	float: left;
}
#right {
	float: left;
	width: 255px;
	height: 100%;
}

/* MAIN*/

/* MIDDLE */

#nav {
	height: 90px;
	width: 550px;
	float:left;
}
.tasto {
	height: auto;
	width: auto;
	float: right;
}

#title {
	height: 68px;
	width: 550px;
	float:left;
	padding-top:22px;
}
#content {
	padding-top:60px;
	height: auto;
	width: 550px;
	float:left;
}
#footer {
	height: auto;
	width: 550px;
	float:left;
	margin-bottom:30px;
	margin-top:50px;
	border-top: 3px dashed #FFFDD9;
}

#footer p{
	padding-top:25px;
}

#footLeft {
	float: left;
	height: auto;
	width: 272px;
	border-right: 3px dashed #FFFDD9;
}

#footRight {
	float: left;
	height: auto;
	width: 272px;
	border-right: 3px dashed #FFFDD9;
}


/* MIDDLE */

h1 {
	font-size: 5em;
	color:#9ea54c;
}

p {
	
	font-size:1.1em;
}

/* LISTE */

li {
	
	font-size:1.1em;
	margin-bottom:10px;
}

 li li {
	
	text-indent:25px;
	font-size:1em;
	margin-bottom:0px;
}

li ul {
	
	margin-top:5px;
}

/* LISTE */

