﻿body
{
    font-family: Tahoma;
    font-size: 8pt;
    direction: rtl;
}
a
{
    color: Navy;
    text-decoration: none;
}
a:hover
{
    color: Red;
    text-decoration: underline;
}
.Header
{
    width: 800px;
    height: 250px;
}
#Header01
{
    float: right;
    clear: right;
    width: 400px;
    height: 250px;
}
#Header02
{
    float: left;
    clear: left;
    width: 400px;
    height: 250px;
}
#Main
{
    width: 800px;
    min-height :600px;
    background-color: White;
}
.MainRight
{
    width: 226px;
    text-align :center   ;
    background-color: White;
}
.MainLeft
{
    width: 574px;
    
    background-color: White;
    text-align: right  ;
}
#Footer
{
    width: 790px;
    height: 60px;
    float: left;
    color :White ;
    text-align :left ;
    padding-left :10px;

}
#Footer a
{
    color: White;
    text-decoration: none;
}
#Footer a:hover
{
    color: Yellow;
    text-decoration: underline;
}

.inputs
{
    font-family: Tahoma;
    font-size: 8pt;
}
.search
{
    font-family: Tahoma;
    font-size: 8pt;
    color: Silver;
}
.All
{
    width: 800px;
    min-height :700px;
    background-color :White ;
}
#pic
{
    width: 573px;
    height: 318px;
}
#pic_R
{
    width: 394px;
    float: right;
    clear: right;
    height: 318px;
}
#pic_R_R
{
    width: 196px;
    float: right;
    clear: right;
    height: 318px;
}
#pic_R_L
{
    width: 198px;
    float: left;
    clear: left;
    height: 318px;
}
#pic_L
{
    width: 179px;
    float: left;
    clear: left;
    width: 318px;
}
#about
{
    width: 573px;
    float: left;
    clear: left;
    text-align: justify;
    background-color: White;
    min-height :169px;
}
