.sidemenu
{
   position: absolute;
   top: 163px;
   left: 10px;
   width: 140px;
   height: 130px;
   border-right: solid 2px black;  
   border-bottom: solid 2px black;
   border-top: solid 2px black;
   border-left: solid 2px black;  
}

.sidemenu a
{
  color: white;
  background-color: #C0C0C0;
  margin-top: 1px;
  height:40px; 
  width: 140px;
  font-family:Arial; 
  font-size:14pt; 
  text-decoration:none;
  padding:4px
}

.sidemenu a:hover
{
  filter:alpha(opacity=50);
  color: white;
  background-color:#333333;
}

.heading
{
   top: 15px;
   left: 216px;
   position: absolute;
   border-bottom: 1px solid #000000;  
   color: white;
   background: green;
   height: 151px;
   font-size: 40pt;
   text-align: center;
   padding: 10px;
   width: 79%;
   border-right: solid 2px black;  
   border-bottom: solid 2px black;
   border-top: solid 2px black; 
}



.info 
{
   position: absolute;
   background-color: white;
   top: 164px;
   left: 152px;
   height: 370px;
   width: 841;
   border: solid 2px black;  
}



.news
{
   text: wraped;
   padding: 5px;
   font-size: 12pt;
   color: white; 
   text-align: center;
   width: 144px;
   height: 313px;
   top: 371;
   left: 10px;
   background-color: green;
   border-right: solid 2px black;  
   border-bottom: solid 2px black;
   border-left: solid 2px black;
   position: absolute;
}
  
