#home_content {
    width: 980px;
    margin: auto;
    margin-top: 10px;
    clear: left;
}
#menuContent {
    height: 56px;
    background-image: url('../../images/menuContent/background_home.png');
    background-repeat: no-repeat;
    background-position: bottom;
}
#home_content_items {
    min-height: 180px;
    margin-top: 10px;
}
.menuContent_item {
    width: 240px;
    float: left;
    text-align: center;
}
.home_content_item {
    float: left;
    width: 285px;
    min-height: 200px;
    margin: 0px 10px 20px 10px;
    padding: 15px 10px 0px 10px;
    background-image: url('../../images/home/background_home_item.jpg');
    background-repeat: no-repeat;
    background-position: top;
}
.home_content_item h2 {
    color: #6a5f55;
    margin-bottom: 5px;
    font-size: 1.3em;
    font-weight: normal;
}
.home_content_item_container {
    margin-bottom: 0px;
}
.home_content_item p{
    line-height: 1.4em;
    font-size: 1.05em;
    padding-top: 5px;
    color: #525252;
}
.home_content_item img {
    float: left;
    margin-bottom: 5px;
    max-width: 290px;
    max-height: 290px;
    text-align: center;
}
.home_content_item li {
    padding-bottom: 5px;
}
.home_content_cat {
    display: none;
}
.home_content_cat:first-child {
    display: block;
}
#pressTalk {
    width: 965px;
    height: 70px;
    padding-top: 10px;
    margin: auto;
    clear: both;
}
.pressTalkImgs {
    margin-left: 50px;
}
.pressimg {
    display: none;
}
.pressimg:first-child {
    display : block;
}
#pressTalk h3 {
    text-align: left;
    font-size: 1em;
    color: #6a5e55;
    width: 965px;
    padding-bottom: 2px;
    margin-bottom: 10px;
   /* border-bottom: 2px solid #bad355;*/
}
.content_item_container {
    font-size: 1.1em;
    padding-top: 10px;
    padding-bottom: 10px;
}
.separation {
    background-image: url('../../images/menuContent/menu_background.png');
    background-repeat: no-repeat;
    height: 22px;
    padding-left: 10px;
    padding-top: 2px;
    color: #312d29;
}