﻿html, body
{
    margin : 0;
    padding : 0;
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif, archer;
    color:#8c8475;
    height : 100%;
    background: #ffffff;
    background-repeat: repeat-y;
    background-position: left;
}




#menu 





#bracket
{
    position : absolute;
    top:100px;
    left:38px;
    
    font-size : 1em;
    font:archer
}

#info
{
    position : absolute;
    top:100px;
    left:38px;
    font-size : 1em;
    font:archer
}

#blog
{
    position : absolute;
    top:100px;
    left:191px;
    font-size : 1em;
    font:archer
}


#nav
{
    position : absolute;
    top : 147px;
    left : 63px;
    width : 200px;
}

#nav li
{
    font-size : .7em;
}



#nav ul li span
{
    cursor : pointer;
    display : block;
    margin-bottom : 8px;
}

span:link {
background:#ffffff;
color:#debfb2;
}

span:visited {
background:#ffffff;
color:#debfb2;
}

span:hover {
background:#ffffff;
color:#8c8475;
}

#nav ul ul
{
    margin-left : 6px;
    display : none;
    overflow : auto;
}

#nav ul ul li
{
    float : left;
    margin-left : 6px;
    margin-bottom : 6px;
}

#nav ul ul li a
{
    font-size : 1.3em;
}

a:link {
background:#debfb2;
color:#8c8475;
}

a:visited {
background:#debfb2;
color:#8c8475;
}

a:hover {
background:#debfb2;
color:#8c8475;
}

#gallery
{
    display : none;
}

#container
{

    height : 100%;
}

#subcontainer
{
    position : relative;
    z-index : 1;
    margin-left : 325px;
    padding-top : 25px;
}

#container

#content
{
    font-size : 0.7em;
    color:#504c43;
    margin-right : 140px;
}

#content img
{
    float : left;
    margin-right : 12px;    
}

#content h1
{
    font-size : 1.6em;
    margin-bottom : 12px;
}

#content p
{
    margin-bottom : 6px;
}

#gallery span.copyrightmsg
{
    font-size : 0.7em;
    display : block;
    margin-top : 6px;
    color:#8c8475
}

div.fixedbox
{
    width : 400px;
}
