﻿body 
{
    background-color:Gray;
    font-family:Sans-Serif;
        color:White;
        font-size:12pt;
}
#body
{
    border: solid 1px black;
    width:1130px;
    left:42px;
    background-color:White;
    position:absolute;
    top: 25px;
    height: 2290px;

}

#header
{
    top:3px;
    width:1130px;
    height:25px;
    font-size:9pt;
    left:42px;
    position:absolute;
    color:White;
    text-align:right;
    }

#contentHeader
{ background-image:url('webscientifics.jpg');
    height: 200px;
    width:1100px;
    position:absolute;
    top: 15px;
    left: 15px;
    border:solid 1px black;
}
#contentMenu
{
    background-color:#222222;
    width:250px;
    border:solid 1px black;
    height: 1725px;
    position:absolute;
    top: 230px;
    left: 15px;
    text-align:center;
    text-align:left;
    padding-left:30px;
    padding-right:20px;

}
#contentCollage
{
    background-color:#ECECEC;
    width:770px;
    border:dashed 1px Navy; border-width:1px;
    height: 200px;
    position:absolute;
    top: 233px;
    left: 333px;
    text-align:center;
    padding:0px 5px 0px 5px;
}

#content
{
    background-color:#CCCCCC;
    border:solid 1px black;
    color:Black;
    width:770px;
    position:absolute;
    left: 333px;
    height: 1698px;
    top: 452px;
    padding-left:5px;
    padding-right:5px;
    
}

#footer
{
    text-align:center;
    font-size:xx-small;
    background-image:url('content_background.jpg');
    background-repeat:repeat;
    background-position:center;
    border:solid 1px black;
    width:1130px;
    position:absolute;
    left: 0px;
    font-size:10pt;
    text-align:left;
    color:White;
    height:25px;
    bottom: 10px;
    height:150px;
}

.brandingFooter
{
     font-family:Times New Roman Greek;
            font-size: 12pt;}
            
            .brandingContent
{font-family: Times New Roman Greek;
            font-size: 14pt;}
            
            
           .textBox
           {
            background-color:Transparent; border:solid 1px #FF9933;
            color:White;
            }