/* global elements */
body {
    background-color: rgb(144, 132, 108);
    color: rgb(26, 26, 26);
    font-family: verdana, sans-serif;
}

a, a:link, a:visited, a:hover, a:active {
    color: rgb(111,145,111); 
    text-decoration: none;
}

a:hover { color: rgb(85, 0, 0); }

em { font-style: italic; }

h1, h2 {
    font-weight: bold;
    margin-bottom: 10px;
    clear: both;
}

h1 { font-size: 1.5em; }

h2 { font-size: 1.25em; }

p { margin-bottom: 20px; }




/* global classes */
.border { border: 2px solid rgb(26, 26, 26); }

.define { font-weight: bold; }

.inline { margin: 20px; }

.left {
    float: left;
    margin-left: 0px;
    padding-left: 0px;
    text-align: left;
}

.small { font-size: .8em; }

.right {
    float: right;
    margin-right: 0px;
    padding-right: 0px;
    text-align: right;
}




/* header */
#hd {
    background-color: rgb(144, 132, 108);
    height: 118px; /* Req for IE */
}




/* body */
#doc { background-color: rgb(249, 249, 249); }

#bd {
    background: url(../images/contentbg.png) repeat top;
    border-left: 1px solid rgb(26, 26, 26);
    border-right: 1px solid rgb(26, 26, 26);
    *height: 380px; /* hack for IE */
    min-height: 380px;
}

#bd #headline {
    background-color: rgb(111, 145, 111);
    font-family: georgia, serif;
    font-size: 1.25em;
    letter-spacing: .10em;
    padding: 2px 10px;
    text-align: center;
}

#bd #content { padding: 10px; }

#bd #navigation {
    font-family: georgia, serif;
    font-size: 1.6em;
    letter-spacing: .10em;
    padding: 10px;
    line-height: 1.5em;
}




/* navitation */
#navigation a, #navigation a:link, #navigation a:visited, #navigation a:hover, #navigation a:active { color: rgb(21, 21, 21); }

#navigation a:hover { color: rgb(85, 0, 0); }

#navigation #ygtvt2 { visibility: hidden; }

#navigation #ygtvlabelel3, #ygtvlabelel4 { font-size: .5em; }

#navigation .ygtvdepthcell, #navigation .ygtvtn, #navigation .ygtvln { background: transparent; }




/* footer */
#ft .yui-g {
    background-color: rgb(26, 26, 26);
    color: rgb(249, 249, 249);
    font-size: .8em;
    padding: 10px;
}

#ft #contact { text-align: left; }

#copyright {
    background-color: rgb(144, 132, 108);
    color: rgb(26, 26, 26);
    font-size: .7em;
    text-align: center;
}

#ft #dedication { text-align: right; }




/* page specific */
#home, #links, #gallery { text-align: center; }

#gallery .left, #gallery .right {
    height: 260px;
}
#gallery .left { padding-left: 14px;}

#gallery .right { padding-right: 14px;}

