﻿@import url("layout.css");
body {
	font-family: "Book Antiqua";
	font-size: medium;
	background-attachment: scroll;
	background-color: #DCDCBA;
	background-image: url("../images/background.jpg");
	background-position: center top;
	background-repeat: repeat-x;
	color: #808000;
	font-style: oblique;
}
#container {
	width: 100%;
	margin-top: 40px;
	border-bottom: 2px solid #a0522d;
	background-color: #DCDCB8;
	background-image: url('../images/nabkgnd.jpg');
	border-bottom-style: solid;
	border-top-style: solid;
	border-top-color: #a0522d;
	border-bottom-color: #a0522d;
	border-top-width: 2px;
	border-bottom-width: 2px;
}
#masthead {
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: "Book Antiqua";
	font-size: medium;
	font-style: oblique;
	color: #808000;
}
#navigation {
	margin: 0px auto 0px auto;
	width: 800px;
	clear: both;
	overflow: hidden;
}
#page_content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E9E9D1;
}
#content {
	position: relative;
	float: left;
	width: 290px;
	text-align: left;
}
#sidebar {
	float: right;
	width: 380px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-family: "Book Antiqua";
	font-size: medium;
	font-style: oblique;
	color: #808000;
	background-color: #DCDCBA;
	background-image: url('../images/nabkgnd.jpg');
}
#footer {
	clear: both;
	width: 800px;
	text-align: center;
}
/* Stili titolo */
#masthead h1 {
	font-weight: normal;
	color: #808000;
	text-transform: uppercase;
	float: left;
	margin-top: 0px;
	display: inline;
	font-family: "Monotype Corsiva";
	font-size: 30px;
	font-style: oblique;
	clear: none;
	text-align: left;
	margin-left: 5px;
}
#masthead h3 {
	margin: 5px 5px 0px 0px;
	font-weight: normal;
	color: #965;
	float: right;
	display: inline;
	text-align: right;
	font-size: large;
	font-style: oblique;
	font-family: "Book Antiqua";
}
/* Stili struttura */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
	background-color: #E9E9D1;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #a0522d;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #660033;
	background-color: #FFCC99;
	text-align: center;
}
#navigation a:hover {
	text-decoration: none;
	color: #edb;
	background-color: #a0522d;
}
/* Stili contenuto */
#content img {
	border: 1px solid #a0522d;
	padding: 3px;
}
/* Stili intestazione laterale */
#sidebar p {
	color: #808000;
	font-family: "Book Antiqua";
	font-size: medium;
	font-style: oblique;
	background-color: #DCDCBA;
	background-image: url('../images/nabkgnd.jpg');
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Stili piè di pagina */
#footer p {
	font-size: medium;
	color: #808080;
	background-color: #DCDCBA;
}
#footer a {
	color: #a0522d;
	text-decoration: underline;
}
#footer a:hover {
	color: #800000;
	text-decoration: none;
}
/* Stili collegamento */
a {
	color: #a0522d;
	text-decoration: underline;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
}

