#wrapper {
    width: 1000px;
    margin: 0 auto;
}

#header {
    margin-top: 25px;
}

#header_left {
    width: 500px;
}

#header_right {
    float: right;
}

.spacer {
    width:100%;
    height:5px;
    margin-top: 25px;
    margin-bottom: 25px;
}

#content_left {
    border: solid thin #fff;
    height: 600px;
    width: 250px;
    overflow-y: scroll;
}

#content_right {
    height: 600px;
    width: 700px;
    float: right;
}

p {
    margin: 0;
}

#blurb {
    margin-top: 15px;
    margin-bottom: 15px;
    height:150px;
}

#bizcard {
    height: 200px;
}

.img_left_primary_div {
    height: 150px;
    width: 230px;
    margin:auto;
    text-align:center;
}

.img_left_primary {
    max-height: 100%;
    max-width: 100%;
}

.div_sub_img_container>div {
    height: 96px;
    max-width: 150px;
    display:inline-block;
    vertical-align: middle;
}

.img_left_secondary {
    max-height: 100%;
    max-width: 100%;
    height:auto;
    width:auto;
}

.div_sub_img_container {
    height:120px;
    border:solid thin #fff;
    overflow-x:scroll;
    margin-bottom: 15px;
    white-space: nowrap;
}

#img_main {
    max-height: 100%;
    max-width: 100%;
}