/* CSS Document */

body { margin: 0; padding: 0; color: white; text-align: center; font-family: sans-serif; background: black; }

a { color: white; }
a:hover { text-decoration: none; color: yellow; }

#all { width: 970px; margin: 0 auto; text-align: left; position: relative; }
h1 { margin: 5px 0 0 0; padding: 0; font-weight: normal; font-size: 140%; line-height: 30px; }
h1 a { color: white; text-decoration: none; }
h1 a span { color: #7e7e7e; }
h1 a:hover span { color: #868742; }
#quicknav { position: absolute; top: 5px; right: 0; font-size: 80%; }
#content { margin-top: 260px; margin-right: 470px; }
p { font-size: 80%; margin: 0 0 1em 0; padding: 0; line-height: 130%; }

#slideshow { position: absolute; width: 430px; height:323px; top: 295px; right: 0; border: 10px solid white; }
* html #slideshow { width: 450px; height:343px; }
#slideshow img { position:absolute; top:0; left:0; z-index:8; }
#slideshow img.active { z-index:10; }
#slideshow img.last-active { z-index:9; } 
