﻿body 
{
    background-color:#c9d8ef;
}

#topRow
{
    background-color:#001b6e;
    border-bottom-color:#001b6e;
}

#topLeftDiv
{
    height:100px;
    width:70%;
    background-color:#001b6e;
    float:left;
}
#topRightDiv
{
    background-color:#001b6e;
    width:29%;
    height:100px;
    float:right;
    text-align:right;
    color:White;
}
#menuBar
{
    background-color:Gray;
    height:10px;
    widows:100%;
}

#mainTable
{
    width:100%;
    border-width:0px;

    border:solid 1px Gray;
    background-image:url(images/eran-maoz-091.jpg);
    background-repeat:no-repeat;
}

#footer
{
    background-color:Black;
    color:White;
    text-align:center;
    font-size:10px;
}

#mainPageDiv
{
    width:100%;
}

.mainTitle
{
    margin-top:20px;
    padding-left:20px;   
    color:White;
    font-weight:bold; 
    font-size:30px;   
}

.descText
{
    width:400px;
    text-align:left;
    font-size:small;
}

.picturesPanel
{
    float:left;
    height:auto;
    width:500px;
}

.rightPanel
{
    height:100%;
    width:auto;
    text-align:left;
    
}

.picturesContainer
{
    height:auto;
    width:auto;
}

.pageTitle
{
    color:Blue;
    font-size:20px;
}

.headerSubTitle
{
    color:White;
    font-size:15px;
    padding-left:20px; 
}
