#container 
{
width: 980px;
}

#main-content
{
width: 950px;
}

#sidebar
{
width: 230px;
}

/* adjusting widths for different layouts */

body#twocolumn-left div#main-content 
{
padding: 0 25px;
width: 625px;
margin-left: 10px;
}

body#twocolumn-left div#sidebar
{
padding-right: 15px;
width: 215px;
}

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


/* fixed-width common header
  ----------------------------------------------- */
  #onecolumn h1, #twocolumn-left h1, #twocolumn-right h1, #threecolumn h1 {
  	background: url(/fixed-h1.gif) no-repeat;
  }
  #onecolumn #header, #twocolumn-left #header, #twocolumn-right #header, #threecolumn #header {
  	background: url(/fixed-header.gif) repeat-y;
  }


/* fixed 1 column
  ----------------------------------------------- */
  #onecolumn #header .wrapper {
  	background: url(/fixed-one-headerwrapper-2.gif) no-repeat left bottom;
  }
  #onecolumn #container {
  	background: url(/new-fixed-one-container.gif) repeat-y;
  }
  #onecolumn #footer {
  	background: url(/new-fixed-one-footer.gif) no-repeat left bottom;
  }



  #sidebar .wrapper h3 {
  	background-image: url(/-/includes/style/victoria/desert/h3-sidebar-border.gif);
  }

  .editable {
  	border: dashed 1px #000;
  }
