html, body
{
    margin: 0;
    padding: 0;
}

html body
{
    padding: 40px 0 0 0;
    background: #ac9187 url(rstrip.png) 0 40px repeat-x;
    font-family: verdana;
    font-size: 11px;
    line-height: 1.85;
    text-align: justify;
}

#leftStripDummy
{
    position: absolute;
    background: url(lstrip.png) 0 0 repeat-x;
    width: 50%;
    height: 81px;
}

#container
{
    width: 770px;
    padding: 0 10px 0 10px;
    margin: 0 auto 0 auto;
    background: url(topbar.png) -264px 0 no-repeat;
    position: relative;  /* fix z-order problem */
}

#logoBar
{
    width: 770px;
    height: 81px;
}

#nav
{
    padding: 23px 0 21px 0;     /* was 23 0 23 0 */
    background: #ffffff; /* url(navbar.png) 0 23px no-repeat; */
    width: 100px;
    height: 136px;  /* was 30x234 */
    position: absolute;
    left: 0;
    top: 0;
}

#nav ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav li
{
    display: inline;
    margin: 0;
    padding: 0;
}

#nav a
{
    width: 100px;
    height: 34px;
    display: block;
}

#homeNav { background: url(navbar.png) 0 0 no-repeat; }
#aboutNav { background: url(navbar.png) 0 -34px no-repeat; }
#counsellingNav { background: url(navbar.png) 0 -68px no-repeat; }
#contactNav { background: url(navbar.png) 0 -102px no-repeat; }
#homeNav:hover { background: url(navbar.png) -112px 0 no-repeat; }
#aboutNav:hover { background: url(navbar.png) -112px -34px no-repeat; }
#counsellingNav:hover { background: url(navbar.png) -112px -68px no-repeat; }
#contactNav:hover { background: url(navbar.png) -112px -102px no-repeat; }


#nav span
{
    display: none;
}

#content
{
    background: #ffffff url(pagevstrip.png) top left repeat-y;
    padding: 30px 60px 40px 140px;  /* was 30 40 40 60 */
    position: relative;
}

#content h1
{
    margin: 0;
    font-size: 1em;
    font-weight: bold;
    text-align: left;
}

#content h2
{
    margin: 20px 0 20px 0;
    font-size: 1em;
    font-weight: bold;
    text-align: left;
}

#content .floatedImg
{
    float: right;
    margin: 0 0 20px 40px;
}

#content .floatedImg img
{
    border: 1px solid #000000;
    background: #ac9187;
}

#content .floatedImg p
{
    padding: 3px;
    text-align: center;
    margin: 0;
}

#content a
{
    color: #383f10;
    font-weight: bold;
}

#content p
{
    margin: 20px 0 20px 0;
}

#content .quote
{
    text-align: center;
    font-style: italic;
    margin: 0 0 50px 0;
}

#content .externalLink
{
    margin: 30px 0 30px 0;
    background: #dddddd;
    padding: 10px;
}

#footer p
{
    text-align: center;
    font-size: 0.8em;
    margin: 3px 0 0 0;
}

#footer a
{
    color: #000000;
    text-decoration: none;
}
