
			


		
html
{
  margin:0;
  padding:0;
  border:0;
  overflow:auto;/*чтобы в IE не было постоянно вертикальной полосы прокрутки*/
}
html, body, #container
{
  height:100%;
}
html > body #container{/* IE7 и остальные*/
height:auto;
min-height:100%;
}

body
{
  margin:0;
  padding:0;
  background-color:#dadada;
}

#header
{
  height:97px;
  padding:0;
}

#container
{
  position:relative;
/*  width:723px;*/
  width:958px;
  margin:auto;
  padding:0 21px;
  background:white;
  border-left:1px solid #e6e6e6;
  border-right:1px solid #e6e6e6;
}

#content
{
  padding-bottom:60px;
}

#text
{
  float:left;
  width:100%;
}

#left_column
{
  float:left;
  margin-left:-364px;
  position:relative;
  right:639px;
  width:364px;
}

#footer
{
  position:absolute;
  bottom:0px;
  padding-top:10px;
  border-top:1px solid #ebebeb;
  height:24px;
  width:958px;
}

#footerTable
{
  border-top:1px solid #ebebeb;
  height:24px;
  width:958px;
}

