/* CSS Document */


#header {
  background: #d7dabd;
  border: 1px solid #cecea5;
}

#container {
  width: 100%;
  float: left;
  margin-right: -250px;
  background: url(images/gen/background_2.gif) repeat-y right;
}

#sidebar {
  width: 250px;
  float: right;
}

#footer {
  background: #d7dabd;
  clear: both;
  border: 1px solid #cecea5; 
}

#content {
  background: #f1f2ea;
  margin-right: 265px;
}

h1 {
	margin-top: 0;
}

.last {
	margin-bottom: 0;
}

#wrapper {
  background:
    #f1f2ea url(images/gen/background.gif) repeat-y right;
}

#container {
  width: 100%;
  background:
    #f1f2ea url(images/gen/background.gif) repeat-y right;
  float: left;
  margin-right: -250px;
}

.clearing {
  height: 0;
  clear: both;
}

#outer_wrapper {
  background: #fff url(/images/gen/background_3.gif) repeat-y left;
}
#wrapper {
  background: url(/images/gen/background_2.gif) repeat-y right;
}

#main {
  margin-left: 165px;
}

#left {
  width: 160px;
  float: left;
}


