﻿
#container
{
    margin-left:auto;
    margin-right:auto;
    width:1300px;
    background-color:#FFFFFF;
    border-left:3px solid #CCCCCC;
    border-right:3px solid #CCCCCC;
  
}
#header
{
    width:1300px;
    height:119px;
    clear:both;
    border-bottom:3px solid #CCCCCC;
   }
#border
{
    width:1300px;
    height:18px;
    clear:both;
    border-bottom:3px solid #CCCCCC;
    background-color:#666666;
    padding-top:5px;
    margin-top: 0px;
   
}
#menu
{
    width:220px;
    float:left;  
    height:100%;
    margin-right: 0px;
}

#content
{
    width:620px;
    height:auto;
    float:left;
  
}

#ad-right
{
    width:420px;
    float:right;
    text-align:center;
  
}

#footer
{
    width:1300px;
    height:30px;
    clear:both;
    background-color:#666666;
    border-bottom:3px solid #CCCCCC;
    border-top:3px solid #CCCCCC;
}


