body {
    background-color: #231F20;
    margin: 0;
}

p {
    margin: 0;
    padding: 0;
    display: block;
    width: 700px;
}

a {
    color: #F9E4B5;
    text-decoration: none;
}

a:hover {
    color: #F9E4B5;
    text-decoration: underline;
}

#webFrame {
    margin-top: 50px;
    margin-left: 50px;
}

#menu {
    margin: 0;
    padding: 0;
}

#menu li {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}

#submenu1 {
    margin: 0;
    padding: 0;
}

#submenu1 li {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}

#submenu2 {
    margin: 0;
    padding: 0;
}

#submenu2 li {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}

#content {
    margin-top: 50px;
}

#blog {
    float: left;
}

#rightBlock {
    float: left;
    width: 200px;
    margin-left: 20px;
}

#searchForm {
    width: 200px;
    height: 60px;
    margin-top: 15px;
}

#picture {
    min-width: 150px;
    min-height: 150px;
    float: left;
}

#textContent {
    font-family: verdana;
    font-size: 11px;
    color: #bf9f62;
    float: left;
    min-width: 550px;
}

td.galleryItem {
    border-right: solid 2px #231F20;
    border-top: solid 2px #231F20;
    width: 148px;
    height: 148px;
}

div.blogEntry {width: 550px; float: left; font-family: Arial;}
div.blogEntryDivider {clear: both; width: 550px; height: 1px; background-color: #BEA060;}
div.clear {clear: both;}

div.blogEntry h1 {
    color: #BEA060;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    float: left;
    display: block;
    margin-bottom: 10px;
    margin-top: 0px;
}

div.blogEntryDate {
    width: 100%;
    font-size: 11px;
    color: #BEA060;
    text-align: left;
}

div.blogEntry h2 {
    color: #BEA060;
    font-size: 12px;
    letter-spacing: 1px;
    float: left;
    display: block;
    margin-bottom: 20px;
}

div.blogEntryText {
    font-size: 12px;
    color: #BEA060;
    max-width: 550px;
    line-height: 18px;
    text-align: justify;
}

div.blogEntryText p {
    max-width: 550px;
}

img.blogEntryImage {margin-right: 10px; margin-bottom: 0px; max-width: 200px; border: solid 1px #BEA060; border-radius: 5px;}
.hidden {display: none;}
#footer {font-size: 10px; color: #BEA060; font-family: Arial;}
input.searchEdit {border: solid 1px #BEA060; border-radius: 5px; background-color: transparent; width: 140px; font-size: 11px; color: #BEA060; padding-left: 5px; margin-right: 5px;}
#go {font-size: 12px; color: #BEA060; font-family: Arial; text-decoration: none; cursor: pointer;}
#go:hover {font-size: 12px; color:#F9E4B5; font-family: Arial; text-decoration: none; cursor: pointer;}

#history h3 {font-size: 14px; color: #BEA060; font-family: Arial; margin-top: 15px;}
#history a {font-family: Arial; font-size: 12px; color: #BEA060; text-decoration: none;}
#history a:hover {font-family: Arial; font-size: 12px; color: #F9E4B5; text-decoration: none;}