#header {
  border:  none;
  font-size: 3em;
  font-family: "Times New Roman",Times,serif;
  color: red;
  background-color: black;
  font-weight: bold;
  background-image: url(immagini/sfondoalto.jpg);
  background-position: right center;
  background-repeat: no-repeat;
}
#hmenu {
  border: 1px solid black;
  font-weight: bold;
  height: 2.5em;
  font-size: 0.7em;
  font-family: Arial,Helvetica,sans-serif;
  text-align: center;
  line-height: 2.5em;
  background-color: #000069;
}
#hmenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#hmenu li {
  float: left;
  color: white;
  width: 85px;
}
#hmenu a {
  color: white;
  display: block;
  text-decoration: none;
}
#hmenu a:hover {
}
#content {
  border-left: 1px solid black;
  border-right: 1px solid black;
}
#col1 {
  float: left;
  width: 150px;
  background-color: #cccccc;
}
#vmenu {
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  width: 150px;
  float: left;
  font-weight: bold;
  line-height: 2.5em;
  font-size: 0.7em;
  font-family: Arial,Helvetica,sans-serif;
  text-align: center;
  background-image: url(immagini/Carbon%20Fiber1.jpg);
  background-repeat: repeat;
  background-position:  center center;
}
#vmenu li {
  color: white;
}
#vmenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#vmenu a {
  color: white;
  text-decoration: none;
  display: block;
}
#vmenu a:hover {
  color: yellow;
}
#main {
  border-left: 1px solid black;
  color: white;
  margin-left: 150px;
}
#footer {
  border-style: solid none none;
  border-color: #666666 #330099 #330099;
  border-width: 1px 2px 2px;
  background-color: black;
  color: white;
  clear: both;
  text-align: center;
  font-size: 0.7em;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  padding-top: 4px;
}
#wrapper {
  margin: auto;
  width: 900px;
  text-align: left;
}
#body {
  margin: 0;
  padding: 0;
  text-align: center;
}
#header1 {
  border: 2px solid #666666;
  font-family: Arial,Helvetica,sans-serif;
  color: white;
  text-align: center;
  font-size: 0.7em;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 2.5em;
  font-weight: bold;
}

