﻿* {
    color: #575454;
    direction: rtl;
    font: normal 16px Arial;
}

a {
    cursor: pointer;
}

b {
    font-weight: bold;
}

#pageTitle {
    width: 637px;
    height: 80px;
}

#content {
    background-position: bottom;
    background-repeat: no-repeat;
    /*height: 445px;*/
    padding: 20px 30px 30px 30px;
}

#leftPicture {
    width: 318px;
    height: 369px;
}

#menuItem {
    background: url(../images/square.gif) no-repeat right;
    padding-right: 20px;
}
#menuItem a {
    font: bold 16px Arial;
    text-decoration: none;
}

#bottomRuler {
    background-color: #999999;
    color: #DBDBDB;
    font: bold 12px Arial;
    text-align: center;
}
#bottomRuler a {
    color: #DBDBDB;
    font: bold 12px Arial;
    text-decoration: none;
}