body {
    min-width: 640px;
    font-family: verdana;
    margin: 0px;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

p {
    font-size: 12px;
}
/*
#header,#menu,#content,#footer {
    display: inline-block;
}
*/

#header,#menu,#footer {
    position: fixed;
}

/*
#content {
    float: left;
}
*/

#header {
    top: 0px;
    width: 100%;
    text-align: center;
    font-size: 32px;
    background-color: #fff;
    border-bottom: 1px dotted;
}

#menu {
    left: 0px;
    top: 38px;
    bottom: 0px;
    width: 190px;
    padding-left: 10px;
    font-size: 12px;
    background-color: #fff;
    border-right: 1px dotted;
    border-bottom: 1px dotted;
}

#content {
    padding-top: 38px;
    margin-left: 200px;
    margin-bottom: 20px;
    background-color: #fff;
    padding-left: 10px;
}

#footer {
    bottom: 0px;
    width: 100%;
    clear: both;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    border-top: 1px dotted;
}

#menu h1 {
    font-size: 18px;
    font-weight: normal;
}

#menu ul li {
    list-style-type: none;
    line-height: 24px;
    margin-left: -20px;
}

#menu ul li.active {
    list-style-position: inside;
    list-style-type: none;
    padding-left: 10px;
    background-color: #afa;
}

a:link {
    text-decoration: none;
    color: #007;
}

a:visited {
    text-decoration: none;
    color: #007;
}

a:active {
    text-decoration: none;
    color: #007;
}

a:hover, a:visited:hover {
    text-decoration: underline;
    color: #007;
}

table {
    font-size: 12px;
    border-spacing: 2px;
    background-color: #ddd;
}

th {
    background-color: #ccf;
}

td {
    padding: 3px;
    background-color: #fff;
    white-space: nowrap;
}

tr.highlight td {
    background-color: #afa;
}
