body {
    background: #333333;
    color: #FFFFFF;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 10pt;
}
a, a:link, a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
a:hover, a:active {
    color: #FFFFFF;
    text-decoration: underline;
}
ul#links {
    list-style-type: none;
}
#container {
    width: 800px;
    margin: 0 auto;
}
#header {
    position: relative;
    top: 5px;
    width: 800px;
    height: 190px;
}
ul#menu {
    position: relative;
    top: 15px;
    float: left;
}
ul#menu, ul#menu ul {
    list-style-type:none;
    margin: 0;
    padding: 0;
    width: 200px;
    font-family: Tahoma, sans-serif;
    font-size: 13px;
}
ul#menu a {
    display: block;
    text-decoration: none;	
}
ul#menu li {
    margin-top: 1px;
}
ul#menu li a {
    background: #550000 url(../images/web20_effect.png) repeat-x;
    border: 1px solid #000000;
    color: #FFFFFF;	
    padding: 0.5em;
}
ul#menu li a:hover {
    background: #000000 url(../images/web20_effect.png) repeat-x;
}
ul#menu li ul li a {
    background: #AAAAAA url(../images/web20_effect.png) repeat-x;
    color: #000000;
    padding-left: 20px;
}
ul#menu li ul li a:hover {
    background: #555555 url(../images/web20_effect.png) repeat-x;
    border-left: 5px #550000 solid;
    padding-left: 15px;
}
#content {
    float: right;
    width: 590px;
    left: 10px;
    margin-left: 5px;
}
h1 {
    font-size: 16pt;
    font-weight: bold;
}
h2 {
    font-size: 14pt;
    font-weight: bold;
}
h3 {
    font-size: 12pt;
    font-weight: bold;
}
.left_cell {
    font-weight: bold;
    width: 150px;
    vertical-align: top;
}
.right_cell {
    width: 400px;
}

.thumbs>a>img {
    border: 2px solid #000000;
    margin: 0 5px 5px 0;
}
.thumbs>a:hover>img {
    border: 2px solid #550000;
}
