html
{
    height:100%;
}
body
{
    height:100%;
    font-size:80%;
    font-family:Trebuchet MS, Verdana, Arial;
    text-align:center;
    margin:0;
    background-image:url('/images/background.gif');
    background-position:top;
    background-repeat:repeat-x;
    background-color:#E6E6E6;
}
#wrapper
{
    min-height:100%;
    margin:0 auto;
    text-align:left;
    width:780px;
    position:relative;
}
#top
{
     position:relative;
     
}
    #admin-links
    {
        position:absolute;
        top:0;
        right:0;
        font-size:0.9em;
        color:#F8DD00;
    }
    #admin-links a
    {
        text-decoration:none;
        font-size:1.2em;
        font-weight:bold;
        color:white;
    }
    #admin-links a:hover
    {
        color:#F8DD00;
    }
    #fresh-photo-image
    {
        width:522px;
        height:48px;
        border:0;
        float:left;
    }
    #top-contact
    {
        font-size:0.9em;
        color:white;
        /*position:absolute;
        top:40px;
        right:0;*/
        float:right;
        margin:40px 0 0 0;
    }
        #top-contact a
        {
            color:white;
            text-decoration:underline;
        }
        #top-contact a:hover
        {
            color:black;
        }
    #menu
    {
        position:relative;
        /*position:absolute;
        top:75px;
        left:10px;*/
        clear:both;
        color:white;
        margin:5px 10px 2px 10px;
        font-size:1.2em;
    }
    #menu a
    {
        color:#F8DD00;
        text-decoration:none;
    }
    #menu a:hover
    {
        color:white;
    }
#content-wrapper
{
     position:relative;
     clear:both;
     min-height:600px;
     padding:10px 20px 20px 20px;
     margin:0;
     width:700px;
     background-image:url('/images/content-background.gif');
     background-position:top left;
     background-repeat:repeat-y;
     background-color:white;
     line-height:1.6em;
}
    #content-wrapper h1
    {
        font-size:2.5em;
        line-height:1.0em;
        margin:0.5em 0 0.1em -10px;
        font-weight:normal;
        color:#E6252B;
        letter-spacing:0.03em;
    }
    #content-wrapper h2
    {
        font-size:2.0em;
        line-height:1.0em;
        font-weight:normal;
        margin:0.5em 0 0.1em -10px;
        font-weight:normal;
        color:#FF7D00;
        letter-spacing:0.03em;
    }
    #content-wrapper a
    {
        text-decoration:none;
        color:#FF7D00;
    }
    #content-wrapper a:hover
    {
        color:#E6252C;
    }
    #content-top-left
    {
        position:absolute;
        top:0;
        left:0;
        width:9px;
        height:8px;
        border:0;
    }
    #content-bottom-left
    {
         position:absolute;
         bottom:0;
         left:0;
         width:9px;
         height:9px;
         border:0;
    }
    #content-bottom-right
    {
        position:absolute;
        bottom:0;
        right:0;
        width:9px;
        height:8px;
        border:0;
    }
#admin_photos
{
    color:#666;
    padding:0 10px;
    position:relative;
    margin:15px 0;
    background-image:url('/images/images-background.gif');
    background-position:top;
    background-repeat:repeat-x;
    background-color:#F8DD00;
}
    #admin_photos .photo
    {
        float:left;
        margin:4px;
        border:1px solid #FF7D00;
        padding:0;
        width:160px;
        height:160px;
        padding:0;
        text-align:center;
        background-color:white;
    }
    #admin_photos .photo a img
    {
        border:0;
    }
    .photo_toolbar
    {
        text-align:right;
        background-color:#FF7D00;
    }
    .photo_toolbar a img
    {
        border:0;
    }
.drag, .handle
{
    cursor:move;
}
#photo-wrapper
{
  position:relative;
  float:right;
  width:380px;
  min-height:410px;
}
#photos
{
    color:#666;
    padding:0 10px;
    position:relative;
    float:right;
    width:380px;
    min-height:338px;
    margin:-10px -50px 10px 20px;
    background-image:url('/images/images-background.gif');
    background-position:top;
    background-repeat:repeat-x;
    background-color:#F8DD00;
}
    #photos .photo
    {
        float:left;
        margin:3px;
        width:120px;
        height:120px;
        padding:0;
        text-align:center;
    }
    #photos .photo a img
    {
        border:7px solid white;
    }
        #photos .photo a:hover img
        {
            border:7px solid #E6252C;
        }
    
    #photos-top-left
    {
        width:11px;
        height:9px;
        border:0;
        position:absolute;
        top:0;
        left:0;
    }
    #photos-top-right, #content-top-right
    {
        width:9px;
        height:9px;
        border:0;
        position:absolute;
        right:0;
        top:0;
    }
    
    #photos-middle
    {
        clear:both;
    }
    #photos-top
    {
        margin:5px 15px 30px 15px;
    }
        #photos-top a
        {
            color:#999;
            text-decoration:none;
        }
            #photos-top a:hover
            {
                color:#E6252C;
            }
        #photos-previous
        {
            float:left;
        }
        #photos-next
        {
            float:right;
        }
    
    #photos-bottom-left
    {
         position:absolute;
         bottom:0;
         left:0;
         width:9px;
         height:9px;
         border:0;
    }
    #photos-bottom-right
    {
        position:absolute;
        bottom:0;
        right:0;
        width:9px;
        height:8px;
        border:0;
    }
#footer
{
    position:relative;
    font-size:0.9em;
    color:#999;
    text-align:center;
}
    #footer a
    {
        color:#888;
        text-decoration:underline;
    }
        #footer a:hover
        {
            color:#777;
        }