
BODY {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 11px;
  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: 830px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  background-image: url("img/clouds.jpg");
  padding-top: 1px;
  background-repeat: no-repeat; }

#content {
  width: 298px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
  border-color: #fff;
  border-width: 1px;
  border-style: solid; }

#menu {
  height: 42px;
  background-image: url("img/menu_bg.jpg"); }

#menu a {
  width: 149px;
  display: block;
  float: left;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  background-image: url("img/menu_hover_bg.jpg");
  background-repeat: no-repeat;
  background-position: -300px; }

#menu a:hover {
  background-position: bottom center; }

#indirizzo {
  background-color: #fff;
  text-align: center;
  color: #0083D7;
  padding-top: 20px;
  padding-bottom: 20px; }

#indirizzo a {
  font-weight: bold;
  color: #0083D7; }

#indirizzo a:hover {
  color: #006137; }

#footer {
  height: 100px;
  background-image: url("img/grass_pattern2.jpg");
  text-align: center;
  background-repeat: repeat-x; }

#footer a {
  font-weight: bold;
  color: #fff; }

#footer a:hover {
  color: #006137; }

#footer-in {
  color: #fff;
  margin-top: 55px;
  margin-right: auto;
  margin-bottom: 0;
  font-size: 11px;
  text-align: center; }
