body
{
    background: #FFFFFF;
}

#box
{
    margin-top: 5%;
    background: url('../../media/images/bg2.png') no-repeat #ffffff;
    background-position: 225px -56px;
    border: solid 4px #ccc;
}


#box #header #text
{
    height: 200px;
    width: 483px;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}

#box #header #text span
{
    background: url('../../media/images/header2.png');
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#box #header 
{
    position: relative;
}

#box #header img
{
    position: absolute;
    top: 40px;
    right: 40px;
}

#photo_col img, #big_photo img
{
    border: solid 2px #666;
}

#photo_col
{
    text-align: center;
}

#big_photo 
{
    text-align: center;
}

#box p
{
    font-size: 130%;
}

#box p.contact
{
    font-style: italic;
    text-align: center;
    font-size: 150%;
}

#box p.contact span.name
{
    font-weight: bold;
}

#footer
{
    text-align: right;
    margin-bottom: 5%;
}

p.center
{
    text-align: center;
}

.prepend-top { 
    margin-top:36px; 
}
.append-bottom { 
    margin-bottom:36px; 
}

