﻿body {
    background-color: #660000;
    color: #000000;
    margin: 0px;
    padding: 0px;
}
img {
    border: none;
}
h1 {
    color: #000000;
    font-size: 180%;
    font-weight: bold;
    font-style: italic;
}
h2 {
    color: #000000;
    font-size: 140%;
    font-weight: normal;
    font-style: italic;
}
h3 {
    color: #000000;
    font-size: 120%;
    font-weight: normal;
    font-style: italic;
}
a:link {
    color: #cc0000;
}
a:visited {
    color: #990000;
}
a:hover {
    color: #ff0000;
}
div#container {
    background-color: #facf81;
    background-image: url(main-bg.gif);
    background-repeat: repeat-y;
    width: 770px;
    margin: 50px auto 50px auto;
    padding: 0px;
}
div#menu {
    width: 230px;
    float: left;
}
div#menu .menuitem-1 {
    background-image: url(menu-bg.gif);
    background-position: left top;
    background-repeat: repeat-y;
    padding-left: 50px;
}
div#menu .menuitem-1 .selected {
    font-weight: bold;
    font-style: italic;
    color: #ffffff;
}
div#menu .menuitem-1 a:link {
    font-size: 90%;
    font-weight: bold;
    font-style: italic;
    color: #cccc00;
    text-decoration: none;
}
div#menu .menuitem-1 a:visited {
    font-size: 90%;
    font-weight: bold;
    font-style: italic;
    color: #aaaa00;
    text-decoration: none;
}
div#menu .menuitem-1 a:hover {
    font-size: 90%;
    font-weight: bold;
    font-style: italic;
    color: #ffff00;
    text-decoration: none;
}
div#menu div#languages {
    text-align: center;
    margin-top: 30px;
}
div#menu div#info {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 75%;
    color: #999999;
}
div#menu div#info a:link, div#menu div#info a:visited {
    color: #999999;
}
div#menu div#info a:hover {
    color: #333333;
}
div#main {
    font-size: 90%;
    color: #660000;
    margin-left: 230px;
}

