﻿div.mainBody article.about
{
    /*background-image:url(../img/datas-back.gif);
    background-position:left center;
    background-repeat:repeat-y;*/
    background-color:#551100;
    padding:5px;    
    padding-bottom:0px;
    border-style:solid;    
    border-width:1px;    
    border-color:#660000;
    border-top-color:#110000;
    border-left-color:#110000;  
    margin-bottom:25px;  
    clear:both;
}

div.mainBody article.about p,
div.mainBody article.about ul
{
    /*background-image:url(../img/stripe1.gif);
    background-position:center center;  */
    padding:5px;
    margin-bottom:10px;
    font-size:14px;
    color:#ffeee6;
    line-height:2em;
}

div.mainBody article.about ul
{
    margin-top:-15px;
}

div.mainBody article.about ul li.dot
{
    margin-bottom:5px;
    margin-top:15px;
    list-style-image:url(../img/icon-dot.gif);
    list-style-position:inside;
    padding-left:5px;
}

