/*
-----------------------------------------------
Designer:   Patricia McDonough
URL:        www.trishmcdonough.com
Date:       Jan 2006

Colours:    #444734;  cloud grey - background
            #552326;  burgandy
            #E8E9E0;  off white
            #293028;  slate grey
----------------------------------------------- */



body {
    background-color: #444734;  /*cloud grey*/
    position: relative;
    }
    
#container
    {
    top: 15px;
    margin: 0 auto;
    width: 730px;
    height: auto;
    border: thick double #0B0B0A;
    }

#map
{
width: 730px; 
height: 450px;
margin: 3px 0px 3px 0px;
}

.mapthumb
{
border:none;
margin-right: 5px;
}



#header {
    position: relative;
    display:block;          
    width: 720px;          /********width*******/
    padding: 10px 10px 5px 0px;
    text-align: right;
    background-color: #552326;  /*burgandy */
    color: #E8E9E0;         /* off white*/
    letter-spacing: 0.3em;
    text-transform: lowercase;
    font: bold 22px sans-serif;
    height: 28px;
    vertical-align: middle;
    white-space: nowrap;
    }


#header-image {
    position: relative;
    background-repeat: no-repeat;
    background-position: 0 0px; 
    height: 250px;
    border-top: thick double #0B0B0A;
    border-bottom: thick double #0B0B0A;

    }

#content {
    position: relative;
    background-color: #E8E9E0;  /* off white*/
    color: #552326;         /* burgandy */
    font: 13px Verdana, sans-serif;
    padding: 10px;
    width: 710px;           /********width*******/
    }


#content h2 {
    color: #552326;
    font: bold 18px Verdana, sans-serif;
    }


#footer {
    position: relative;
    width: 730px;           /********width*******/
    background-color: #552326;  /* burgandy*/
    height: 30px;
    }


#gallery-container {
    position: relative;
    background-color: #E8E9E0; /*off white */
    width: 100%;            /********width*******/
    }

#links-container
{
    display: block;
    position: absolute;
    left: 0%;
    top: 0%;
    width: 720px;       /********width*******/
    text-align: left;
    font: bold 16px sans-serif;
    color: #E8E9E0;         /* off white */
    white-space: nowrap;
    background-color: #552326;  /* burgandy */
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    opacity: 0.5;
    padding: 10px 10px 5px 0px;
    
}

#links-container a, a:visited{
    color: #F1F3F5; 
    text-decoration: none;
    padding: 10px 10px 5px 10px;
    }

#links-container a:hover {
    color: #0B0B0A;
    text-decoration: none;
    background-color: #E8E9E0;  /* off white */
    }

#trans-foot
{
    
    display: block;
    position: absolute;
    left: 0%;
    top: 88%;
    width: 720px;           /********width*******/
    text-align: right;
    font: 14px sans-serif;
    color: #E8E9E0;         /* off white */
    white-space: nowrap;
    background-color: #552326;  /* burgandy */
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    opacity: 0.5;
    padding: 10px 10px 5px 0px;
    
}


#content a:link {color: #293028; text-decoration: underline; }
#content a:visited {color: #293028; text-decoration: underline; }

.clearer {clear: both; line-height: 0; height: 0;}

.floatright
{   
    float:right;
}

.profile
{   
    float:left;
    padding-right: 10px;
}


