﻿body, td {
    font-family: Arial;
}    
body {
    margin: 0px;
    padding: 0px;
    background: white url('images/blue.png') 0px 0px fixed no-repeat;
    position: relative;
}
#wrap {
    position: absolute;
    width: 100%;
    top: 0px;
}
#header {
    position: relative;
    margin-top: 20px;
    height:120px;
    color: White;
}
#logodiv {
    position: absolute;
    left: 80px;
    top: 20px;
    height: 80px;
}
#logo {
}
#rest {
    position: absolute;
    left: 496px;
    top: 20px;
    right: 0px;
    bottom: 0px;
    font-size:0;
    line-height:0;
    background-color:  #E2DE1C;
}
#top {
    background-color:  #E2DE1C;
    position: absolute;
    height: 20px;
    left: 0px;
    top: 0px;
    right: 0px;
}
#left {
    background-color:  #E2DE1C;
    position: absolute;
    font-size:0;
    line-height:0;
    height: 80px;
    left: 0px;
    top: 20px;
    width: 80px;
}
#menu {
    position: absolute;
    left: 0px;
    top: 100px;
    right: 0px;
    height: 20px;
    background-color:  #E2DE1C;
    padding-left: 146px;
    overflow: hidden;
}
.item {
    float: left;
    width: 100px;
    height: 20px;
    margin-right: 20px;
    font-weight: normal;
    font-size: 18px;
    color: White;
    text-align: center;
    text-decoration: none;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 2px;
    color: #7D7400;
}
.item:hover {
    background-color: #7D7400;
    color: White;
    text-decoration: none;
}
#body {
    position: absolute;
    top: 140px;
}
#bodylog {
    position: absolute;
    top: 220px;
}
.content {
    padding: 20px;
    padding-right: 130px;
}
.paragraph {
    padding-left: 130px;
    margin-bottom: 12px;
}
h1,.title {
    background: url('images/bullet-blue.gif') 110px 2px no-repeat;
    font-weight: bold;
    font-size: 24px;
    color: #81CFF0;
    padding-left: 160px;
    margin-top: 10px;
    margin-bottom: 4px;
}
h2 {
    font-weight:  normal;
    font-size: 18px;
    color: black;
    margin-top: 10px;
    margin-bottom: 4px;
}
#gimmick {
    position: absolute;
    top: 2px;
    right: 2px;
    font-style: italic;
    font-size: 12px;
    line-height: normal;
    color: #e7de18;
    text-decoration: none;
}
#gimmick:hover {
    color: White;
}
a {
    color: #7d7400;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
ul {
    margin: 0px;
    padding-left: 0px;
    list-style: disc inside;
}
li {
}
.message {
    float: right;
    width: 300px;
    border: 2px solid #81CFF0;
    padding-bottom: 20px;
    background-color: White;
    margin: 4px;
}
.message h1 {
    background : #81CFF0;
    color: White;
    padding: 4px;
    margin: 0px;
}
.message .body {
    padding: 4px;
}
.subtle {
    color: Gray;
    font-size: smaller;
}
td {
    vertical-align: top;
}
td.key {
    font-weight: bold;
    width: 120px;
}