﻿*
{
    margin:0;
    padding:0;
    margin: auto;
    direction: rtl;
    
}
body
{
    
    font-family: Arial;
    margin: auto;
}
#heider
{
    background-color: #abfb9a;
    width: 100%;
    height: 15px;
}
#logo
{
    width: 670px;
    height: 175px;
    text-align: right;

}
#main
{
    padding-top: 20px;
    text-align: right;
    height: 128px;
    width: 670px;
    position: relative;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-top-color: #666666;
    border-bottom-width: 1px;
    border-bottom-color: #666666;
}
#mailto
{
    width: 670px;
    height: 48px;
    position: absolute;
    top: 80px;
    left: 0px;
    text-align: right;
    background-color: #abfb9a;
    font-family: Arial;
    font-size: 14px;
    color: #666666;
    line-height: 50px;
    text-indent: 10px;
    font-weight: bold;
}
#image
{
    width: 670px;
    height: 280px;
}

#footer
{
    padding-top: 20px;
    width: 670px;
    height: 164px;
    text-align: right;   
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-top-color: #666666;
    border-bottom-width: 1px;
    border-bottom-color: #666666;
}
h1
{
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    padding-right: 10px;
    line-height: 20px;
    letter-spacing: 1px;
}

h2
{
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    color: black;
    padding-right: 10px;
    line-height: 20px;
    letter-spacing: 1px;
}

h3
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    padding-right: 10px;
    line-height: 20px;
    letter-spacing: 1px;
}

.a
{
    font-family: Arial;
    font-size: 14px;
    color: #666666;
    line-height: 50px;
    text-indent: 10px;
    font-weight: bold;
    text-decoration: none;
}
