
#header #tl {
/*    position: absolute;
    display: inline;
    top: 0;
    left: 0;
    height: 144px;
    width: 193px;
    margin: 0 0 0 50px;
    background: url('topleft.png') no-repeat top left;
*/
}

#header #logo {
    display: block;
/*    position: relative; */
    width: 150px;
    height: 144px;
    padding: 0 25px 0 493px;
    margin: 0 0 0 243px;
    background: url('header.png') no-repeat top right;
}


div.sidebar {
    float: left;
    height: 144px;
    width: 243px;
    padding: 144px 0 0 0;
    background: url('topleft.png') no-repeat top right;
}

ul.menu {
    list-style: none;
    margin: 0 20px 0 50px;
    padding: 0;
}

ul.menu li {
    /* color: #FF7F00; */
    height: 32px;
    width: 193px;
    margin: 0;
    line-height: 32px;
    background: #bfbfbf;
    background-image: url('sidebar_entry.png');
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
/*    background-image: url('sidebar_bkg_inactive.png'); */
}

ul.menu a {
    text-decoration: none;
    color: #000000;
    padding: 0 0 0 43px;
    display: block;
    outline: none;
/*  border: none; */
}

ul.menu:after {
    content: "";
    width: 193px;
    height: 12px;
    display: block;
    color: #FF7F00;
    background-image: url('sidebar_foot.png');
}

ul.menu:before {
    content: "";
    width: 193px;
    height: 12px;
    display: block;
    color: #FF7F00;
    background-image: url('sidebar_head.png');
}

ul.menu li:hover {
    background: #d6d6d6;
    background-image: url('sidebar_hover2.png');
/*    background-image: url('sidebar_bkg_active.png'); */
}

ul.menu li.selected {
    background-image: url('sidebar_selected.png');
/*    background-image: url('sidebar_bkg_active.png'); */
}

div#content {
    margin: 0 0 0 40px;
    padding: 0 0 0 243px;
    width: 775px;
#    border: solid;
}

body {
    font-family: sans-serif;
}

h1, h2, h3 {
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    margin: 0 0 20px 0;
    padding: 0;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div.footer p {
    border: solid; 
    border-width: 1px 0 0 0;
    border-color: #606060;
    text-align: center;
    color: #606060;
    margin-left: auto;
    margin-right: auto;
}

div#spacer {
#    content: "wewewe.";
#    ddisplay: hidden;
    height: 200px;
}

div#floatclear:after {
    border: solid;
    content: ".";
    visibility: hidden;
    clear: both;
    height: 0;
    display: block;
}

div#qqq {
    border: solid;
}

div.shot {
    float: left;
    width: 210px;
    margin: 0 10px 20px 10px;
}

div.shot img {
    width: 200px;
}

div.shot a img {
    border: none;
}

div.shot p {
    text-align: center;
    margin: 0 0 0 0;
}


p.vskip {
    height: 50px;
}
