body 
{
    
    margin: 0;
    padding: 0;
    background-color: Black;
    text-align: center;
    font-family: Agency FB;
    font-size: 15px;
    letter-spacing: 2px;
    
}

ul, ol, p, li
{
    margin: 0;
    padding: 0;
}

a
{
    text-decoration: none;
    color: Black;    
}

div#wrapper
{
    margin: auto;
    width: 1000px;
    padding: 20px 0;
    text-align: left;
}

div#banner
{
    width: 1000px;
    height: 146px;
    background: transparent url("Images/logo.jpg") no-repeat center top;
    padding-top: 20px;
}

div#navbar ul
{
    display: inline;
    list-style: none;
}

div#navbar ul li
{
    float: left;
    
}

div#navbar ul li a
{
    display: block;   
    width: 200px;
    height: auto;
    background: white url("Images/BackgroundNavbar.jpg") repeat-x;
    color: Black;
    vertical-align: middle;
    line-height: 30px;
    text-align: center;
  
}

div#navbar
{
    display: block;   
    width: 1000px;
    height: 30px;
    background: white url("Images/BackgroundNavbar.jpg") repeat-x;
    color: Black;
    vertical-align: middle;
    line-height: 30px;
    text-align: center;
  
}

div#navbar ul li a:hover,
div#navbar ul li a:active,
div#navbar ul li a:focus

{
        background-image: none;
       
}

div.clearer

{
    clear: both;
}

div#content
{
    background: #1c1c1c url("Images/BackgroundContent.jpg") repeat-y;
    width: 100%;
    
}

div#left
{
   width: 290px;
   float: left;
   padding: 5px;
}

div#right
{
    width: 700px;
    float: right;
}

div#right_new
{
    width: 1000px;
    float: center;
}

div#right_adv
{   
    width: 680px;
    float: right;
    padding: 10px;
    text-align: center;
}

div#right_adv_new
{   
    width: 1000px;
    float: right;
    padding: 10px;
    text-align: center;
}

div#boys,
div#girls,
div#cart,
div#contact,
div#help
{
    display: none;
}

p.centerbold 
{ 
    text-align: center;
    font-weight: bold;
}

p.center
{
    text-align:center;
}

p.bold
{
    font-weight:bold;
}


