﻿body {
    margin: 0px;
    background-color: #efefef;
}

.topdiv {
    display: block;
    min-height: 250px;
    background: url(../img/bg.jpg);
    border-bottom: 2px grey solid;
}

.botdiv {
    display: inline-block;
    position: absolute;
    width: 500px;
    height: 350px;
    left: 50%;
    top: 100px;
    transform: translate(-50%,0);
    background-color: white;
    box-shadow: 0px 0px 10px #888888;
    direction: rtl;
}

.td1 {
    height: 310px;
}

    .td1 img {
        width: 200px;
        margin: 20px;
        opacity: 1;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        float: right;
    }

        .td1 img:hover {
            opacity: .5;
        }

.td2 {
    display: block;
    background-color: #81a8b7;
    height: 20px;
    text-align: center;
    padding: 10px;
}

.text {
    float: left;
    width: 230px;
    margin: 20px;
    margin-right: 0px;
    height: 269px;
}

.dara {
    font-family: 'Sultan Adan';
    font-weight: bolder;
    font-size: 34px;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #385b69;
}

    .dara span {
        font-family: 'Sultan Adan';
        font-size: 14px;
        margin-left: 2px;
    }

.dara2, .dara2 a {
    font-family: 'B Yekan';
    font-size: 10pt;
    color: #2d424a;
    line-height: 2.2;
    text-decoration: none;
}

    .dara2 a {
        font-family: 'Arial';
        font-size: 9pt;
    }

.td2 img {
    width: 20px;
    margin-left: 20px;
}
