body {
  font-family: 'Cabin', sans-serif;
  color: #333;
  margin: 0px;
  padding: 0px;
}

#wrap {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
}

#header {
  /* border-bottom: 1px solid #333; */
  margin-bottom: 20px;
}

h1 {
  margin-bottom: 0;
  font-size: 40px;
}
h2 {
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
  font-weight: normal;
  font-size: 20px;
}

#head1 {
  background-color: #EEE;
  border-radius: 10px;
  padding: 40px;
  margin-top: 20px;

  font-size: 20px;
}

#demos {
  margin-top: 20px;
}
.demo {
  width: 244px;
  border-radius: 10px;
  padding: 10px;
  height: 300px;
  text-align: center;
  float: left;
}
.dtitle {
  height: 40px;
}
.demo img {
  margin-top: 10px;
  height: 239px;
}

h3 {
  text-align: left;
  font-size: 22px;
  border-bottom: 1px solid #333;
}

#footer {
  height: 200px;
}

.menuit {
  display: inline-block;
  width: 175px;
  background-color: #F5F5F5;
  border: 1px solid #333;
  padding: 10px;
  margin-top: -1px;
  text-align: center;
  margin-bottom: 5px;
  border-radius: 3px;
}

.mactive {
  background-color: #DDD;
}

#menu {
  border-bottom: 1px solid #333;
}
.l {
  margin-bottom: 10px;
}
.lt {
  font-weight: bold;
  background-color: #EEE;
  border-bottom: 1px solid #AAA;
  padding: 5px;
  margin-bottom: 5px;
}
.ltd {
  font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New;
  font-size: 14px;
  color: #050;
}
.ld {
}

#menu a {
  color: #333;
}