#top {
  width: 100%;
}

#footer {
  width: 100%;
  color:#909090;
  font-size:10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;  
}

#left {
  float:left;
  width: 300px;
  border:1px solid blue;
}

#right {
  float:right;
  width: 280px;
  border-top: 15px solid #006600;
  margin-top:2px;  
}

#partener
{
font-size:14px;
text-decoration: underline
}
#participant
{
font-size:12px;
}
#titlu
{
  font-size:20px;
  color:#707070;
}
#main {
  float:left;
  width: 610px;
  padding-right:5px;
  text-align: justify;
  border-right:1px dotted #909090;
  border-bottom:1px dotted #909090;
  border-top:1px dotted #909090;
  color:#707070;
  font-size:10px;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
}

#container {
  width: 900px;
  margin: auto;
}


a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #006600;
  text-decoration: none;
}

a:hover
{
  text-decoration:none;
  font-weight: bold;
  color: #8A005C;
}

#navlist
{
margin-left: 0;
padding-left: 5px;
list-style: none;
}

#navlist li
{
padding-left: 10px;
background-image: url(images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}