/* skin.css info */
 
body
{
    margin:0;
    text-align:center;
    background-color: #f9eeb0;
}

#wrap
{
    position: relative;
    width: 784px;
    text-align:center;
    margin: 0 auto 0;    
}

#logo
{
    width: 784px;
    height: 214px;
}

#logo a image
{
    border-width: 0px;
}

#contentholder
{
    
    background-color: #f9eeb0;
    border: solid 2px #b9674e;
    
}

#mainbody
{
    float: left;
    
    
}

#content
{
    position:relative;
    float: left;
    padding:10px 5px 0 10px;
    width: 517px;
    
}

#sidebar-2
{
    float: left;
    width: 233px;
    padding: 10px 5px 0 8px;
    
    
}

#footercontent
{
    clear: both;
    background-color: #f9eeb0;
    border-top: solid 2px #b9674e;
    width: 780px;
    height: 24px;
    
    padding: 0px 0 0 0px;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 12pt;
    font-weight: bold;
    color: #b9674e;
}

#footerleft
{
    text-align: left;
    width: 33%;
    float: left;
    padding-left: 5px;
}

#footermiddle
{
    text-align: center;
    width: 33%;
    float: left;
}

#footerright
{
    text-align: right;
    width: 33%;
    float: right;
    
}

#loginlinks
{
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline;
    white-space: nowrap;
    font-size: x-small;
    color: #000;
}

#date
{
    position: absolute;
    top:0px;
    left: 0px;
    display: inline;
    white-space: nowrap;
    color: #000;
    font-size: x-small;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
}   
