﻿body {
}


.wrapper {
    width: 100%;
    min-height: 800px;
    height: auto;
    margin: 0 auto;
}

.abtImg {
  
    width: 950px;
    height: 236px;margin: 0 auto;
    background-color: black;
    background: url(../Image/aboutUs.jpg) no-repeat;border-bottom: solid 2px  #019DDD;
}

.content {
    background: url(../Image/back3.jpg) no-repeat;
    width: 950px;
    margin: 0 auto;
    background-color: #E1E1E1;
    height: auto;
}

.topSlide {
    background-color: #019DDD;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3) inset;
    color: #FFFFFF;
    text-transform: uppercase;
    height: 40px;
}

.content h1 {
    padding-top: 40px;
    font: bold 16px arial;
    display: block;
    text-align: center;
    color: #019ddd;
}

.content h2{
    font: normal 14px tahoma;
    padding: 90px 80px;
    line-height: 25px;
    text-align: justify;
    direction: ltr;
}
