/*
|==============================================================|
|                      HTML Tag                                |
|==============================================================|
*/

body
    {
        font-family: Tahoma, Arial, "Times New Roman";
        background-color: #7D7D7D;
        color: #FFFFFF;
        padding: 0;
        margin: 5px 0 0 0;
    }
  

/*
|==============================================================|
|                           CLASS                              |
|==============================================================|
*/
   
    
a, a:visited, a:active
    {
        text-decoratioN: none;
        color: #00ADAD;
    }
    
a:hover
    {
        text-decoration: none;
        border-bottom: #660066 1px dotted;
    }
    
p.paragraph
    {
        margin-bottom: 0;
        margin-top: 0;
        margin-right: 5px;
    }
    
h3
    {
        margin-top: 15px;
        color: #007A7A;
        margin-bottom: 1%;
        margin-top: 4%;
    }


/*
|==============================================================|
|                           ID                                 |
|==============================================================|
*/

#container
    {
        position: absolute;
        width: 800px;
        border: black 2px solid;
        background-color: #262626;
        left: 20%;
    }
    

#header
    {
        position: relative;
    }
    
#topbar
    {
        position: absolute;
        top: 169px;
        left:0;
        width: 800px;
        text-align: center;
        border-bottom: black 2px solid;
        border-top: black 2px solid;
        background-color: #1F1F1F;
    }
    
#sidebar
    {
        position: absolute;
        top: 191px;
        left: 0;
        width: 15%;
        border-right: black 2px solid;
        border-bottom: black 2px solid;
        padding: 1%;
    }


#main
    {
        width: 65%;
        padding-left: 18%;
        text-align: justify;
    }


#footer
    {
        position: relative;
        text-align: center;
        border-top: black 2px solid;
        font-size: 80%;
        margin: 0 0 5px 0;
    }
    
    
#banner
    {
        height: 170px;
        width: 800px;
        border: 0;
    }