body {
  margin: 0px;
  background-image: url(images/egfr_back8.jpg);
  background-repeat: repeat;
  background-position: right top;
  background-attachment: fixed;
}

#container{
  border-right: 2px solid #556B2F; 
  border-bottom: 2px solid #556B2F; 
  background-color: #e0e0e0;
  width: 750px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  color: #555555;
  text-valign: top;
  z-index: 1;
}

#language{
  float: left;
  padding-top: 10px;
  padding-left: 580px;
}

#menu{
  width: 130px;
  margin-left: 10px;
  margin-top: 7px;
  float: left;
  line-height: 300%;
}

#main{
  width: 550px;
  margin-left: 140px;
  margin-top: 15px;
  padding-top: 5px;
  padding-bottom: 30px;
  line-height: 140%;
}

#footer{
  padding-right: 30px;}

green {
  color: green;
}

strong{
  color: #4f6f60;
  font-weight: bold;
}

a:link {
  color:#4f6f60;
  text-decoration:none;
  font-weight:bold;
}
a:visited{
  color:#4f6f60;
  text-decoration:none;
  font-weight:bold;
}
a:active{
  color:#4f6f60;
  text-decoration:none;
  font-weight:bold;
}
a:hover{
  color:#4f6f60;
  text-decoration: underline;
}
.title1{
   padding : 0.2em;
   border-width :1px;
   border-style :solid;
   border-color : #969696;
   background-color : #E7E7E7;
}
.title2{
   color:555555; 
   font-weight : bold;
   padding : 0.2em;
   border-width :1px;
   border-style :solid;
   border-color : #969696;
}