﻿#contentPart {
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    height:100%;
    text-align:justify;
}
#content
{
    float:left;
    width:550px;
    direction:rtl;
    padding:10px 0 30px 25px;
    color:#231F20;
}
#content h1
{
    font-size:17px;
}
#content h2
{
    font-size:17px;
}
#content h3
{
    font-size: 13px;
    color: #232323;
}
#content span
{
    
}
/*---------left content referance-----*/
#contentRef
{  
    direction:rtl;
    float:right;
    width:135px;
    padding:19px 8px 0 8px;
    color:#757575;
}
.contentRefImg
{
    border: 3px solid #CEA70B;
}
