body, html{
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
}
body { 
  height:100%;
}
a:link, a:active, a:visited, a:focus{
  color: #000;
  text-decoration: none;
  outline: 0;
}
img{
  border: 0;
  text-decoration: none;
}
li{
  list-style-type: none;
  overflow: hidden;
}
th, td{
/*   border-bottom: 2px solid #FFF; */
  line-height: 20px;
}
th{
  font-size: 16px;
  background:#355C4C;
  color:#D3D3D3;
}
#languages{
  position:absolute;
  width:100%;
  top:350px;
  z-index:1000;
}
#languages ul{
  margin-left:200px;
  padding: 0;
  font-size: 20px;
}
#table li{
  background: url('../img/li.png') no-repeat;
  background-position: 0 .4em;
  padding-left: .8em;
}
li.space{
  margin-top: 10px;
}
#logo{
  margin-top: 30px;
}
#logosmall{
  position:relative;
  height: 130px;
  margin:20px 0 0 260px;
}
#main{
  margin: 0 50px 0 260px;
}
#table{
  margin: 10px 50px 0 260px;
}
#table li{
  margin-top:3px;
  border-bottom:1px dotted #000;
}
.title{
  font-size: 20px;
}
.content{
/*   margin-top: 10px; */
  line-height: 20px;
}
.morespace{
  margin-top: 10px;
}
