@charset "utf-8";
/* CSS Document */
body { 
text-align: center; 
background-color:#7a4d2c; background-image:url(images/bkg.jpg);  
font-size:12px;
color:#dacdb2;
}
#header {

  background-color:#ffedd0;
  background-image:url(images/header_bgTile.jpg); background-repeat:repeat-x;
}



#annu_res  {
  padding:6px; background-color:#d6b991; height:auto; color:#333333; line-height:15px; margin-bottom:3px;
  filter: Alpha(opacity=100); /* IE */
  -moz-opacity: 1.0; /* Mozilla */ 
  opacity: 1.0;
  }

 #annu_res:hover {
  background-color:#e6e6e6;
  filter: Alpha(opacity=100); /* IE */
  -moz-opacity: 1.0; /* Mozilla */ 
  opacity: 1.0;
  
  } 
