﻿@import url("layout.css");
body {
	font-family: Arial, sans-serif;
	font-size: medium;
	color: #000;
}
#container {
	width: 100%;
	height: 100%;
	/*background-color: #7FADDA;*/
	background-color: #9B6C00;
}
#masthead {
	position: relative;
	width: 100%;
	overflow: auto;
	text-align: center;
	/*background-color: #c5d5e5;*/
	/*padding-top: 30px;*/
	background-color: #DDDE9C;
	font-size: xx-large;
	font-weight: bold;
}
/*#masthead img {
	float: left;
}*/
#immleft
{
	float:left;
}
#page_content {
	position: relative;
}
#sidebar {
	position: static;
	float: left;
	width: 180px;
	/*background-color: #7FADDA;*/
	background-color: #9B6C00;
	font-size: small;
}
#content {
	margin-left: 180px;
	padding: 10px;
	background-color: #fff;
	min-height: 260px;
	vertical-align: top;
}
#footer {
	clear: both;
	/*width: 99%;*/
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	/*background-color: #cdf;*/
	background-color: #F1F1D7;
	margin-left: 180px;
	width: auto;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
h6 {
	font-family: Arial Black;
}
h5 {
	font-family: Arial Black;
}
h4 {
	font-family: Arial Black;
}
h3 {
	font-family: Arial Black;
}
h2 {
	font-family: Arial Black;
}
h1
{
	font-family: Arial, sans-serif;
	font-size: x-large;
	font-style: oblique;
	text-align: center;
}

li
{
}

p
{
    margin: 6px 6px 0px 6px;
}
/* Stili per la struttura */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #7FADDA;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	/*color: #393939;*/
	color: white;
	padding: 5%;
	display: block;
	/*border-bottom: 1px solid #f5f5f5;*/
}
/*#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	border-bottom: 1px solid #f5f5f5;
	background-color: #dc9;
}*/
#sidebar a:hover
{
	color: #393939;
}
/* Stili per il piè di pagina */
#footer p {
	font-size: x-small;
	text-align: center;
}
#footer a {}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.gabbia {
float: left;
margin-right: 5px;
border: 0px solid #000;
}
#MinWidth{
	min-width: 1000px;
	width: auto !important;
	width: 1000px;
}

