
p {
  margin: 10px 10px auto 10px;
  font: 15px arial, sans-serif;
}

#news {
  margin: 10px 0 auto 0;
  font: 15px arial, sans-serif;
}

h1 {
  margin-bottom: 2px;
  font: 20px arial, sans-serif;
}

h2 {
  margin: 10px auto 0 5px;
  font: 16px arial, sans-serif;
}

h3 {
  margin: 0 0 0 3px;
  font: bold 20px arial, sans-serif;
  color: #326200;
}

 hr {
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 10px;
  background-color: #000;
  height: 1px;
  border: 0px;
}
#blueline {
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 10px;
  background-color: blue;
  color: blue;
  height: 2px;
  border: 0px;
}
body {
  background-image: url(../bg/orangebg.jpg);
  background-repeat: repeat-x;
}

#titlepanel {
  position: relative;
  margin: 0 auto;
  width: 1024px;
  height: 184px;
  background-image: url(../bg/toppanel.jpg);
  background-repeat: no-repeat;
  background-position: top;
}

#logo {
  position: absolute;
  margin-left: 40px;
  margin-top: 25px;
  width: 365px;
  height: 86px;
  float: none;
  background-image: url(../bg/logo.png);
}

#menubar {
  position: absolute;
  margin-left: 27px;
  margin-top: 146px;
  width: 720px;
  height: 37px;
  float: none;
  background-image: url(../bg/menu.jpg);
  background-repeat: repeat-x;
  background-position: left;
  font-family: sans-serif;
}

#fadeout {
  position: absolute;
  margin-left: 747px;
  margin-top: 146px;
  width: 60px;
  height: 37px;
  float: none;
  background-image: url(../bg/fade.jpg);
}

#menubar ul{
  padding: 0;
  margin: 0;
}

#menubar ul li{
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: block;
  float: left;
  font: bold 1em/37px sans-serif;
  text-align: center;
}

#menubar a{
  color: #000;
  text-decoration: none;
  display: block;
  width: 120px;
}

#menubar a:hover{
  background-color: #8ac2f5;
}

#menubar li#active a{
  background-color: #8ac2f5;
}

#profilew {
  position: relative;
  margin: 0 auto;
  width: 1024px;
  background-image: url(../bg/profilewh.jpg);
  background-repeat: repeat-y;
  background-position: top;
}

#contentbg {
  position: relative;
  margin: 0 auto;
  width: 970px;
  background-image: url(../bg/contentbg.jpg);
  background-repeat: repeat-y;
}

#contenttop {
  position: relative;
  margin: 0 auto;
  width: 970px;
  background-image: url(../bg/contenttop.jpg);
  background-repeat: no-repeat;
}

#index {
  position: relative;
  padding: 10px 0px 10px 0px;
  width: 250px;
  min-height: 500px;
  float: left;
}

#index ul{
  padding: 0 30px 0 30px;
  margin: 0;
}

#menuleft{
  border: 1px;
  color: #000;
  padding: 0;
  margin: 9px 0 0 0;
  width: 247px;
  border-spacing: 0px;
  margin-left: 1px;
}

#menuleft tr td.tabletitle{
  background-image: url(../images/foglie.jpg);
  height: 80px;
  text-indent: 10px;
}

#content {
  position: relative;
  padding: 10px 15px 10px 15px;
  left: 1px;
  width: 689px;
  min-height: 500px;
  float: left;
}

#content a{
  color: #000;
}
#content a:hover{
  color: blue;
}

#bottombar {
  position: relative;
  margin: 0 auto;
  width: 970px;
  height: 25px;
  background-color: #8ac2f5;
  font: 1em/25px sans-serif;
  text-align: center;
}

#bottombar a{
  color: #000;
}
#bottombar a:hover{
  color: blue;
}

#bottompanel {
  position: relative;
  width: 1024px;
  height: 59px;
  margin: 0 auto;
  background-image: url(../bg/bottompanel.jpg);
  background-repeat: no-repeat;
  background-position: top;
}

