* { margin: 0; padding: 0; }
html { font-size: 100%; }
.hidden { display: none; }

body
{
    color: #1D1F22;
    font-size: 87.5%;
    font-family: "Baskerville", "Book Antiqua", Palatino, serif;
    text-align: center;
    background-color: #CEDDF3;
    background-image: url(im/bg.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-attachment: fixed;
}

#wrap
{
    text-align: left;
    width: 630px;
    margin-left: auto;
    margin-right: auto;
}

h1
{
    float: right;
    width: 281px;
    margin-top: 40px;
    position: relative;
    z-index: 1;
}

h1 a img { border: 0px none; }

#content
{
    clear: right;
    float: right;
    width: 450px;
    margin: -35px 0 10px 0;
    padding: 0 0 1.5em 0;
    margin-top: -35px;
    background-color: #EDF3FB;
    background-image: url(im/bg-over.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-attachment: fixed;
    position: relative;
    border-radius: 6px;
}

#content a { text-decoration: none; }

#content dl
{
    margin-left: 8px;
    font-style: normal;
}

#content dl dt { font-weight: bold; }
#content dl dd { margin-left: 2em; }

#content p, #content .line-block
{
    margin: 0 8px 1em 8px;
    line-height: 1.4em;
}

#content h2
{
    margin: 22px 8px 4px 8px;
    font-size: 1.5em;
}

#content h3
{
    margin: 1.5em 8px 4px 8px;
    font-weight: normal;
    font-size: 1.3em;
}

#content ul
{
    margin-left: 35px;
    line-height: 1.4em;
}

#content blockquote
{
    margin: 0 3em;
    line-height: 1.4em;
    font-style: italic;
}

#content blockquote cite
{
    display: block;
    text-align: right;
    font-style: normal;
    font-size: .93em;
    padding-left: 6em;
}

#links
{
    clear: left;
    margin: 0px 450px 0 0;
    list-style-type: none;
    text-align: right;
    padding-top: 200px;
    background: transparent url(im/logo-sm.gif) 15px 39px no-repeat;
}

#links li
{
    font-size: 1.1em;
    margin: 16px 0;
    position: relative;
}

#links li a
{
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 3px 40px 3px 3px;
    background-image: url(im/chevrons.gif);
    background-position: 142px 7px;
    background-repeat: no-repeat;
    color: black;
}

#links li a span
{
    border-bottom: 2px #b7c5d8 solid;
}

#links li a:link, #links li a:visited
{
    color: inherit;
    text-decoration: none;
}

#links li a:hover
{
    background-color: #EDF3FB;
}

#links li a:hover span
{
    border: 0px none;
}

body.sandplay   #links li.sandplay  a,
body.children   #links li.children  a,
body.parents    #links li.parents   a,
body.depth      #links li.depth     a,
body.spiritual  #links li.spiritual a,
body.profile    #links li.profile   a,
body.workshops_sandplayandsilence   #links li.workshops_sandplayandsilence  a,
body.contact    #links li.contact   a
{
    background-color: #EDF3FB;
    border: 0px none;
}

body.sandplay   #links li.sandplay  a span,
body.children   #links li.children  a span,
body.parents    #links li.parents   a span,
body.depth      #links li.depth     a span,
body.spiritual  #links li.spiritual a span,
body.profile    #links li.profile   a span,
body.workshops_sandplayandsilence  #links li.workshops_sandplayandsilence a,span,
body.contact    #links li.contact   a span
{
    border: 0px none;
}

body.contact #content p
{
     margin-bottom: 0;
}

body.contact #content h3
{
    margin-top: 1em;
}

.face
{
    border: 1px #1D1F22 solid;
    margin: 0 8px 2px 8px;
    float: right;
}
