﻿* {
    padding: 0;
 margin:0px auto;
    
}

body 
{
    background-image:url(/images/bg.jpg);
    background-repeat:repeat-x;
    font-family:Arial;
}
#full
{
    width:990px;
    border:1px solid #82B0CD;
    }
#headerfull
    {width:990px;
     background-color:white;
        }
#headerleft
{
    width:600px;
   float:left;
    }
#headerright
{
    width:390px;
    float:right;
    }
#bigcontainer
{ 
    }    
#containerLeft
{float:left;
 margin-top:10px;
 width:230px;
 text-align:justify;
 margin-left:27px; *margin-left:10px;
    }
        
#containerRight    
{float:right;
 width:680px;*width:700px;
 margin-top:10px;
 margin-bottom:17px;
 text-align:justify;
 border:1px solid #000;
 
 margin-right:30px; *margin-right:10px;

    
    }
#footer
{ background-color:yellow;
  background-repeat:no-repeat;
  float:right;
  padding:0px;
  width:990px;
  font-size:12px;
  height:70px;
    }
    
   h3
    {
        font-size:17px;
        font-weight:normal;
        letter-spacing:1px;
        color:#3D3D3D;
        } 
        h2
    {text-align:center;
        font-size:20px;
        font-weight:normal;
        font-weight:bold;
        letter-spacing:1px;
        color:#404040;
        } 