body {
    background: rgb(247, 246, 246);
    color: #6f6f6f;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 10.5pt;
}

a:link {
    color: #6f6f6f;
}

a:visited {
    color: #6f6f6f;
}

a:hover {
    color: #333333;
}

a:active {
    color: #6f6f6f;
}

#page_container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 700px;
}

#navbar {
    margin: 10px 0;
    padding: 0;
    list-style-type: none;
}

#navbar li {
    display: inline;
}

#navbar li a {
    text-decoration: none;
    padding: .2em 1.5em .2em 0;
    font-weight: bold;
}

#navbar li a:link {
    color: #6f6f6f;
}

#navbar li a:visited {
    color: #6f6f6f;
}

#navbar li a:hover {
    color: #333333;
}

#navbar li a:active {
    color: #6f6f6f;
}

#navbar li a#current {
    color: #333333;
}

#image_text {
    margin: -180px 0px 39px 310px;
    width: 330px;
    text-align: left;
}

#image_text h2 {
    font-size: 18pt;
    color: #c9f700;
    margin-bottom: 5px;
}

#image_text p {
    font-size: 1.15em;
    color: #fff;
    margin-top: 0px;
}

#gift_certificate {
    color: #3d46a1;
    background-color: #c9f700;
    padding: 13px 20px;
    margin-top: 3px;
}

#gift_certificate #need {
    font-weight: bold;
    font-size: larger;
}

#gift_certificate #first {
    font-weight: bold;
    font-size: 1.5em;
    margin-left: 130px;
    margin-right: 100px;
}

#gift_certificate #check {
    color: #3d46a1;
    font-size: smaller;
}

#gift_certificate a {
    text-decoration: none;
    color: #6f6f6f;
    font-weight: bold;
}

#gift_certificate a: visited {
    color: #666;
    font-weight: bold;
}

#gift_certificate a: hover {
    color: #666;
    font-weight: bold;
}

#mothers {
    color: #3d46a1;
    background-color: #f8a4f7;
    padding: 13px 20px;
    margin-top: 3px;

}

#mothers #special {
    font-weight: bold;
    font-size: larger;
}

#hours {
    text-align: center;
}


#footer {
    clear: left;
    text-align: center;
    margin-top: 100px;
}
