@import url("reset.css");



body { font-family: 'Times New Roman', Times, serif; font-size: 14px; color: #000; background-color:#ddd; }
a { text-decoration: none; margin: 0; padding: 0; color: #999; }
p { text-align: left; padding: 5px 10px; }
.quote { font-style: italic; text-align: right; }
#main { width: 1024px; height: 768px; margin: 0 auto; }
#mainHome{ background-image: url(images/home_background.gif); width: 1024px; height: 734px; background-repeat:no-repeat; margin: 0 auto; }
#main img { float: left; }
#mainFrame { width: 785px; height: 542px; margin: 0; padding: 0; text-align: center; background-color:#e6e6e6; float: left; }
#galFrame { width: 740px; height: 511px; margin: 0; padding: 0; text-align: center; background-color:#e6e6e6; float: left; }
#frame img { margin: 20px 0 0 40px; }
h1 { font-size: 17px; }

li { padding: 5px 10px; }

#slideshow {
    position:relative;
    height:350px;
}

#slideshow img { margin: 0 auto; display: none; }

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}
