/* change width of main column */

#container {
    width: 1000px;
    text-align: left;
    margin: 0 auto;
  }
  #main-content {
    float: right;
    width: 625px;
  }
  #sidebar {
    float: left;
    width: 300px;
    /*padding-right:-400px;
    padding-left:100px;*/
}




/* fixed 2 column left
  ----------------------------------------------- */
#twocolumn-left h1
{
  	background: url(/fixed-h1-2.gif) no-repeat;
  }

#twocolumn-left #header {
  	background: url(/fixed-header-2.gif) repeat-y;
  }


  #twocolumn-left #header .wrapper {
  	background: url(/fixed-left-headerwrapper-2.gif) no-repeat left bottom;
  }
  #twocolumn-left #container {
  	background: url(/fixed-left-container-2.gif) repeat-y;
  }
  #twocolumn-left #footer {
  	background: url(/fixed-left-footer-2.gif) no-repeat left bottom;
  }

