.page_layout_holder > div{

    z-index: 10;
}

.page_layout_holder >div.layout_picture{
    z-index: 1;
}

.page_layout_holder >div.group_block > h2{
    font-size: 18px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 19px;
    margin-bottom: 4px;
}

.page_layout_holder >div.group_block > p{
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #4B4B4B;
}
.page_layout_holder  a{
    text-decoration: underline;
}

.page_layout_holder >div.group_block > p > a{
    color: #4B4B4B;
}

.page_layout_holder >div.group_block > h3 > a{
    font-size: 13px;
    text-decoration: underline;
}
.page_layout_holder >div.block_layout_text > h3{
    font-size: 13px;
    line-height: 15px;
    margin-bottom: -2px;
}
.page_layout_holder >div.block_layout_text > h3 > a{
    text-decoration: none;
}
.page_layout_holder >div.block_layout_text > h3 > a:hover{
    text-decoration: underline;
}
.page_layout_holder >div.block_layout_text > a > p{
    margin: 0px;
    padding: 0px;
}


/*.group_block
*/










#draggables{
    position: relative;
    width:630px;
    height: 894px;
    background-color:#FFF ;
    float:left;
}
.drag h3{
    font-size: 11pt;
    font-weight: 700;
    color: #7F7777;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}
.drag > p {
    color: #7F7777;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}
.page_layout_holder > div {
    position: absolute;
    height: auto;
    width: 150px;
    overflow: hidden;
    top:0px;
    left:0px;

}
.image_holder{
    display: inline-block;
    width: 200px;
    height: 170px;
}


.block_layout_text p a:link,  .block_layout_text p a:active, .block_layout_text p a:visited {
    color: black;
    text-decoration: underline;
    font-size: 12px;
}