body {
  background:#212121;
  font-family:"Verdana", "Trebuchet MS", sans-serif;
  text-align:center;
  margin:0px;
  color:#ccc;
}
#wrapper {
  width:900px;
  text-align:left;
  margin:0 auto;
}
#header {
  background:url(../images/header.gif) no-repeat;
  margin-bottom:20px;
}
#header img {
  border:0px;
}
#left {
  width:182px;
  background:#272727;
  float:left;
}
#right {
  float:right;
  width:700px;
}
.lt {
  float:left;
  margin-bottom:30px;
}
.rt {
  float:right;
  margin-bottom:30px;
}
h1 {
  font-weight:normal;
  font-size:1.3em;
  font-family:Georgia;
}
h2 {
  font-weight:normal;
  font-family:georgia;
  font-size:1.1em;
}
h3 {
  font-weight:normal;
  font-family:georgia;
  font-size:1em;
}
p {
  font-size:.8em;
  line-height:1.4em;
}
p a, ul a {
  color:#FFF;
  font-weight:bold;
}
p a:hover, ul a:hover {
  color:#41afef;
}
.clear {
  clear:both;
}
#footer {
  background:#272727;
  padding:30px;
  text-align:center;
  margin:50px 20px;
}

ul.horizontal {
  list-style-type:none;
  padding:0px;
  margin:0px;
  font-size:.8em;
}
ul.horizontal li {
  float:left;
  line-height:1.7em;
  width:200px;
  font-weight:bold;
}
ul.layoutlisting {
  list-style-type:none;
  padding:0px;
  margin:20px 0;
}
ul.layoutlisting li {
  display:block;
  margin-right:10px;
  margin-bottom:10px;
  height:150px;
  background:#272727;
  padding:15px;
  border:2px solid #343434;
}
.thumb {
  float:left;
  margin-right:10px;
}
.pad {
  padding:10px;
  background:#272727;
}
#left ul {
  list-style-type:none;
  font-size:.7em;
  margin:0px;
  padding:0px;
}
#left li {
  line-height:1.4em;
}
ul.updates {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
ul.updates li {
  background:#272727;
  padding:10px;
  margin-bottom:10px;
}