
body {
    background-color: white;
    font-family: "Trebuchet MS";
    font-size: 10pt;
    color: black;
}

a {
}

p {
    margin: 0px 0px 10px 0px;
}

li {
    margin-bottom: 3px;
}

.cleaner {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
}

#container {
    width: 600px;
    margin: 20px auto 0px auto;
}

#header {
    text-align: right;
    border-bottom: 1px dotted silver;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

#header .logo {
    font-size: 40pt;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: right;
}

#header .desc {
}

#menu {
    float: left;
    width: 150px;
}

#menu a {
    font-family: "Tahoma";
    font-size: 7pt;
    display: block;
    text-align: right;
    padding: 3px 10px 3px 0px;
    letter-spacing: 0.2em;
    text-decoration: none;
    color: black;
    text-transform: uppercase;
}

#menu a:hover {
    color: red;
}

#menu a.active {
    font-weight: bold;
}

#content {
    float: left;
    width: 420px;
    font-family: "Arial";
    font-size: 9pt;
    padding: 3px 0px 0px 20px;
}
