﻿html {
	font-family:  Arial, sans-serif;
	font-size: .76em;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
body {
	background:#fff;
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align:center;
}
img {
	border:0;
	margin:0;
	padding:0;
}

div#container {
	text-align: left;
	margin: 0 auto;
	width:776px;
	background: #fff;
	height: 100%;
	position:relative;
}

body>div#container{
	height: auto;
	min-height: 100%;
}

#header {
	color: white;
	text-align: right;
	padding:0;
	margin:10px 0 30px 0;
}

ul#horizmenu {
	padding:0;
	margin:0 15px;
	/*background:url(/_images/gradiente-grigio.png) right repeat-y #eee;*/
	list-style:none;
	text-align:right;
	/*border-bottom: #ddd dashed 1px;*/
}
ul#horizmenu li {
	font-family:  "Arial Black", Arial, sans-serif;
	display:block;
	margin:10px;
	font-size:13px;
}
ul#horizmenu li a {
	color:#242021;
	text-decoration:none;
	padding:0 10px;
}
ul#horizmenu li a:hover {
	color:#666;
	/*background:#767676;*/
	text-decoration:none;
}

#navigation {
	width:235px;
	float:left;
}
#content-int {
	margin:0 20px;
}

#content {
	width:500px;
	float:right;
}

#content a {
	color:#242021;
	text-decoration:underline;
}
#content a:hover {
	color:#999;
	text-decoration:none;
}
#content h2 {
	font-family:  "Arial Black", Arial, sans-serif;
	color:#242021;
	background:#fff;
	margin:0;
	padding:0 10px;
	text-align:right;
	font-size:22px;
	letter-spacing: 2px;
	border-bottom:solid 1px #666;
}

#content h3 {
	color:#242021;
	font-size:18px;
}

#content p, #content li {
	font-family: Arial, sans-serif;
	font-size:14px;
	line-height:20px;
	letter-spacing: 1px;
	color:#242021;
	margin:0 0 10px 0;
	text-align:justify;
}

#title {
	margin:10px 0 30px 0;
}

#img-left {
	float:left;
	width:150px;
}
#img-right {
	float:right;
	width:300px;
}

#button-next {
	margin-top:2px;
	float:right;
	width:auto;
}
#button-prev {
	margin-top:2px;
	float:left;
	width:auto;
}
#button-prev h2, #button-next h2 {
	font-size:14px;
	letter-spacing:-2px;
	background:#242021;
}
#button-prev h2 a, #button-next h2 a {
	color: #FFF;
	background:#242021;
	text-decoration: none;

}
#button-prev h2 a:hover, #button-next h2 a:hover {
	color: #999;
	text-decoration: none;

}

#footer {
	clear:both;
	position:absolute;
	bottom:0px;
	left:0px;
}

div.bignews {
	background:#eee;
	border:solid 1px #ccc;
	padding:0 10px;
	margin:20px 0;
}

div#flashcontent {
	width:300px;
	height:320px;
	margin:0 auto;
}

#content-left {
	width:60%;
	float:left;
}
#content-left-int {
	margin:0 20px;
}

#content-right {
	width:39%;
	float:right;
}
