/*
raiders
#FFFFFF: white
 #F0F0F0
#E5E5E5
 #CCCCCC
#B3B3B3
 #999999
 #959595
 #666666
#545454
#333333
#000000: black
*/

body { background-color: #000000;
background-image: url('../../../images/raiders.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: 2% 92%;
}

a:link, a:visited { color: #000; }
a:hover, a:active { color: #000; }

/*Header*/
.header { background-color: #333333; color: #FFFFFF; }

/*Links*/
.links { border: 1px solid black; background-color: #E5E5E5; color: #000000; font-family: Verdana, Arial, sans-serif; text-transform: uppercase; text-align: center; letter-spacing: 0.2em; }
#current { background-color: #000000; color: #FFFFFF; }
.links a:link, .links a:visited { color: #000000; }
.links a:hover, .links a:active { background-color: #000000; color: #FFFFFF; }

/*Sidebar*/
.sidebar { border: 1px solid black; background-color: #E5E5E5; color: #333333; }
.sidebar a:link, .sidebar a:visited { color: #FFFFFF; }
.sidebar a:hover, .sidebar a:active { color: #B3B3B3; }

/*Main content*/
#content { border: 1px solid black; background-color: #FFFFFF; color: #000000; }
#content a:link, #content a:visited { color: #545454; }
#content a:hover, #content a:active { color: #000000; }

/*Footer*/
.footer { background-color: #545454; color: #FFFFFF; }
.footer a:link, .footer a:visited { color: #FFFFFF; }
.footer a:hover, .footer a:active { color: #000000; }



