/* CSS Giona1999 giugno 2007 */

* {border:0;
	margin:0;
	padding:0;
}

a {
	color:#6a5acd;
	text-decoration:none;
}

a:hover {
	color:#00008b;
	text-decoration:none;
}

body {

	background: url(img/sf1.jpg) no-repeat fixed left top;
  font:1em "Trebuchet MS", Arial, sans-serif;
}

#header
 {
 	height:90px;
	margin:0 auto;
	width:731px;

}

#header h2 {
  font-family: Papyrus, Verdana, sans-serif;
	color:#8b4516;
	font-size:400%;
	text-align:center;
	padding-top:10px;
	padding-right:50px;
}

#navigation {
	font-weight: bold;
	border-right:1px solid #999;
	border-bottom:15px solid #fff;
  margin:0 auto;
	width:667px;
	height:30px;
	list-style:none;
}
#navigation li {
	border-left:1px solid #999;
	float:left;
	width:110px;
	list-style:none;
}
#navigation a {
	color:#555;
	display:block;
	line-height:30px;
	text-align:center;
}
#navigation a:hover {
	background:#deb887;
	color:#000;
}
#navigation .active {
	background:#8b4513;
	color:#fff;
}

#content {
	height:auto;
	margin:0 auto;
	padding:0 0 20px;
	width:731px;
	height: 500px;
  color:#800000;

}
#content h1 {
	font-size:1.8em;
	padding:20px 20px 0;
}
#content p {
	padding:20px 20px 0;
text-align:justify;
}
#content i {
	padding:20px 20px 0;
text-align:justify;
font-size:0.6em;
}

#content ul {
padding:20px 20px 0 50px;
text-align:justify;
font-size:1em;
}


#content ol {
padding-top:7px;
text-align:justify;
}

#content ol a {
color:#cc3300;
font-weight: bold;
}


#footer {
font-size:0.9em;
	color:#909090;
  border-top:1px solid #999; 
	height:10px;
	margin:0 auto;
	padding-top:5px;
	text-align:center;
	width:731px;
}

