/*GENERALE*/

html,body {
	margin: 0;
	padding: 0
}

body {
	font: 100.01% "Verdana", Trebuchet MS, Arial, Helvetica;
	color: #333333;
	background: #f8f8f8 url(../_immagini/bg_back.gif) repeat-x 0 0;
}

#navigation {
	background-color: #ffe23f;
	border-bottom: 1px solid #787878;
	padding-left: 30px;
	border-left: 1px solid #787878;
	border-right: 1px solid #787878;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#navigation li {
	display: inline;
	margin: 0;
	padding: 0 5px 0 0;
}

#navigation li a {
	text-decoration: none;
	border: 1px solid #787878;
	padding: 2px 10px 0px;
	background: #d5d5bd;
	color: #333333
}

#navigation li a:hover {
	background-color: #e5e5d7;
}

#navigation li#activelink a {
	border-bottom: 1px solid #e5e5d7;
	background-color: #e5e5d7;
	color: #333333
}

#wrap {
	width: 751px;
	margin: 0 auto;
}

#container {
	background: #e5e5d7;
	padding: 1px 0 24px 30px;
	border-left: 1px solid #787878;
	border-right: 1px solid #787878;
	clear: both;
}

h1 {
	color: #5a5954;
	width: 245px;
	height: 100px;
	background: url(../_immagini/logo.gif) no-repeat 0 0;
	font-size: 1px;
	margin: 15px 0 20px 30px;
}

h2 {
	font: bold 20px "Trebuchet MS", sans-serif;
	float: left;
	width: 664px;
	color: #333;
	letter-spacing: -1px;
	margin: 0 0 10px;
	padding-right: 25px;
	padding-top: 0;
	padding-left: 0;
}

h3 {
	font: bold 16px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #999;
	margin: 0;
	clear: both;
}

h4 {
	margin: 0 0 1em;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

hr {
	clear: both;
	margin: 0 30px 0 0;
	height: 1px;
	width: 690px;
	border: 0;
	background: #787878;
}

a {
	color: #810e00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 a {
	color: #5a5954;
	text-decoration: none;
}

/*MENU'*/

#menu {
	height: 156px;
	width: 751px;
	font-family: Tahoma, Verdana, "Trebuchet MS", sans-serif;
	background-color: #000;
	background-image: url(../_immagini/bg_header.gif);
}

#menu .bg {
	color: #424242;
	padding-top: 1px;
}

#menu .bg p {
	margin-left: 30px;
	margin-top: 30px;
}

/*CONTAINER*/

.testo {
	margin: 18px 0;
	clear: both;
}

.testo .content {
	padding-top: 18px;
	font-size: 12px;
	line-height: 1.5em;
	font-family: Tahoma, Verdana, "Trebuchet MS", sans-serif;
	font-size: 12px;
	word-spacing: 0.1em;
}

.testo .col-right {
	width: 685px;
	float: left;
	margin-bottom: 20px;
	text-align: justify;
}

.testo .big {
	border: 1px solid #b3b3b3;
}

.testo .col-right p {
	margin: 0 0 1em;
}

/*FOOTER*/

#footer {
	width: 721px;
	height: 58px;
	background: #ffffff url(../_immagini/bg_header.gif) no-repeat;
	color: #333333;
	font: 12px/16px Arial, Helvetica, sans-serif;
	padding: 0 0 5px 30px;
	border-top: 1px solid #787878;
}

#footer p {
	margin: 0;
	padding-top: 6px;
}
