#nav-micro {
        display: none;
}

#content-header {
        display: none;
}

#location {
        display: block;
}

/* schedule of events */

#speakers {
    height: 1020px;
    width: 639px;
    background: #EDEEF0; 
    opacity: 0.9;
    filter:alpha(opacity=90);
}

#speakers h3 {
    text-align: center;
    color: #5B8AB1;
}

#speakers h4 {
    font-size: 14px;
    font-weight: bold;
    background: #5B8AB1;
}

#speakers .header ul li {
    color: #5b8ab1;
    background: #EDEEF0;
}

#speakers ul li {
    float: left;
    width: 363px;
    border-bottom: 1px solid #aaa;
    padding-left: 5px;
}

#speakers .one {
    width: 130px;
}

#speakers .three {
    width: 130px;
}

#speakers p {
    text-align: center;
}
