#main, #header, #banner, #menubar, #site_content, #footer, #container_footer, #container_header
{ margin-left: auto; 
  margin-right: auto;}

#main
{ width: 1080px;

  padding-bottom: 20px;}

#header
{ background: transparent;
  width: 1080px;
  padding: 8px 0 0 0;}

#banner
{ width: 1000px;
  position: center;
  height: 100px;
}

#menubar
{ width: 1010px;
  height: 35px;
  margin: 0 auto;
}
  
#site_content
{ width: 1000px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  background: #FFF;} 

.sidebar_container
{ float: right;
  width: 224px;
  margin-top: 18px;
  padding: 0;}

.sidebar_top
{ float: left;
  width: 224px;
  height: 15px;
  background: url(../images/side_top.png) no-repeat;}

.sidebar_base
{ float: left;
  width: 224px;
  height: 15px;
  background: url(../images/side_base.png) no-repeat;}

.sidebar
{ float: right;
  width: 400px;
  padding: 0;
  background: url(../images/side_back.png) repeat-y;
  margin-bottom: 20px;}
  
.sidebar_item
{ padding: 0 0 0 15px;
  width: 201px;}

.content_item
{ width: 1080px;
  margin-bottom: 20px;}

.contact
{
width:300px;
}
