#pagewrap {
  width: 847px;
		background-image: url(../images/sp.slide.png);
		background-repeat: repeat-y;
  }
#nav {
  width: 847px;
		left: 10px;
  }
		#nav li {
		  margin: 0 15px 0 0 !important;
			}		
#sptop {
  width: 847px;
  min-height: 120px;
		background-image: url(../images/sp.top.png);
		background-repeat: no-repeat;
  }
.min-height {
  float: left;
		width: 0;
		height: 120px;
  }
.clear {
  clear: both;
  }
#spbottom {
  width: 847px;
		height: 26px;
		background-image: url(../images/sp.bottom.png);
		background-repeat: no-repeat;
		background-color: #fff;		
  }
#content-area {
  position: relative;
		top: 80px;
		margin: 0 40px 90px 40px;
		clear: both;				
  }
