#center {
        overflow: auto;
}

#left {
        position: absolute;
        top: 28px;
        left: 25px;
        width: 450px;
        color: #555d62;
}

#left h1 {
        font-size: 11pt;
        margin-top: 10px;
}

#left p {
        font-size: 8.5pt;
	    padding: 5px 0;
}

#rightbar1 {
        position: absolute;
        top: 12px;
        right: 10px;
        height: 72px;
        width: 225px;
        background-image: url(images/hormones_1.jpg);
        color: #f4efe4;
        font-size: 8pt;
}

#rightbar1 p {
        text-align: center;
        font-size: 10pt;
        font-style: italic;
        padding: 8px 2px 2px 2px;
}

#rightbar1 h1 {
        text-align: center;
        font-size: 10pt;
        margin-top: 8px;
}

#rightbar1 h1 a {
        color: #f4efe4;
        text-decoration: none;
}

#rightbar2 {
        position: absolute;
        top: 96px;
        right: 11px;
        height: 380px;
        width: 222px;
        background-image: url(images/hormones_2.jpg);
        background-repeat: no-repeat;
        color: #f4efe4;
        font-size: 8pt;
}

#rightbar2 p {
        font-size: 8pt;
        padding: 8px;
        color: #72787a;
}

#rightbar2 h1 {
        text-align: center;
        font-size: 9pt;
        padding: 3px;
        color: #555d62;
        margin-top: 0px;
}

#rightbar2 h1 a {
        color: #555d62;
        text-decoration: none;
}

#rightbar2 h1 a:hover
{
	color: #b48f2e;
}