body
{
background: url(/media/images/border.gif) rgb(225,222,212) no-repeat left bottom;
text-align:left;
font-family: 'trebuchet ms', arial, sans-serif;
margin: 20px 10% 0;
height:97%;
}

h1, h2, h3, h4, h5, h6, h7, p
{
margin:0;
padding:0;
color:rgb(64,64,64);
}

h1
{
text-indent: -9000px;
text-align:left;
background: url(/media/images/logo_medium.gif) no-repeat left top;
width: 300px;
height: 240px;
margin: 0 auto 30px;
float:left;
}
    h1.small
    {
    background: url(/media/images/logo_small.gif) no-repeat left top;
    width: 150px;
    height: 120px;
    margin: 5px auto;
    }

p
{
margin: 5px auto;
}
.left
{
text-align:left;
}

#footer
{
position:absolute;
bottom:2px;
right:5px;
}
#footer p
{
font-size:80%;
text-align:right;
}

/*===============
Photos
================*/
#col-photos
{
float:right;
width: 150px;
height:auto;
padding:5px;
margin:5px;
border: 1px solid rgb(204,204,204);
}
    #col-photos ul, #col-photos li
    {
    margin:0;
    padding:0;
    list-style:none;
    }
    
    #col-photos li
    {
    clear:both;
    }
    #col-photos li img
    {
    border: 1px solid rgb(51,51,51);
    margin:2px;
    }

.photo-index
{
border: 1px solid rgb(51,51,51);
margin:5px;
float:left;
}

/*===============
Links
================*/
a
{
color:rgb(79,59,40);
}
a:hover
{
color:rgb(119,89,61);
}