body {
  background: #B8B75B;
  margin:0px;
}
#outer {
  margin-left: auto;
  margin-right: auto;
  width: 765px;
}

#header {
   margin-left:30px;
   height:152px;
}
#inner {
  margin-left: 30px;
  width: 707px;
  height: 231px;
}
#footer {
  margin-left: 30px;
  width: 707px;
  height: 161px;
}
#leftcol {
  background-image: url("img/left.jpg");
  width: 133px;
  height: 231px;
  float:left;
  font-size:11px;
  font-family:Arial;
  color:#6B6A31;
  text-align:right;
}
#rightcol {
  width: 164px;
  height: 231px;
  float:right;
}
#content {
  background: #f5efcd;

  margin-left:133px;
  height: 231px;
  padding-left:20px;
}
#border-left {
  float:left;
}
#border-right {
  float:right;
}

.welcome {
  font-family:Arial;
  font-size:17px;
  font-weight:bold;
  color:#6B6A31;
}
.description {
  font-family:Arial;
  font-size:13px;
  color:#462925;
  font-weight:900;
}
.text {
  font-family:Arial;
  font-size:11px;
  color:#563935;
  font-weight:bold;
}
#scrolldiv {
  height:230px;
  font-size:12px;
  overflow:auto;
  scrollbar-face-color:#aadff1;
  scrollbar-highlight-color:#f7f3d0;
  scrollbar-3dlight-color:#f7f3d0;
  scrollbar-darkshadow-color:#f7f3d0;
  scrollbar-shadow-color:#f7f3d0;
  scrollbar-arrow-color:#aadff1;
  scrollbar-track-color:#ffffff;
}
