/* kshep.net styles */
body {
  background-color: #ccc;
  font-family: Arial, Helvetica, san serif;
  font-size: 12px;
 }

a {
  text-decoration: none;
  color: #000;
}

#frame {
  width: 630px;
  height: 250px;
  margin: 100px auto;
}

#card {
  border-left: 20px solid #254E7A;
  /* border-left: 20px solid #ffffff; */
  background-repeat: repeat-y;
  float: left;
  background-color: #ffffff;
  height: 350px;
  width: 600px;
  margin: 0px;
  padding: 0px;
}

#email {
  float: right;
  padding: 10px 20px;
  font-size: 10px;
  font-weight: bold;
}
#email a:hover {
  text-decoration: underline;
}

#footer {
  float: left;
  height: 20px;
  width: 630px;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

#credits {
  font-size: 10px;
  float: left;
  width: 630px;
  margin: 0px;
  text-align: center;
  color: #bbb;
}
#credits a {
  color: #bbb;
}
#credits a:hover {
  text-decoration: underline;
}

#ds_ur, #ds_r, #ds_ll, #ds_l, #ds_lr {
  border: 0px;
  padding: 0px;
  margin: 0px;
  float: left;
}

#ds_ur {
  background-image:url('images/ds_ur.png');
  width: 10px;
  height: 20px;
}
#ds_r {
  background-image: url('images/ds_r.png');
  background-repeat: repeat-y;
  width: 10px;
  height: 330px;
}
#ds_ll {
  clear: both;
  background-image:url('images/ds_ll.png');
  width: 20px;
  height: 20px;
}
#ds_l {
  background-image: url('images/ds_l.png');
  background-repeat: repeat-x;
  height: 20px;
  width: 600px;
}
#ds_lr {
  background-image:url('images/ds_lr.png');
  width: 10px;
  height: 20px;
}
#ks {
  float: left;
  padding: 25px 300px 0px 40px;
  margin: 0px;
}

#title {
  float: left;
  padding: 5px 100px 20px 50px;
  margin: 0px;
}
#title a {
  text-decoration: underline;
}

#about {
  padding: 0px;
  margin: 10px 30px 20px 50px;
}

#services {
  float: left;
  padding-left: 55px;
}

.svc {
  float: left;
  width: 270px;
  height: 32px;
  padding: 10px 0px 10px 0px;
}
.svc img {
  border: 0px;
  float: left;
  padding-right: 5px;
}
.svc_title {
  width: 200px;
  font-weight: bold;
  font-size: 14px;
  float: left;
  padding-top: 1px;
}
.svc_link {
  color: #666;
  font-size: 10px;
  float: left;
}
