﻿@import url("layout.css");
body {
	font-family: Arial, sans-serif;
	font-size: medium;
	color: #000;
	background-color: #FFFFFF;
	background-image: url('../images/body_bg.gif');
	background-repeat: repeat-x;
}
#container {
	margin: 0px auto 30px auto;
	width: 950px;
	background-color: #FFFFFF;
}
#masthead {
	width: 950px;
	text-align: right;
	background-color: transparent;
	background-image: url('../images/masthead.jpg');
	background-repeat: no-repeat;
	height: 150px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
#page_content {
	position: relative;
	background-color: #FFFFFF;
	margin-top: 0px;
	background-repeat: repeat-x;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #666666;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #666666;
}
#sidebar {
	margin: 0px;
	border-style: none;
	position: relative;
	float: left;
	width: 140px;
	background-color: #FFFFFF;
	background-image: url('../images/menu.png');
	background-repeat: no-repeat;
	height: 360px;
	padding-top: 50px;
	padding-bottom: 150px;
	padding-left: 0px;
	overflow: visible;
}
#content {
	border-style: solid none none none;
	border-width: 1px;
	border-color: #666666;
	margin-left: 140px;
	padding: 0px 0px 10px 0px;
	background-color: #FFFFFF;
	background-image: url('../images/bg.gif');
	background-repeat: repeat-x;
}
#footer {
	padding: 7px;
	background-position: center;
	border: 1px solid #666666;
	background-image: url('../images/footer_bg.png');
	background-repeat: repeat-x;
	width: 934px;
	height: 45px;
}
#masthead img {
	margin: 5px 0px 0px 10px;
	float: left;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
#spinmenu {
	padding: 70px 85px 0px 800px;
	margin: 0px;
	display: block;
}
#spinanchor {
	padding: 40px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 50px;
}
#banner{
	width: 400px;
	height: 60px;
	top: 50px;
	left: 20px;
	position: absolute;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
}
/* Stili per la struttura */
#sidebar ul{
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
#sidebar li{
	padding: 0px;
	margin: 0px 0px 10px 5px;
	border-style: none;
}
.sidebar_a{
	border-width: 0px;
}

/* Stili per il piè di pagina */
#footer p {
	font-size: x-small;
}
#footer a {
	color: #003366;
	text-decoration: underline;
}
#footer a:hover {
	color: #FF6600;
	text-decoration: none;
}
a {
	color: #FF9933;
	text-decoration: underline;
	}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_links_descr {
	font-size: x-small;
	color: #006699;
}
