#page_body {
    border: 0;
    padding: 0;
}

#home_section {
    background: url(../images/home_bg.jpg) no-repeat;
}

#home_section .content {
    border: 1px solid #ffa500;
    margin-left: 260px; /* left margin for graphic */
    padding: 1em 1em 0.6em 1em;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

#home_section .intro {
    margin-bottom: 15px;
}

#home_section .announcements {
    border-top: 1px dotted #666666;
    border-bottom: 1px dotted #666666;
    padding: 0.4em 0;
}

#home_section .schedule,
#home_section .reservation-prompt {
    color: #ff6600;
    text-align: center;
    font-weight: bold;
    line-height: 1.5em;
}

#home_section .schedule {
    font-size: 123.1%;
}

#home_section .reservation-prompt a {
    font-size: 153.9%;
}
