BODY {
background: black url('images/pgbg1.png') repeat;
}


table.main {
background: #613500 url('images/bg-table.jpg') repeat-y;
border: #996633 3px solid;
}

td.content {
font-family: arial, sans-serif;
font-size: 14px;
color: white;
text-decoration: none;
font-weight: normal;
padding: 10px;
vertical-align: top;
}

td.footer {
font-family: arial, sans-serif;
font-size: 12px;
color: white;
text-decoration: none;
font-weight: normal;
padding: 4px;
text-align: center;
}

/* MENU */

td.left {
width: 155px;
padding-left: 3px;
padding-top: 10px;
padding-bottom: 10px;
vertical-align: top;
}

.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 155px;
border: 1px solid #c0060a;
border-bottom-width: 0px;
}

.glossymenu li a{
background: #c0060a url('images/glossyback.gif') repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}

* html .glossymenu li a { /*IE only. Actual menu width minus left padding of A element (10px) */
width: 155px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url('images/glossyback2.gif');
}