body {
    font-family: stolzl, sans-serif;
}

.container {
    max-width: 960px;
    margin: 0 auto;
}

.container_scroll, html, body {
    height: 98%;
    max-width: 960px;
    margin: 0 auto;
}

img {
    width: 100%;
}

.logo {
    width: 100px;
    float: left;
    margin-top: 20px;
}

.left_col {
    float: left;
    width: 430px;
    padding: 20px;
    background: ;
    height: 100%;
    overflow: scroll;
    border-right: solid 10px #F9F978;
}

.right_col {
    float: left;
    width: 430px;
    padding: 20px;
    background: ;
    height: 100%;
    overflow: scroll;
    border-left: solid 10px #CA2030;
}

.tumb {
    width: 175px;
    float: left;
    margin-right: 20px;
    margin-bottom: 40px;
}

.clear {
  clear: both;
}

h1 {
    font-size: 45px;
    float: left;
    margin-top: 45px;
    margin-left: 10px;
    color: #CA2030
}

h2 {
    font-size: 40px;
    color: #CA2030;
}

p {
    font-size: 16px;
    line-height: 1.5;
}

.intro_text {
    width: 300px;
    margin-top: 30px;
    font-size: 12px;
    float: right;
}

.caption {
    float: left;
    font-size: 12px;
    line-height: 1.5;
}

iframe {
    width: 475px;
    height: 800px;
}



/* this is footer */
footer {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.symptomlist {
    font-size: 23px;
    margin-top: 20px;
}

.listitem {
    padding: 20px;
}

.listitem2 {
    padding: 10px;
}

.flair {
    width: 491px;
}