body {background-color: #F0EFF4;
      background:url(images/bg.jpg) repeat;
      font: 8pt Verdana, sans-serif; 
      color:#000000;
      }
      
      img {border: none;}
      
      
      div.newsbox {
      
      width: 400px;
      padding-top: 7px; 
      padding-left: 15px;  
      padding-right: 15px;
      padding-bottom: 9px;
      background-color: #CCFF33;
      float: left;
      /* for IE */
      filter:alpha(opacity=85);
      /* CSS3 standard */
      opacity:0.85} 
      
      div.box {
      width: 400px; 
      margin-top: 8px;
      padding-top: 7px; 
      padding-left: 15px;  
      padding-right: 15px;
      padding-bottom: 9px;

      overflow: auto; 
      background-color: #F5F6F7;
      float: left;
      /* for IE */
      filter:alpha(opacity=85);
      /* CSS3 standard */
      opacity:0.85} 
      
      div.menu {
      width: 350px;
      text-align: right;
      }
      
      div.gallerybox {
      position: absolute; left: 488px;
      overflow: auto;
      height: 555px;
      background-color: #CCFF33;
      }
      
      ul.gallery {
      list-style-type: none;
      padding-bottom: 12px;	  }
	  
	  div.list { position: absolute; left: 288px; top: 294px;
	  height: 269px;
	  width: 200px;
	  text-align: left;
	  overflow: auto;
	  }
	  
      p#desc {padding-top: 6px; padding-left: 6px;
      }
      
      
      
      img {border: none;}

      p { 
      font: 8pt Verdana, sans-serif; 
      color:#000000;}
      
      h {font: 20pt Garamond, Georgia, serif; 
      color:#000000; 
      font-weight:bold;}
      
      h1 {font: 8pt Verdana, sans-serif; 
      color:#000000; 
      font-weight:bold;}
      
      h2 {font: 14pt Garamond, Georgia, serif; 
      color:#000000; 
      }
      

      
     
      
      a:link {color:#660033}      /* unvisited link */
	  a:visited {color:#666666}  /* visited link */
	  a:hover {color:#FF0066}  /* mouse over link */
	  a:active {color:#000000}  /* selected link */