﻿
body {
    margin-top:0px;
	font-size: 12px;
	background-image:url('images/provasfondo.gif');
	background-repeat:repeat-x;
	
	background-color:#52ab01;
	background-attachment:fixed;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;		
}
#container {
	width: 620px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
}
#masthead {
	text-align: center;
	width: 600px;
	padding: 10px;
	border: 1px dotted #c0c0c;
	background-color:#666666;
	
	background-attachment: scroll;
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #c0c0c0;
}
#navigation2 {
	position: relative;
	
	clear:both;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	
}
#navigation2 ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation2 li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #c0c0c0;
	background-color: #ff6600;
}
#navigation2 a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #ff6600;
}
#navigation2 a:hover {
	color: #ff6600;
	text-decoration: none;
	background-color: #ff6600;
}

#content {
	float: left;
	width: 470px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 622px;
	border: 1px dotted #333333;
}
/* Stili titolo */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #ffffff;
}
/* Stili struttura */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #c0c0c0;
	background-color: #333333;
}
#navigation a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #333333;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}


/* Stili contenuto */
h6 {
	color: #503750;
}
h5 {
	color: #503750;
}
h4 {
	color: #503750;
}
h3 {
	color: #503750;
}
h2 {
	color: #503750;
}
#content h1 {
	color: #503750;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
}
/* Stili piè di pagina */
#footer p {
	color: #333333;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #ff6600;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}