/* CSS Document */
body {
  color:black;
}

h1, h2, h3 {
  color:#7B3E28;
}

p {  
  color:black;
}
.green {
 color:#15664A;
}




/* ---------- RIGHTNAV ---------- */

#rightside {
  background-image: url(../images/side-leaf-rust.gif); 
  bacground-repeat: no-repeat;
  background-color: #7B3E28;
}

 
#rightside-text {
  color:white;
}


#rightside-text h1, #rightside-text h2, #rightside-text p{
  color:white;
}


#rightside-text a{
  color:white;
  text-decoration:none;
}
#rightside-text a:hover{
  text-decoration:underline;
}

#rightside-text .orange {
  color:#F7C977;
}


scrollbar-base-color: orange; 
scrollbar-arrow-color: green;
scrollbar-DarkShadow-Color: blue; 
}




#rightside2 { bacground-repeat: no-repeat; background-color: #7B3E28; }

