﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #A08657;
	
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 898px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 898px;
	border-top: 0px solid #996633;
	border-right: 0px solid #996633;
	border-bottom: 0px solid ##996633;
	border-left: 0px solid #996633;
	background-color: #A08657;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: auto;
	border-top: 1px solid #996633;
	border-right: 1px solid #996633;
	border-bottom: 1px #996633 solid;
	border-left: 1px #996633 solid;
	background-color: #A08657;
	bottom: auto;
}
#content {
	float: left;
	width: 718px;
	margin-top: 10px;
	margin-bottom: 1px;
	margin-left: 2px;
	padding: 10px;
	border-top: 1px solid #996633;
	border-right: 1px solid #996633;
	border-bottom: 1px solid #996633;
	border-left: 1px solid #996633;
	background-color: #A08657;
	color: #FFFFFF;
}
#footer {
	text-align: center;
	clear: both;
/*	width: 896px; */
	
	width: 744px;
    margin-left: 152px;
 
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #996633;
	border-right: 1px solid #996633;
	border-bottom: 1px solid #996633;
	border-left: 1px solid #996633;
	background-color: #A08657;
}
/* Stili titolo */
#masthead h1 {
	color: #FFFFFF;
}
#masthead h3 {
	color: #FFFFFF;
}
/* Stili struttura */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px #996633 solid;
	background-color: #DCDCDC;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 0px #DCDCDC solid;
	background-color: #A08657;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 0px #0099FF solid;
	background-color: #996633;
}
/* Stili contenuto */
#content h1,h2,h3,h4,h5,h6 {
	color: #FFFFFF;
}
#content img {
	padding: 5px;
	border: 0px #808080 solid;
}
/* Stili piè di pagina */
#footer p {
	color: #ffffff;
	margin-top: 5px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}