body {
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
}

a {
    color: #0000DD;
}

a:visited {
    color: #808080;
}

img {
    border: 0;
}

blockquote {
    font-style: italic;
}

#logo {
    width: 100%;
    padding-top: 10px;
    color: #ffffff;
}

#logo img  {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -350px;
    margin-top: 10px;
    width: 700px;
    height: 119px;
}

#widecol {
    position: absolute;
    top: 130px;
    left: 50%;
    margin-left: -450px;
    width: 900px;
}

#leftcol {
    float: left;
    width: 150px;
    margin: 0;
    font-family: Tahoma, sans-serif;
    color: #FFFFFF;
}

#leftcol a {
    color: #FFFFFF;
    text-decoration: underline;
}

#leftcol a:visited {
    color: #D0D0D0;
    text-decoration: underline;
}

#leftcol a:hover {
    color: #0000FF;
    text-decoration: underline;
}

#rightcol {
    float: right;
    width: 80px;
    padding-left: 10px;
}

#centercol {
    width: 600px;
    margin-left: 160px;
    background-color: #E8DFD4;
    background-image: url("/blog/images/background.jpg");
    background-repeat: repeat;
    color: #704214;
    padding: 10px;
}

#cartoon {
    width: 590px;
    height: 215px;
    padding-top: 7px;
    padding-left: 7px;
    background-color: #ffffff;
}

h2 {
    margin-top: 0;
    margin-bottom: 5px;
    font-family: Georgia, serif;
    font-weight: normal;
    font-size: 160%;
}

h3 {
    margin-bottom: 5px;
    font-family: Georgia, serif;
    font-weight: normal;
    font-size: 140%;
}

.date {
    margin-bottom: 0;
    font-family: Tahoma, serif;
    font-weight: bold;
    font-size: 80%;
    color: #DD0000;
}

.credit {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Tahoma, serif;
    font-size: 80%;
    color: #DD0000;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.sidebar hr {
    height: 1px;
    color: #A0A0A0;
    background-color: #A0A0A0;
    border: none;
}

#footer {
    text-align: center;
    font-size: 80%;
    font-family: Tahoma, sans-serif;
    color: #F5DEB3;
}