/* CSS Document */
#vms_sect img{
    width:78%;
    height: 500px;
    padding: 0px;
    margin:1%;
    float: left;
} 

#vms_sect_t{
    width:18%;
    padding: 0px;
    margin:1%;
    float: left;
} 

#vms_sect_t A{
    display: block;
    width: 55%;
    font-size: 120%;
    text-align: center;
    margin: 20px auto 1px auto;
    color: white;
    padding: 2px 1px;
    background: #B65400;
    border: 2px solid #f2f2f2;
    border-radius: 5px;
    box-shadow: 0px 4px 3px #343455;
    transition: box-shadow 0.15s linear, margin 0.15s linear;
} 
#vms_sect_t A:active
{
    margin-bottom: 0px;
    margin-top: 22px;
    box-shadow: 0px 1px 1px #343455;
} 