* { margin: 0; padding: 0; }
body { background: #fff; font-size: 12px/14px Verdana, sans-serif; }
a { color: #000; text-decoration: none; }
    a img { border: 0 none; }
p { margin: 1em 0; }

#header { background: #f2f1dd; color: #F2F1DD; overflow: hidden; *height: 100px; margin-bottom: 1.5em; }
    #header h1 { background: url(../gfx/logo.jpg) 0 0 no-repeat; float: left; height: 65px; overflow: hidden; text-indent: -9999em; width: 185px; }
        #header h1 a { display: block; height: 100%; height: 100%; }
    #header a { color: #322117; }
        #header a:hover { color: #5f463b; }
    #header .menu, #header ul { float: right; }
    #header .menu { margin-top: 7px; }
        #header ul { clear: right; margin: 3px 0; text-transform: uppercase; }
        #header li { display: inline; padding: 1px 5px; }

.gallery { text-align: center; }
    .gallery img { margin: 8px; }
.textwrapper ul, .textwrapper ol { margin: 1em 0 1em 2em; }
    .textwrapper ul li { list-style: disc; }
    .textwrapper ol li { list-style: decimal; }
    .textwrapper a { text-decoration: underline; }
    
.gallerylist li { background: #402b1e; list-style: none; margin: 2px; padding: 2px; }
    .gallerylist a { color: #fff; display: block; }
        .gallerylist a:hover { background: #f2f1dd; color: #402b1e; }
    .gallerylist img { margin-right: 10px; vertical-align: middle; }

