
#wrap {
  width: 960px;
  background: #ffffff url(images/head.jpg) repeat-y;
  border-left: 0px #000000 solid;
  border-right: 0px #000000 solid;
  position: absolute;
  top: 1px;
  left: 30px;
}

#wrap2 {
  width: 960px;
  background: #ffffff url(images/wrap2.jpg) repeat-y;
  position: absolute;
  top: 150px;
  left: 30px;
  border-left: 0px #000000 solid;
  border-right: 0px #000000 solid;
  border-bottom: 0px #000000 solid;
  margins: 0px 0px 10px 0px;
}

#title {
  position: absolute;
  width: 250px;
  top: 105px;
  left: 0px;
  height: 200px;
  padding: 0 0 0 10px;
}

#navleft {
  float: left;
  width: 240px;
  padding: 5px 10px 5px 20px;
}

#maincontent{
  float: left;
  padding: 10px 0px 0px 5px;
  width: 655px;
}

#rightnav {
  float: right;
  width: 200px;
  margin: 20px 0px 10px 20px;
  background: #efefef;
  padding: 5px;
  border: 1px solid black;
  min-height: 200px;
}

#footer{
  display: block;
  position: relative;
  clear: both;
  width: 960px;
  background: url(images/footer.jpg) no-repeat;
  height: 150px;
}
