main{
  background:#f8a085;
}
body{
  font-family:Georgia, Arial, Helvetica, Sans-serif,serif;
  font-size:15px;
  color:#f1a7a7;
  background:#f1a7a7;
}
table {
  background:#ffebe4;
}

h1 {
  font-size:50px;
}

h3 {
  font-size:22px;
}

#content-wrapper {
  width:960px;
  text-align:left;
  margin:0 auto;
  background:#fff;
  padding:15px;

}

#header{
  width:960px;
  height:120px;
}

#post-content {
  float:left;
  width:600px;
  padding:0 15px 15px 15px;
}

.sidebar{
  float:left;
  width:300px;
  margin:0 0 0 15px;
  font-size:15px;
  list-style:none;
}

#footer{
  height: 60px;
  background: #fff;
  padding: 15px;
  clear:both;
}

