body {
    font-family: arial, helvetica, serif;
    font-size: 80%;
    background: black;
    color: white;
    margin: 0;
    padding: 0;
}
a { color: #dc0000; }
a:active, a:hover { color: #ff8040; }

#header {
    background: url(images/maintitle_sides.jpg) black repeat-x;
    padding: 0;
    text-align: center;
}
#pagetitle {
    display: table;	/* center it in the page */
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
#content {
    background: black;
    display: table;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
#footer {
    position: relative;
    text-align: center;
    background: url(images/footersides.gif) black repeat-x;
}

/* stuff for the navigation menu */
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.nav {
    position: absolute;
    margin-left: 50%;
    margin-top: 0;
    top: 102px;
    left: -195px;
    background: url(images/maintitle.jpg) -106px -102px; 
}
ul.nav li {	/* IE doesn't seem to recognize '>' syntax, and ignores */
    position: relative;
    float: left;
    text-align: center;
    width: 65px;
    height: 22px;
    padding: 6px 0 0 0;
}
ul.nav li a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}
ul.nav li a:active, ul.nav li a:hover { color: #dc0000 }
ul.nav li li a { font-weight: normal; }

ul.nav li ul {
    display: none;
    position: absolute;
    left: -10px;
    top: 28px;
    width: 65px;
}
ul.nav li:hover ul, ul.nav li.over ul {
    display: block;
}
ul.nav li ul li {
    text-align: center;
    background: white;
    height: auto;
    width: 85px;
    padding: 3px 0 3px 0;
    border-right: solid 1px red;
    border-left: solid 1px red;
}
ul.nav li ul li.last {
    border-bottom: solid 1px red;
}
#content td {
    vertical-align: top;
}
/* centerblock is a left justified, layer, centered in the #content area */
.centerblock {	/* for paragraphs, etc. on content page */
    display: table;
    text-align: justify;
/*    margin-left: auto;
    margin-right: auto; */
    margin-left: 0;
    margin-right: 0;
    width: 600px;
}
.centerblock td {
    padding: 10px;
}
.centerblock img.memberimg {
    display: float;
    float: right;
    clear: right;
    margin: 30px;
    margin-bottom: 15px;
}
.centerblock h2 {
    color: red;
    clear: right;
}
.centerblock h3 {
    margin-top: 20px;
    clear: left;
}
table.nopadding {
    margin-left: 20px;
}
table.nopadding td {
    padding: 0 10px;
}


