body { margin: 0; font-family: Helvetica, Arial, 'sans-serif'; background: #e5e5e5; }

div#menu { background: #272727 url(/upload/data/5/menu.jpg) bottom no-repeat; width: 700px; color: #333; font-size: 16px; font-weight: normal; }

div#menu a { color: #999; text-decoration: none; padding: 5px; }

div#menu a:hover, div#menu a.active { border-bottom: 5px solid #fff; color: #fff; }

div#menu div.innercol { padding: 10px; font-weight: normal; }

div#main { background: #fff url(/upload/data/43/body.jpg) bottom no-repeat; width: 700px; display: block; text-align: left; }

#main div.innercol { padding: 20px; font-size: 14px; padding-top: 5px; padding-bottom: 5px; }

#footer { padding: 10px; color: #666; font-size: 12px; }

#header { height: 250px; width: 700px; }

h1 { font-size: 16px; color: #06c; border-bottom: 1px dotted #06c; }

/* Slideshow Shizzle */

#header {
    position:relative;
    height:250px;
}

#header img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#header img.active {
    z-index:10;
    opacity:1.0;
}

#header img.last-active {
    z-index:9;
}
