
body {
    color: #666;
    font-family: helvetica, arial, clean, sans-serif;
    font-size: 13px;
    margin: 0px;
    width: 950px;
    line-height: 133%;
}

#main-head {
    clear: both;
    height: 77px;
    width: 100%;
    background-color: #80643E;
    background: -webkit-gradient(linear, 0 0, 100% 100%, from(#80643E), to(#E8B46F));
    background: -moz-linear-gradient(0% 100% 0deg, #80643E, #E8B46F);
}

#head-logo {
    background-color: #FFF;
    float: left;
    padding-left: 11px;
    padding-top: 13px;
    width: 140px;
    height: 77px;
}

#head-info {
    padding-left: 166px;
    padding-top: 30px;
}

.head-text {
    font-size: 30px;
    font-weight: bold;
    color: #FFF;
}

#footer {
    clear: both;
    width: 100%;
}

.main-box {
    clear: both;
    background-color: #FFF;
    padding: 0.8em 1.4em 1.4em;
    position: relative;
}

.main-pictures {
    width: 49.1%;
    float: left;
}

.main-list {
    width: 49.1%;
    float: right;
}

a:link {
    font-weight: bold;
    text-decoration: none;
}

a, button {
    outline: 0px;
}

a {
    color: #80643E;
    text-decoration: none;
}

img {
    border: 0px;
}

img.left-align {
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}

img.bordered {
    border: 1px solid #DDD;
    padding: 3px;
}

table, td, th {
    border: 0px;
    border-collapse: collapse;
    padding: 6px 10px;
    text-align: left;
}

.quicklink-menu {
    margin-bottom: 1em;
    margin-bottom: 1em;
    margin: 0px 0px 1em;
}

.quicklink-menu td {
    font-size: 108%;
    padding: 0.4em;
    text-align: left;
}

.quicklink-menu td.button a {
    background-color: #80643E;
    border-radius: 8px;
    -moz-border-radius: 8px;
    color: white;
    text-decoration: none;
    text-align: center;
    display: block;
    font-weight: bold;
    padding: 0.2em 0.7em;
    white-space: nowrap;
}

.pictures-article-gradient {
    background: url(../images/pictures-gradient.png) repeat-x;
    height: 300px;
    width: 400px;
}

.pictures-article {
    border: 1px solid #DDD;
    display: block;
    float: left;
    margin: 0px auto;
    padding: 3px;
    height: 300px;
    width: 400px;
}

.pictures-article-image {
    height: 300px;
    width: 400px;
}

.pictures-article-title {
    clear: both;
    color: white;
    font-size: 146.5%;
    font-weight: bold;
    padding: 6px;
    text-align: left;
    text-shadow: #333 1px 1px 1px;
}

.pictures-article-date {
    clear: both;
    color: white;
    font-weight: normal;
    padding: 0px 6px 4px;
    text-align: left;
    text-shadow: #333 1px 1px 1px;
}

.pictures-article-description {
    clear: both;
    color: white;
    font-weight: normal;
    margin: 0px 0px 4px 8px;
    position: relative;
    text-shadow: #333 1px 1px 1px;
    top: 190px;
}

.item-box {
    clear: both;
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 10px;
    overflow: hidden;
}

.item-title {
    font-weight: bold;
}

.item-description {
    margin-top: 5px;
}

.clearfix::after {
    clear: both;
    content: '.';
    display: block;
    font-size: 0px;
    height: 0px;
    visibility: hidden;
}


