html, body {
    background-color: black;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    height: 100%;
    line-height: 1.5;
} .index {
    /*overflow: hidden;*/
    height: 100%;
    width: 100%;
    overflow-y: hidden;
}

a {
    outline: none;
} .column {
    width: 15%;
    padding: 6px;
    float: left;
    margin-right: 80px;
}

img {
    border: none;
} .blog_img {
    width: 100px;
    text-align: center;
} .previewimage {
    text-align: center;
} .letter {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #333333;
    border-top: 1px solid #333333;
}

table {
    border-spacing: 2em 0.25em;
} #top_logo {
    width: 90%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 5px;
} #container {
    margin: auto;
    width: 90%;
   	min-height: 80%;
    border: 7px solid white;
    color: white;
}

body.index #container {
    background: url(../images/logo.png) right bottom no-repeat;
} #left_column {
    margin-top: 5px;
    height: 350px;
    width: 437px;
    padding-top: 2%;
} #news_header {
    margin: 5px 10px;
} #news_container {
    height: 300px;
    overflow: auto;
    width: 360px;
} #content {
    padding: 15px;
    font-size: 10pt;
} #footer {
    float: right;
}

h1, h2, h3 {
    font-family: Sylfaen, Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    letter-spacing: -1px;
    margin: 0pt;
}

ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: white;
}

a:hover {
    color: red;
} .entry {
    margin-top: 5px;
    font-size: 80%;
    text-align: left;
    margin-bottom: 15px;
    padding: 5px 10px;
} .entrybody {
    border-bottom: 1px dotted #333333;
    color: #4F4F4F;
} .previewimage {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
} #navi {
    margin: 5px 10px 10px;
    font-size: 80%;
    height: 30px;
} #navi ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
} #navi ul li {
    float: left;
    margin: 0px;
    padding: 5px;
} #navi ul li a {
    text-decoration: none;
    color: white;
} #navi ul li a:hover {
    color: red;
}

/*
 * Guestbook Styles
 * */ #contact {
    margin-bottom: 20px;
} #contactForm li {
    margin: 3px;
}

li.special {
    display: none;
} #contact {
    float: left;
}

label {
    vertical-align: top;
    margin-left: 5px;
} #contactForm {
    text-align: left;
} #contactForm input {
    width: 300px;
} #contactForm textarea {
    width: 520px;
    text-align: left;
} .message {
    display: none
} #commentbox {
    padding: 10px 0pt;
    width: 520px;
} .comment {
    margin-bottom: 15px;
    border-bottom: 1px dotted #DDDDDD;
    float: left;
    padding: 10px 0px;
} .comment-author {
    border-bottom: 1px dotted #DDDDDD;
    border-top: 1px dotted #DDDDDD;
    clear: both;
    display: block;
    float: none;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.2em;
    margin: 0pt;
    padding: 5px 0px 5px 0pt;
    text-align: center;
    text-transform: uppercase;
    width: 520px;
} .comment-author .details {
    border: medium none;
    clear: both;
    display: block;
    float: none;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 0.2em;
    margin: 0pt;
    padding: 5px 0px 5px 0pt;
    text-align: center;
    text-transform: none;
    width: 520px;
} .commenttext {
    display: inline;
    float: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: normal;
    line-height: 160%;
    margin: 0pt 0pt 0pt 0px;
    overflow: hidden;
    padding: 0pt 20px;
    text-align: left;
    width: 480px;
} .pagination a, .pagination span {
    display: block;
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 0.3em 0.5em;
} .pagination .current {
    color: red;
} #searchresult {
    color: #888877;
    font-style: italic;
    font-size: 90%;
}



