
BODY {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 12px;
  background-image: url("img/bg.jpg");
  background-repeat: repeat-x; }

A {
  text-decoration: none; }

A:active {
  border-style: none;
  outline-style: none; }

A:focus {
  border-style: none;
  outline-style: none; }

#container {
  width: 898px;
  border-color: #fff;
  border-width: 1px;
  border-style: solid;
  margin-top: 2px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff; }

#banner {
  margin-bottom: 1px;
  background-color: rgb(213, 219, 225);
  background-image: url("img/banner.jpg");
  height: 193px;
  background-repeat: no-repeat; }

#menu {
  height: 35px;
  background-image: url("img/menu_bg.jpg");
  background-repeat: repeat-x;
  background-position: bottom; }

#menu a {
  display: block;
  height: 35px;
  text-align: center;
  line-height: 35px;
  position: relative;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  background-image: url("img/menu_hover_bg.jpg");
  background-repeat: no-repeat;
  background-position: -300px; }

#menu a:hover {
  background-position: bottom center; }

#menu a#attivo {
  background-position: bottom center; }

#content {
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 15px;
  height: auto ! important;
  height: 256px;
  min-height: 256px; }

#sidebar {
  float: right;
  width: 148px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 10px; }

#sidebar a {
  color: #3399FF; }

#sidebar a:hover {
  color: #006137;
  text-decoration: underline; }

#sidebar h2 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #fff;
  height: 25px;
  background-image: url("img/news_top.jpg");
  text-align: center;
  text-transform: uppercase; }

#sidebar #news_container {
  background-color: #ccc;
  padding-bottom: 5px;
  background-image: url("img/news_bottom.jpg");
  background-position: bottom center;
  background-repeat: no-repeat; }

#sidebar a#archivio {
  display: block;
  text-align: center; }

#sidebar .news {
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 3px;
  border-bottom-color: #fff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 5px;
  margin-left: 10px; }

#sidebar .news strong {
  text-transform: uppercase;
  display: block; }

#sidebar .news p {
  margin-top: 3px;
  margin-right: 0;
  margin-bottom: 3px;
  margin-left: 0;
  font-size: 11px; }

#sidebar .news a {
  display: block;
  text-align: right; }

#footer {
  clear: right;
  height: 100px;
  background-image: url("img/grass_pattern2.jpg");
  background-repeat: repeat-x; }

#footer a {
  font-weight: bold;
  color: #fff; }

#footer a:hover {
  color: #999; }

#footer-in {
  width: 900px;
  color: #fff;
  margin-top: 48px;
  margin-right: auto;
  margin-bottom: 0;
  font-size: 11px;
  margin-left: auto; }

#firma {
  float: right; }

