/* CSS Document */

body {
background-color:#000000;
text-align:center;
}

img {
border:none;
}

#scroll {
scrollbar-face-color: #7c894b;
scrollbar-shadow-color: #99a668;
scrollbar-highlight-color: #99a668;
scrollbar-3dlight-color: #99a668;
scrollbar-darkshadow-color: #99a668;
scrollbar-track-color: #99a668;
scrollbar-arrow-color: #FFFFFF;
width:300px; 
height:215px; 
overflow:auto;
overflow-x:hidden;
padding-right: 5px; 
}

#scroll2 {
scrollbar-face-color: #7c894b;
scrollbar-shadow-color: #99a668;
scrollbar-highlight-color: #99a668;
scrollbar-3dlight-color: #99a668;
scrollbar-darkshadow-color: #99a668;
scrollbar-track-color: #99a668;
scrollbar-arrow-color: #FFFFFF;
width:325; 
height:215px; 
overflow:auto;
overflow-x:hidden;
padding-right: 5px; 

}

.url {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
text-decoration:none;
}

a.email {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
text-decoration:none;
}

a.email:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
text-decoration:underline;
}

.header {
font-family:"Gill Sans MT", sans-serif;
font-size:14px;
color:#000000;
line-height:18px;
font-weight:bold;
}

.copy {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
line-height:18px;
}


a#home img {background: url(images/home.gif) top left no-repeat; height: 30px; width: 75px; border-width: 0;}
a#links img {background: url(links.gif) top left no-repeat;}
a#about img {background: url(about.gif) top left no-repeat;}

a#home:hover img {background: url(home-hover.gif) top left no-repeat;}
a#links:hover img {background: url(links-hover.gif) top left no-repeat;}
a#about:hover img {background: url(about-hover.gif) top left no-repeat;}

.copyright {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#666666;
}