
    .leftdiv.horizontal
    {
        max-width: 700px;
    }   
    
    .leftdiv.vertical
    {
        width: 50%;
    }
    
    #socialDivLeft
    {
        margin-top: 40px;
    }
    
    #bleedDiv
    {
        opacity: 0.50;
        filter: alpha(opacity=50);
        border-radius: 0px;
    }

    #coloredBleedDiv
    {
        border-radius: 0px;
    }

    #borderDiv
    {
        left: 5%;
        top: 5%;
        width: 90%;
        height: 90%;
        border-radius: 0px;
    }

    #borderDiv.blanket-coral-50-60.horizontal, #borderDiv.blanket-sherpa-50-60.horizontal
    {
        left: 1.5%;
        top: 1%;
        width: 97%;
        height: 98%;
    }

    #borderDiv.blanket-coral-50-60.vertical, #borderDiv.blanket-sherpa-50-60.vertical
    {
        left: 1.5%;
        top: 1%;
        width: 97%;
        height: 98%;
    }
    
    #borderDiv.blanket-coral-60-80.horizontal, #borderDiv.blanket-sherpa-60-80.horizontal
    {
        left: 2.5%;
        top: 2%;
        width: 95%;
        height: 96%;
    }

    #borderDiv.blanket-coral-60-80.vertical, #borderDiv.blanket-sherpa-60-80.vertical
    {
        left: 2%;
        top: 2.5%;
        width: 96%;
        height: 95%;
    }   
    
    @media screen and (max-width: 640px)
    {
        .leftdiv.vertical
        {
            width: 55%;
            margin-right: 0px;
        }
    }   
