html { height: 100%; }

body {
    height: 100%;
    background: #002 url('/images/bkg.jpg');
    font: 82%/150% verdana, sans-serif;
    color: #bde; 
    margin: 0px;
}

img { border: 0px; }

a         { color: #dd6; }
a:visited { color: #c85; }
a:hover   { color: #ffd; }

table {
    border-spacing: 0px;
    border-collapse: collapse;
}
td { vertical-align: top; }

small { font-size: 85%; }

.title, .tdtitle {
    color: #56b;
    font-weight: bold;
    font-size: 120%;
    margin-top: 5px;
    margin-bottom: 10px;
}
.tdtitle {
    text-align: right;
    padding-right: 5px;
}

.hr {
    background: url('/images/hr.gif');
    width: 370px;
    height: 3px;
    margin: 15px auto 15px auto;
}

.photol { border: 10px solid #ddd; }
.photod { border: 10px solid #224; }

#main {
    width: 100%;
    height: 100%;
}
#leftnav {
    background: url('/images/leftwall.jpg');
    width: 106px;
    min-width: 106px;
    padding-left: 3px;
}
#content {
    padding: 10px;
    text-align: center;
}
#rightbar {
    background: url('/images/rightwall.jpg');
    width: 38px;
    min-width: 38px;
}
