﻿/*Other*/

#WAP {
    width: 980px;
    min-height: 500px;
    background-color: white;
    margin: 0 auto;
    margin-top: 22px;
}

#myheader {
    background-color: #3fb8e5;
    height: 120px;
    width: 100%;
    background-image: url('../images/design/headerbg.jpg');
    background-position: left center;
    background-repeat: no-repeat;
    border-bottom: 8px solid #005579;
}

#Logo {
    float: right;
}

#Leftbar {
    width: 300px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

#RightBar {
    width: 650px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;   
}
#Con {
   line-height:2; direction:rtl;
   margin:20px 0px;
}
    #Con * {
    max-width:640px;
    }
#Slide_place {
    width: 650px;
}

.myBlueBoxes h1 {
    font-family: Nassim;
    font-size: 15pt;
    font-weight: lighter;
    direction: rtl;
}

.myBlueBoxes {
    width: 280px;
    padding: 10px;
    border-top: 8px solid #b6e326;
    min-height: 150px;
    direction:rtl;
    text-align:right;
    line-height:2;
}
    .myBlueBoxes a {
    color:#04525e;
    }
    .myBlueBoxes small {
    font-size:7pt;
    color:green;
    }
#Footer {
     background-color: #3fb8e5;
    width: 980px;
    height: 20px;
    text-align: center;
    float: right;
     border-top: 8px solid #005579;
    padding: 20px 0px;
    color:white;
    font-size:9pt;
}
    #Footer a {
    color:#005579;
    }