html
{
    width: 100%;
    overflow-y: scroll;
}

body
{
    position: relative;
    width: 100%;
}

#body-header
{
    padding: 18px 0 16px 0;
    border-bottom: 2px solid;
}

#body-header h1,
#body-header h2
{
    width: 660px;
    margin: 0 auto 0 auto;
}

#body-article
{
    width: 660px;
    margin: 0 auto 0 auto;
    padding: 18px 0 72px 0px;
    position: relative;
}

#body-article h3
{
    position: absolute;
    bottom: 54px;
    z-index: 1;
}

#page-nav
{
    margin-top: 36px;
}

#body-footer
{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 18px 0 18px 0;
    border-top: 18px solid;
    z-index: 0;
    clear: left;
}

#body-footer .nav
{
    width: 660px;
    height: 18px;
    margin: 0 auto 0 auto;
}

#body-footer .nav li
{
    float: left;
    width: 110px;
    text-align: center;
}

/* Page elements */

.clear
{
    clear:both;
}

a
{
    outline: none;
}

#body-article ol
{
    list-style: decimal outside;
}

#body-article ul
{
    list-style: disc outside;
    margin-left: -18px;
}

#body-article li
{
    margin-left: 18px;
}

#body-article h4,
#body-article h5,
#body-article p,
#body-article ol,
#body-article ul,
#body-article table,
#body-article form
{
    margin-bottom: 18px;
}

#body-article form label,
#body-article form .label,
#body-article form .error
{
    display: block;
}

#body-article form .group label
{
    display: inline;
}

/* Pages */

#home #body-header
{
    text-align: center;
    border-bottom: none;
}

#home #body-article
{
    padding-bottom: 54px;
    text-align: justify;
}

#home #body-article h3
{
    position: static;
    text-align: right;
    margin-bottom: 18px;
}

#home #body-footer
{
    position: absolute;
    border-top: none;
}

#teachers #body-article li
{
    list-style-type: none;
    position: relative;
    padding-left: 140px;
}

#teachers #body-article li img
{
    position: absolute;
    top: 4px;
    left: 0;
}

.teachers-page .individual-article img
{
    float: left;
    margin-right: 20px;
}

#classes #rates,
#directions #map
{
    float: right;
    margin-left: 20px;
    width: 200px;
}

#classes #rates li
{
    margin-bottom: 18px;
}

#classes #styles
{
    float: left;
    width: 420px;
    padding-right: 20px;
}

#news #body-article li
{
    list-style-type: none;
    margin-bottom: 36px;
}

.news-page #body-article h4
{
    margin-bottom: 0;
}

