html,body { 
  background: #fff;
  color: #000;
  margin: 0;
  padding: 0;
  height: 100%
}
body,td,p,div { 
  font-family: Trebuchet MS, Luxis Sans, Verdana, sans-serif;
}
a:link { 
  color: #00f;
}
a:visited { 
  color: #00b;
}
a:active { 
  color: #f00;
}
a:hover { 
  color: #800;
}
table { 
  border-collapse: collapse;
}
td { 
  vertical-align: top;
}
img { 
  border: 0;
}
div#left { 
  position: absolute;
  top: 0px;
  left: 0px;
  width: 11em;
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  background: #13af15 url(/-/skin/left-grad.gif) right top repeat-y;
}
div#left iframe { 
  margin-left: -0.25em;
}
div#inner { 
  padding: 0.5em;
  padding-right: 1em;
}
div#logo { 
  width: 11em;
  height: 110px;
  background: #13af15 url(/-/skin/corner-grad.gif) right bottom no-repeat;
}
div#logo img { 
  position: absolute;
  top: 5px;
  left: 5px;
}
div#bottom { 
  position: absolute;
  width: 11em;
  height: 8px;
  background: #13af15 url(/-/skin/top-grad.gif) left bottom repeat-x;
  text-align: right;
}
div#bottom img { 
  position: absolute;
  right: 0px;
  top: 0px;
}
div#right { 
  margin-left: 11em;
  min-height: 100%;
  height: 100%;
}
div#top { 
  height: 90px;
  text-align: center; 
  vertical-align: middle;
  padding-top: 20px;
  background: #13af15 url(/-/skin/top-grad.gif) left bottom repeat-x;
  color: #fff;
}
div#content { 
  margin: 1em;
  margin-top: 8px;
}
.key { 
  font-weight: bold;
  font-size: 1.4em;
  border-bottom: 4px dotted #13af15;
  padding-top: 0px;
  padding-bottom: 0.1em;
  margin-bottom: 0.6em;
}
.title { 
  font-weight: bold;
  font-size: 1.2em;
}
.subtitle { 
  font-weight: medium;
  font-size: 0.8em;
  color: #888;
  border-bottom: 1px solid black;
}
.post { 
  border-bottom: 1px solid black;
}
.subtitle a { 
  text-decoration: none;
  color: #888;
}
.subtitle a:visited { 
  color: #888;
}
.subtitle a:hover { 
  color: #f00;
  text-decoration: underline;
}
#left ul { 
  margin-left: 1em;
  padding-left: 1em;
}
#left ul.month { 
  margin-left: 0.5em;
  padding-left: 0.5em;
}
#left a { 
  color: #fff;
  text-decoration: none;
}
#left a:visited { 
  color: #eee;
}
#left a:hover { 
  color: #f00;
  text-decoration: underline;
}
#left a.plain { 
  margin-left: -0.25em;
  font-size: 11px; 
  font-weight: normal; 
  font-family: arial,sans-serif; 
  color:#fff; 
  text-decoration: underline
}
div.image { 
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
div.image p { 
  font-weight: bold;
}
