.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 95%;
    float: none;
    clear: none;
    max-width: none;
    min-width: 0px;
}

#BoxMainTitle {
    float: none;
    height: 75px;
    margin: 0 auto;
    clear: none;
    width: 100%;
    /*background-image: -webkit-linear-gradient(0deg, rgb(109, 95, 12) 23%, rgb(186, 166, 49) 51%, rgb(109, 95, 12) 79%);
    background-image: linear-gradient(90deg, rgb(109, 95, 12) 23%, rgb(186, 166, 49) 51%, rgb(109, 95, 12) 79%);*/
    background: rgb(186,159,112);
    background: linear-gradient(90deg, rgb(139,107,68) 0%, rgb(186,159,112) 30%, rgb(186,159,112) 70%, rgb(139,107,68) 100%);
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    min-width: 0px;
    background-position: 0% 0%;
    background-repeat: repeat repeat;
    text-align: center;
}

#BoxLeft {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 39.999682%;
    margin-right: 0%;
    min-width: 0em;
    max-width: 400px;
    position: relative;
    top: 0px;
    left: 0px;
}

#MainTitleTxt {
    float: none;
    font-size: 1.7em;
    line-height: 2.7em;
    width: auto;
    height: auto;
    font-weight: bold;
    display: inline-block;
    clear: none;
    font-family:"Proxima Nova", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    color: rgb(1, 1, 1);
    text-shadow: 1px 1px #cecece;
}

#BookImage {
    float: none;
    width: 87.497517%;
    height: auto;
    margin-left: auto;
    margin-top: 25px;
    clear: none;
    color: rgb(0, 0, 0);
    position: relative;
    top: 0px;
    left: 0px;
    min-width: 0px;
    max-width: 350px;
    margin-right: auto;
}

#BoxRight {
    float: left;
    /*height: 620px;*/
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 60%;
    /*max-width: 600px;*/
    min-width: 0em;
    margin-right: 0%;
    position: relative;
    top: 0px;
    left: 0px;
}

#IntroTxt {
    float: none;
    font-size: 1.2em;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: 600;
    line-height: 1.5em;
    margin-left: auto;
    margin-top: 25px;
    clear: none;
    min-height: 81.21875px;
    margin-right: auto;
    position: relative;
    top: 0px;
    left: 0px;
    min-width: 0px;
    font-family:"Proxima Nova", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    padding-bottom: 20px;
}

#BodyP1 {
    float: none;
    font-size: 1.2em;
    line-height: 1.4em;
    font-family:"Proxima Nova", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    margin-right: auto;
    position: relative;
    top: 0px;
    left: 0px;
    padding-bottom: 1em;
    min-width: 0px;
}

#BoxPreOrder {
    float: none;
    height: auto;
    margin: 0px auto;
    clear: none;
    width: 51%;
    position: relative;
    top: 0px;
    left: 0px;
    background-color: rgb(61, 95, 137);
    max-width: 300px;
}

#OrderTxt {
    float: none;
    margin: 0 auto;
    font-size: 1.4em;
    width: auto;
    height: auto;
    text-align: center;
    font-weight: bold;
    line-height: 1em;
    clear: none;
    min-height: 1px;
    font-family:"Proxima Nova", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    color: rgb(255, 255, 255);
    padding: 0.5em;
    text-shadow: 1px 1px #4b4c4c;
}

.OrderTxt a {
    color: white;
    text-decoration: none;
}

#bottomTxt {
    float: none;
    font-size: 0.9em;
    width: auto;
    height: auto;
    text-align: center;
    font-weight: 600;
    line-height: 0.7em;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    font-family:"Proxima Nova", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    margin-right: auto;
    position: relative;
    top: 0px;
    left: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
}

#divCenter {
    float: none;
    height: 625px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 90%;
    margin-right: auto;
}

@media only screen and (max-width: 950px) {
    #BoxPreOrder {
        width: 65%;
    }
}




/*@media only screen and (max-width: 2000px) {*/
    /*#BoxRight {
        height: 574px;
        width: 64.590614%;
        max-width: none;
    }*/
/*}

@media only screen and (max-width: 1150px) {*/
    /*#BoxRight {
        width: 60%;
        max-width: none;
    }*/

    /*#text1 {
        min-height: 0px;
        padding-bottom: 20px;
    }*/

    /*#text {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: both;
        position: relative;
        top: 0px;
        left: 0px;
    }*/
/*}*/


