﻿.LandingContent {
    float: left;
    width: 935px;
    height: 100%;
    margin: 24px auto 48px auto;
}

#landingImage {
    width: 595px;
    height: 298px;
    float: left;
    border: 2px solid #545454;
    border-radius: 12px;
}

    #landingImage img {
        height: 100%;
        width: 100%;
        border-radius: 9px;
    }

#landingDescription {
    float: left;
    width: 310px;
    margin-left: 24px;
}

#landingHeader p {
    margin: 0;
}

/* space the first p tag, the bottom ones tend to push the slider down too far */
#landingText p:first-of-type {
    margin-bottom: 24px;
}

#landingBottomBlock {
    margin: 24px 0;
}

    #landingBottomBlock p span {
        display: inline;
        font-weight: bold;
    }
