BODY 
{   /*background-image: url(../pic/base/0bg11.jpg);*/
    /*background-repeat: repeat-x;*/
    /*background-position:0 34px;*/
    background-color: #694934;
    text-align: center;
    font: 14px Arial, sans-serif;
    color: #2A1D15;
}
DIV
{   margin-top: 0;
    text-align: left;
    text-align: justify;
}
H1,
H2
{   margin-top: 0;
    font-size: 16px;

}

H4
{   margin-top: 0;
    font-size: 15px;
}

/* ----------------------------- */
.body
{    
    width: 910px;
    background-image: url(../pic/base/0bg.jpg);    
    margin: auto;
    border: 0 solid red;   
}

.bodym
{    
    width: 800px;
    background-image: url(../pic/base/bgbodim.jpg);
    margin-left: 57;
    border: 0 solid blue;
}

/* ----------------------------- */
.cleanBorders 
{ 
    border: 0; 
    margin: 0; 
    padding: 0; 
}
.cleanFloat
{   border: 0 solid red;
    font-size: 1px;
    clear: both;
}
/*--------------------------------*/
P  {  text-align: justify; }      
      
TABLE { font: 14px Arial, sans-serif; }

A {
  color: #663300;/*color: #D2CD4D;*/
  text-decoration: none;
  font-weight: bold;
}
A:hover {
  text-decoration: underline;
}

