#main {
    width: 1024px;
    margin: 0 auto;
    margin-top: 6px;
    text-align: left;
}

#header {
    width: 1024px;
    min-height: 82px;
    height: auto !important;
    height: 82px;
    position: relative;
    margin: 0px auto;
}

#logo {
    width: 312px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
    top: 6px;
    left: 0px;
    position: absolute;
}

#print-logo {
    display: none;
}

#nav-menu {
    width: 704px;
    height: 36px;
    top: 23px;
    left: 313px;
    position: absolute;
    margin: 0px 4px;
    text-align: left;
}

#nav-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#nav-menu li {
    width: 110px;
    height: 36px;
    display: block;
    float: right;
    text-align: center;
	padding: 6px 0;
    background: url(../images/button.png) no-repeat;
}

#nav-menu a {
    color: #CCCCCC !important;
    font: bold 12px/22px Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#nav-menu a:hover {
  color: #00CC66 !important;
}

#main-body {
  width: 1016px;
  position: relative;
  margin: 0px auto;
  margin-top: 10px;
  background: url(../images/middle-center.png) repeat-y;
}

#contents {
  width: 1016px;
  min-height: 420px;
  height: auto !important;
  height: 420px;
  padding-top: 3px;
  background: url(../images/top-center.png) top center no-repeat;
}

#footer {
    width: 1016px;
    min-height: 170px;
    position: relative;
    height: auto !important;
    height: 170px;
    margin: 0px auto;
    font: normal 13px/15px Arial, Verdana, Helvetica, sans-serif;
    color: #FFF;
    background: url(../images/footer.png) no-repeat;
}

#footer a
{
  color:#FFFF99;
}

#footer-left {
    width: 264px;
    position: absolute;
    top: 10px;
    left: 20px;    
}

#logo-small {
    width: 207px;
    margin: 0px auto;
}

#info-small {
    width: 264px;
    min-height: 100px;
    height: auto !important;
    height: 100px;
    margin: 0px auto;
}

#footer-right {
    width: 696px;
    position: absolute;
    top: 10px;
    left: 300px;
}

#nav-bottom {
    border-bottom: 1px solid #FFF;
    padding-bottom: 4px;
    margin-bottom: 4px;
}

#nav-bottom ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#nav-bottom li {
  display: inline;
  text-align: center;
}

#nav-bottom a {
  padding-right: 8px;
  font-weight: bold;	
}

#nav-bottom a:hover {
 	color:#FF9900;
}

#references
{
  font: normal 12px/18px Arial, Verdana, Helvetica, sans-serif;
}

#references a
{
  color:#FFF;
}

#references p
{
  margin:0;
  padding:0;
}

#references-left {
  width: 49%;
  float: left;
  padding: 2px 2px 2px 0;
}

#references-right {
  width: 49%;
  float: right;
  padding: 2px;
}

#footer-bottom {
    font: normal 12px/18px Arial, Verdana, Helvetica, sans-serif;
    color: #FFF;
    text-align: center;
    margin: 6px auto 0;
}

#references-clear, #footer-bottom-clear {
    clear: right;
}

#copyright
{
  font-weight:bold;
}

#copyright p
{
  margin: 0;
}

#copyright a, #copyright a:hover
{
  color: #FFF !important;
}

#license
{
  font: normal 11px/14px Arial, Verdana, Helvetica, sans-serif;
}

#license a
{
  color: #FFCC00 !important;
}

#license a:hover
{
  color:#CCC !important;
}

#dhtml-carousel-item-1 .bottom-text {
    font-size: 12px;
    background-color: #FFEE99;
    color: #333;
}

#feedback
{
  position:fixed;
  left:0px;
  top:100px;
  width:70px;
  height:185px;
}


.spacer {
    clear: both;
    font-size: 0;
    line-height: 0;
    text-align: left;
}

hr {
    display: none;
}

p {
    margin: 0 0 6px;
}

body {
    margin: 0px;
    padding: 0px;
    font: normal 16px/20px Arial, Verdana, Helvetica, sans-serif;
    color: #666;
    text-align: center;
    background: #000000 url(../images/sfondo.png) repeat-x;
}

a {
    /*color: #006666;*/
    color: #339999;
    text-align: left;
    text-decoration: none;
}

a:hover {
    color: #FF9900 !important;
    text-align: left;
    text-decoration: none;
}

img {
    border: 0;
}