        body
        {
            margin: 0;
            border: 0;
            padding: 0;
            background-color: #660;
        }
        #header
        {
            position: relative;
            background: #660 url(/css/preview.jpg) repeat-x top left;
            margin: 0;
            width: 100%;
            height: 165px;
            z-index: 100;
        }
        #logo
        {
            float: right;
            position: relative;
            top: 0px;
            right: 10px;
            z-index: 101;
        }
        #menu
        {
            position: relative;
            background-color: #660;
            color: #FFF;
            font-family: "Bitstream Vera Sans", sans-serif;
            z-index: 100;
        }
        #menu ul
        {
            display: inline-block;
            list-style-type: none;
/*            background-image: url(/css/navi_button.png); */
            margin: auto;
            padding: 0;
        }
        #menu li  
        {
            height: 30px;
            float: left;
            width: 180px;
        }
        #menu a:link, #menu a:visited
        {
/*            background-image: url(/css/navi_divider.png); */
            background-repeat: no-repeat;
            background-position: right;
            padding-right: 10px;
            padding-left: 10px;
            display: block;
            line-height: 30px;
            text-decoration: none;
            color: #FFF;
        }
        #menu a:hover, #menu a:focus
        {
            background-color: #FFF;
            color: #660;
        }
        div.content
        {
            position: static;
            margin-left: 70px;
            margin-right: 70px;
            border: solid #FFF 0.2em;
            padding: 30px;
            padding-top: 40px;
            background-color: #AA7;
            color: #333;
            font-family: "Bitstream Vera Sans", sans-serif;
        }
        div.news
        {
            border: solid #996 0.2em;
            padding: 10px;
            background-color: #BB8;
        }
        div.alert
        {
            border: solid #FC6 0.2em;
            padding: 10px;
            background-color: #F93;
        }
        p.alert a:link, p.alert a:visited { color: #FFF; }
        p.alert a:hover, p.alert a:focus { color: #000; background: #FFF; }
        h1, h2, h3, h4, h5
        {
            color: #FFF;
            font-style: normal;
            font-weight: normal;
            border-bottom: dotted #FFF 1px;
            padding-left: 1em;
            right: 128px;
        }
        h1
        {
            font-size: 3em;
            padding-left: 0em;
            text-align: left;
        }
        a:link { color: #058; }
        a:visited { color: #939; }
        a:hover, a:focus { color: #FFF; background: #660; text-decoration: none;}

/*            facebook link container on the right */
        #fblink
        {
            position:fixed;
            background-color:#AAAA77;
            border-bottom:0.2em solid #FFFFFF;
            border-right:0.2em solid #FFFFFF;
            border-top:0.2em solid #FFFFFF;
            border-radius:0 10px 10px 0;
            box-shadow: 0px 0px 0px silver;
            padding:5px;
            right:5px;
            top:280px;
            width:55px;
        }

