﻿body {
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: medium;
	font-style: normal;
	background-color: #fff;
	text-align:justify;
}
#container {
    padding: 0;
	width: 100%;
	margin: 0;
	background-color: #fff;
	position: relative;
}
#masthead {
	width: auto;
	overflow: auto;
	text-align: right;
	background-color: #c5d5e5;
	position: relative;
	margin: 0 0 0 0;
	padding: 1% 1% 1% 1%;
	float: none;
	height:80px
}
#navigation {
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	clear: both;
	background-color: red; /*#ca7; */
	overflow: hidden;
}

#page_content {
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCAA77;
}
#column_l {
	float: left;
	margin: 10px 350px 20px 0;
	padding: 0 2%;
	background-color: #fff;
	float: none;
}
#column_r {
	float: left;
	width: 330px;
	margin: 0;
	padding: 10px;
	background-color: #c5d5e5;
	position: absolute;
	right: 0px;
	top: 0;
}
#footer {
	background-color: #c5d5e5;
	padding-bottom: 5px;
	width: auto;
	clear: both;
	overflow: auto;	
}
/* Stili per il titolo */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: medium;
	text-align: right;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}

#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: 	white;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid red;
	background-color:  red;/*#dc8;*/
	font-weight: bold;
}
#navigation a:hover {
	color: red;
	text-decoration: underline;
	border: 1px solid #ed9;
	background-color:  white; /*#ed9;*/
	font-weight: bold;
}

h4 
{color: #469;
 font-weight:bold;
}

h3 
{color: #469;
 font-weight:bold;
}

h2 
{color: #469;
 font-weight:bold;
}

h1 
{color: #469;
 font-weight:bold;
}

h1 {font-size:  xx-large;}
h2 {font-size:  x-large;}
h3 {font-size:  large;}
h4 {font-size:  medium;}

h5 
{font-size: 0.75em;
 color: red;
}
h6 
{font-size: 0.5em;
 color: red;
}

#footer p
{font-size: x-small;
 text-align: center;
 color: #393939;
 margin: 10px;
 padding: 1px;
}
#footer a 
{color: #393939;
 text-decoration: underline;
}
#footer a:hover 
{color: #000;
 text-decoration: none;
}

a 
{color: #469;
 text-decoration: underline;
}
a:hover
{color: #000;
 text-decoration: underline;
}
.style_bold 
{font-weight: bold;}

.style_italic 
{font-style: italic;}

table
{margin: auto;
 border: 1px #C0C0C0 solid;    
}

td 
{padding:5px;
 border: 1px #C0C0C0 solid; 
}
    
.centrato
{text-align:center;}

.float_right 
{float:right;}

.scacca
{color:red;
 font-weight:bold;
}

