#content {width:100%; float:left; margin-right:-200px; background-color: black;}
#sidebar {width:200px; float:left; background-color: gray;}

/* Prevent text from being overlapped */

#content p {margin-right:210px; margin-left: 10px;}	/* 200px + 10px, the 10px being a margin-right.*/
#sidebar p {margin-right:10px; margin-left: 10px;}


h1 {
  font: bold 330%/100% "Lucida Grande";
  
  color: #464646;
}
h1 span {
  background: url(../images/gradient.png) repeat-x;
  position: absolute;
  display: block;
  width: 100%;
  height: 31px;
}
