  /* 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;
  }

  #menu ul li {
    display:block;
    float:left;
    height:65px;
    text-indent:-10000px;
  }
  #left {
    width:40px;
  }
  #home {
    width:160px;
  }
  #raa {
    width:480px;
  }
  #news {
    width:60px;
  }
  #spacer {
    width:20px;
  }
  #events {
    width:60px;
  }
  #spacer {
    width:20px;
  }
  #about {
    width:60px;
  }
  #spacer {
    width:20px;
  }
  #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);
}


/*---------------CONTENT CONTAINER---------------*/
#content {
  position:relative;
  width:940px;
  height:370px;
  left:40px;
  top:10px;
}

/*---------------CONTENT A---------------*/
#contentA {
  height:368px;
  z-index:1;
  width:458px;
  top:-10px;
  position:relative;
  display:block;
  float:left;
  background:#ffffff;
  border: solid 1px #222;
  overflow:hidden;
}

#transparentA{
  z-index:2;
  position:absolute;
  top:335px;
  width:460px;
  height:35px;
  background:#222;
  opacity:0.8;
}

#titleA a{
  position:absolute;
  display:block;
  z-index:3;
  width:458px;
  height:34px;
  line-height:35px;
  margin:335px 0 0px 0px;
  color:#FFF;
  font-size:25px;
  text-align:right;
  border-bottom: solid 1px #222;
  border-left: solid 1px #222;
  border-right: solid 1px #222;
}


#titleA a:hover {
  z-index:3;
  position:absolute;
  /*background-color:#3b84d5;*/
  background-color:#9b1e1e;
}

  

/*---------------CONTENT B---------------*/
#contentB {
    z-index:1;
    display:block;
    position:relative;
    float:left;
    left:20px;
    width:458px;
    height:178px;
    top:-10px;
    background:url(img/contentB1.png) no-repeat 0 0;
    border: solid 1px #222;
  }
	
  #transparentB{
    z-index:2;
    position:absolute;
    left:480px;
    top:155px;
    width:460px;
    height:25px;
    background:#222;
    opacity:0.8;
  }

  #titleB a {
    z-index:3;
    display:block;
    position:absolute;
    left:480px;
    width:458px;
    height:24px;
    top:155px;
    color:#FFF;
    font-size:20px;
    text-align:right;
    border-bottom: solid 1px #222;
    border-left: solid 1px #222;
    border-right: solid 1px #222;
  }
 
  #titleB a:hover {
    z-index:3;
    position:absolute;
    /*background-color:#3b84d5;*/
    background-color:#9b1e1e;
  }


/*---------------CONTENT C1---------------*/
  #contentC1 {
    z-index:1;
    display:block;
    position:relative;
    float:left;
    left:20px;
    top:0px;
    width:218px;
    height:178px;
    background:url(img/contentC1.jpg) no-repeat 0 0;
    border: solid 1px #222;
  }
  
  #transparentC1 {
    z-index:2;
    position:absolute;
    left:480px;
    top:345px;
    width:220px;
    height:25px;
    background:#222;
    opacity:0.8;
  }

  #titleC1 a {
    z-index:3;
    display:block;
    position:absolute;
    top:345px;
    left:480px;
    width:218px;
    height:24px;
    color:#FFF;
    font-size:20px;
    text-align:right;
    border-bottom: solid 1px #222;
    border-left: solid 1px #222;
    border-right: solid 1px #222;
  }
 
  #titleC1 a:hover {
    z-index:3;
    position:absolute;
    /*background-color:#3b84d5;*/
    background-color:#9b1e1e;
  }
  
  
/*---------------CONTENT C2---------------*/
  #contentC2 {
    display:block;
    position:relative;
    float:left;
    left:40px;
    top:0px;
    width:218px;
    height:178px;
    background:url(img/contentC2.jpg) no-repeat 0 0;
    border: solid 1px #222;
  }
  
  #transparentC2 {
    z-index:2;
    position:absolute;
    left:720px;
    top:345px;
    width:220px;
    height:25px;
    background:#222;
    opacity:0.8;
  }

  #titleC2 a {
    z-index:3;
    display:block;
    top:155px;
    left:720px;
    position:absolute;
    top:345px;
    width:218px;
    height:24px;
    color:#FFF;
    font-size:20px;
    text-align:right;
    border-bottom: solid 1px #222;
    border-left: solid 1px #222;
    border-right: solid 1px #222;
  }
 
  #titleC2 a:hover {
    z-index:3;
    position:absolute;
    /*background-color:#3b84d5;*/
    background-color:#9b1e1e;
  }
  
  
/*---------------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:relative;
    width:500px;
    height:12px;
    list-style:none;
    top:8px;
    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;
  }
