﻿body {
    background-color:#F9F4F0;
    margin-top:0px;
    margin-left:0px;
    height:100%;
    color:#74543B;
}

body a{
    color:#74543B;
    font-weight:bold;
}

.wrapper{
    background-color:#F5ECE5;
    margin-left:auto; 
    margin-right:auto;
    width:1000px;  
    height:100%;
    margin-bottom:0px;
    border-left-style:outset;
    border-left-color:#EEEEEE;
    border-left-width:3px;
    border-right-style:inset;
    border-right-color:#EEEEEE;
    border-right-width:3px;
    border-bottom-style:solid;
    border-bottom-color:#CCCCCC;
    border-bottom-width:1px;
}

.header{
    width:100%; 
    height:130px;
}

.rssLinks{
    text-decoration:none;
    font-size:small;
    color:Black;
}

.rssLinks a{
    text-decoration:none;
    font-size:small;
    color:Black;
}
.hiddencol
{
    display:none;
}
.viscol
{
    display:block;
}
.hideOverflow
{
    overflow:hidden;
}