
body{
    
    font-family: Verdana, Arial, Helvetica, sans-serif;
    height: 90%;
}

html {
    
    height: 90%;
    
}

#sidebar
{
    
    position: absolute;
    top:85px;
    right:0px;
    width:150px;
    padding:10px;
}

#content
{
    margin-top: 20px;
    padding:10px;
    margin-right:190px;
    min-height: 100%;
    margin-bottom: -10px;
    position: relative;
    border-right: dashed #848484 2px;
}

#header
{
    padding:10px;
    
    border-bottom: solid #848484 1px;
}

#footer
{
    border-top: solid #000000 1px;
    width: 100%;
    font-size:80%;
    position: relative;
}

#google_chart
{
    height:190px;
}

#bbcode_color
{
    border: solid #E41B17 1px;
    background-color: #F5F6CE;
    font-size: 85%;
    color: #FE2E2E;
    padding: 10px;
    margin-bottom: 10px;
}


