body {
     background-image: url(../img/bg.gif);
  background-repeat:repeat;
   background-color:orange;
  font-family: Verdana, Helvetica;
  margin: 0px;
  text-align:center;
}

a {
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

#page-wrapper {
  margin-left:auto;
  margin-right:auto;
  width: 800px;
}

#page {
  width: 800px;
  text-align:left;
  float:left;
  border: 1px solid;
  background: white;
}

#content {
  background: white;
  width: 800px;
  float:left;
  border-bottom: 1px solid;
}

.content {
    padding: 20px;
    font-size: 10pt;
} 

#changelog {
  font-size: 8pt;
}

td {
  font-size: 10pt;
}

#title {
  width: 580px;
  float:left;
  color: black;
  padding: 20px;
  padding-left:200px;
  font-size: 24px;
  font-weight: bold;
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
  border-bottom: 1px solid black;
}

#tabs {
    float:left;
}



#authors {
  font-size: 8pt;
  font-weight: normal;
}

#address {
  font-size:8pt;
  font-weight: normal;
}

#note {
  float:right;
  font-size: 12px;
  padding: 5px;
}

#warning {
  float:left;

}

#help {
  float:left;
  font-weight: bold;
  padding-left: 5px;
}

.tab {
  float: left;
}

#tabs {
    border-bottom: 1px solid black;
    width: 800px;
}

#minitabs {
  clear: left;
  float:left;
  padding-left: 5px;
  border-bottom: 1px solid black;
   width: 795px;
}

#tabs .tab.active {
  background: orange;
  color: white;
}

#tabs .tab {
 font-weight: bold;
  font-size: 8pt;
  padding: 10px;
    border-right: 1px solid black;
}

#minitabs .tab {

  font-size: 8pt;
  padding: 5px;
  padding-right: 20px;
}


.news {
	margin-bottom: 5px;
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color:#FFFF83;
	border: 2px orange solid;
	
}

.news h4 { margin-top: 10px;}

.reference {
  font-size: 12px;
}
