  /* CSS Reset */
  * { margin:0; padding:0; } 
  
    a:link {color:#FFF;text-decoration:none}      /* unvisited link */
    a:visited {color:#FFF;text-decoration:none}  /* visited link */
    a:hover {color:#AAA;text-decoration:none }  /* mouse over link */
    a:active {color:#06e;text-decoration:none}  /* selected link */

  body {
    background:#FFFFFF url(img/body_bg.png) repeat-x 0 0;
  }
  
  div.wrapper{
    width:1020px;
    margin-left:auto;
    margin-right:auto;
  }
  
/*---------------HEADER TOP MENU---------------*/
  #menu {
    height:65px;
    width:960px;
    
  }

  #menu ul {
    display:block;
    float:left;
    width:1000px;
    height:65px;
    background:url(img/menu-t.png) no-repeat 0 0;
    list-style:none;
    text-indent:-10000px;
  }

  #menu ul li {
    display:block;
    position:relative;
    float:left;
    height:65px;
  }
  
  #left {
    width:40px;
  }
  #home {
    width:160px;
  }
  #raa {
    width:480px;
  }
  #news {
    width:60px;
  }
  #spacer {
    width:20px;
  }
  #events {
    width:60px;
  }
  #about {
    width:60px;
  }
  #contact {
    width:60px;
  }
  #right {
    width:10px;
  }

  #menu ul li a {
    display:block;
    width:100%;
    height:100%;
  }
    
  #home a:hover {
    background:url(img/menu-home-t.png) no-repeat 0 -65px;
  }
  #news a:hover {
    background:url(img/menu-news-t.png) no-repeat 0 -65px;
  }
  #events a:hover {
    background:url(img/menu-events-t.png) no-repeat 0 -65px;
  }
  #about a:hover {
    background:url(img/menu-about-t.png) no-repeat 0 -65px;
  }
  #contact a:hover {
    background:url(img/menu-contact-t.png) no-repeat 0 -65px;
  }
  
  
#shadow {
  display:block;
  float:left;
  position:relative;
  width:1020px;
  height:10px;
  background:url(img/menu-shadow-t.png);
}




/*---------------GALLERY CONTAINER---------------*/

  #content {
    position:relative;
    width:940px;
    height:510px;
    left:40px;
    top:10px;
  }

  #photogallery{
    position:absolute;
    left:170px;
    
  }

/*---------------FOOTER---------------*/
  #footer {
    height:50px;
    width:940px;
    top:20px;
    left:40px;
    position:relative;
    background:url(img/footer.jpg) no-repeat 0 0;
  }
  
  #footer ul {
    display:block;
    float:left;
    position:absolute;
    width:500px;
    height:12px;
    list-style:none;
    top:18px;
    left:250px;
    font-size:12px;
  }

  #footer ul li {
    display:block;
    float:left;
    height:12px;
  }
  
  #spacerF{
    width:10px;
  }
 
 
 /*---------------COPYRIGHT---------------*/
  #copyright {
    font-family:Arial, Helvetica, sans-serif;
    width:940px;
    height:12px;
    left:40px;
    top:20px;
    position:relative;
    float:left;
    text-align:right;
    font-size:8pt;
    color:#888;
  }
  #founding{
    float:left;
    text-align:left;
  }
