/* 
    Created on : Jan 16, 2010, 10:55:47 AM
    Author     : Nick
    Description:
        This stylesheet lays out the style of the website Cateba Restaurant
*/

root { 
    display: block;
}

body
{
    /*background-image:url('Background.png');*/
    background-color: black;
    margin:0;
    margin-left:0;
    margin-bottom:0;
}

.body2
{
    /*background-image:url('Background.png');*/
    background-color: silver;
    margin:0;
    margin-left:0;
    margin-bottom:0;
}

.menuBody
{
    background-color: black;
    font-family: Verdana,Arial,Times New Roman;
    font-size: 10pt;
    font-weight: normal;
    color: black;
}


.contentBody
{
    background-image:url('Background.jpg');
    font-family: Verdana,Arial,Times New Roman;
    font-size: 10;
    font-weight: normal;
    color: black;
}

.contentBodyContact
{
    background-image:url('Background.jpg');
    font-family: Verdana,Arial,Times New Roman;
    font-size: 8;
    font-weight: normal;
    color: black;
}

.contactUsText
{
    font-family: Verdana,Arial,Times New Roman;
    font-size:12;
    font-weight: normal;
    color: black;
}

.pageHeading
{
    font-family: Script MT Bold,Arial,Times New Roman;
    font-size: 30px;
    font-weight: Bold;
    color: black;
    text-shadow: #6374AB 0px 0px 5px;


}


.bottomBarText
{
    font-family: Verdana, Arial;
    font-weight: bold;
    color: #ffffff;
    font-size: 10pt;
}

