body {
  background:#fff;
  margin:0;
  padding:20px 15px;
  font:x-small Georgia,Serif;
  text-align:center;
  color:#333;
  font-size: 14px;
  }
a:link {
  color:#58a;
  text-decoration:none;
   background: #EAF4FF;
  }
a:visited {
  color:#969;
  text-decoration:none;
  background: #EAF4FF;
  }
a:hover {
  color:#c60;
  text-decoration:underline;
   background: #CAEBA9;
  }
a img {
  border-width:0;
  }

/* Header
----------------------------------------------- */
#header {
  width:660px;
  margin:0 auto 10px;
  border:1px solid #ccc;
  }
#blog-title {
  margin:5px 5px 0;
  padding:15px 15px .25em;
  border:1px solid #eee;
  border-width:1px 1px 0;
  font-size:200%;
  line-height:1.2em;
  font-weight:normal;
  color:#666;
  text-transform:uppercase;
  letter-spacing:.2em;
  }
#blog-title a {
  color:#666;
  text-decoration:none;
  }
#blog-title a:hover {
  color:#c60;
  }
#description {
  margin:0 5px 5px;
  padding:0 15px 15px;
  border:1px solid #eee;
  border-width:0 1px 1px;
  max-width:700px;
  font:11px/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }

/* Content
----------------------------------------------- */
#content {
  width:660px;
  margin:0 auto;
  padding:0;
  text-align:left;
  }
#main {
  width:410px;
  float:left;
  }


/* Headings
----------------------------------------------- */
h2 {
  font: bold 14px/1.4em Georgia,Serif;
  text-decoration: bold;
  letter-spacing:.1em;
  color:#333;
  }
h3 {
  font:12px/1.4em Georgia,Serif;
  color:#999;
  font-size: 14px;
  }