#structure {
    height: 748px;
}

#home {
    padding-top: 16px;
}

#home-sidemenu {
    display: inline;
    width: 120px;
    float: left;
}

#home-main {
    display: inline;
    width: 776px;
    float: right;
    margin: 16px 40px 0 0;
    padding: 0 0 32px 0;
}

#home-main h2 {
    color: #000;
}

#home-images {
    width: 776px;
    height: 300px;
    position: relative;
    margin-bottom: 16px;
}

#home-images ul {
    display: block;
    position: absolute;
    top: 270px;
    left: 0;
    margin: 0;
    width: 776px;
    height: 30px;
}

#home-images ul li#next {
    display: inline;
    background: #343536;
    float: right;
}

#home-images ul li#prev {
    float: left;
}

#home-images ul li a {
    display: block;
    width: 70px;
    height: 28px;
    border: 1px solid #598d45;
    background: #598d45;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

#home-images ul li a:hover {
    background: #fff;
    color: #598d45;
}

#home-images ul li a span {
    font-weight: bold;
    padding: 6px 0 0 0;
    display: block
}


#home #home-images div {
    width: 776px;
    height: 300px;
    display: none;
}

#home #home-images div a {
    display: block;
    width: 776px;
    height: 300px;
}

#home #home-images div a span {
    display: none;
}

#home #home-images .home-image-active {
}

#home-main #home-main-content { 
    display: inline;
    float: left;
    width: 376px;
    padding-top: 8px;
}

#home-main #home-main-content p { 
    margin: 8px 0;
    font-size: 10pt;
    line-height: 160%;
}

#home-main #home-main-news { 
    display: inline;
    float: right;
    width: 360px;
    padding-top: 8px;
}

#home-news h3 {
    font-size: 12pt;
    margin: 16px 0 8px 0;
    padding: 16px 0 0 0;
    border-top: 1px solid #eee;
}

#home-news h3.first {
    margin-top: 0;
    border: none;
}

#home-news h3 a:hover {
    text-decoration: underline;
}

#home-news h3 a {
    text-decoration: none;
    display: block;
    color: #000;
}

#home-news p {
    margin: 4px 0 8px 0;
}

#home-news img {
    float: right;
    margin: 20px 0 4px 4px;
}

