#mainContent {
    height: 394px;
}

#mainContentLeft {
    width: 407px;
    padding: 0;
}

#mainContentLeft .inner {
    line-height: 2em;
    margin: 1em;
}

#mainContentRight {
    width: 593px;
    height: 394px;
    padding: 0;
}

#slideShow {
    position: relative;
    width: 593px;
    height: 394px;
}

.slideShowCounterText {
    display: none;
    visibility: hidden;
    height: 0px;
}

#aahaLogo {
    background-image: url(/images/aahaLogo.jpg);
    position: absolute;
    top: 80px;
    left: 50px;
    width: 157px;
    height: 216px;
}

#aahaLogoBw {
    background-image: url(/images/aahaLogoBw.jpg);
    position: relative;
    border: 2px solid gray;
    float: left;
    width: 77px;
    height: 103px;
    margin: 0.5em 1em 0.5em 0;
}


