﻿/******************
TODO Change This Stylesheet to alter the demo styles in the website
*****************/

body
{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-image: url('/Background/red017.gif');
}
div
{
    /* border: solid 1px black;*/
    margin-left: auto;
    margin-right: auto;
}







#content
{
    width: 600px;
    background-color: #FFFF99;
    position: relative;
    font-size: medium;
    font-weight: bold;
    color: #000000;
    font-style: italic;
}


#Logo
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 18px;
    font-weight: bold;
    width: 800px;
    color: #000000;
    padding-right: 10px;
    text-align: left;
    border-top: solid 1px black; /*border-bottom: solid 1px black;*/
}
#Menu
{
    border-bottom: solid 1px black;
    width: 150px;
    left: 10px;
    position: absolute;
}

#Content
{
    background-color: White;
    padding: 0px 3px 0px 3px;
    width: 800px;
    
}

#Footer
{
    padding: 10px 0px 0px 0px;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: medium;
}













