html {background: #BBBBFA url(/css/img/redcolumn.png) top left repeat-y;}
body {background: #BBBBFA url(/css/img/redcolumn.png) top left repeat-y; font-family: Verdana, sans-serif; font-size: 62.5%;}
#wrapper {background: url(/css/img/redstripe.png) top left repeat-x;}

#banner {position: relative; height: 200px; width: 700px; margin: 0; padding: 0; overflow: hidden;}
#banner span {position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: url(/css/img/banner.png) top left no-repeat;}

#nav {float: left; width: 163px; font-weight: bold; color: #F8FF00; overflow: hidden;}
#nav a {color: #F8FF00; text-decoration: none;}
#nav li {list-style-type: none; font-size: 2em; margin: 10px; margin-bottom: 20px; text-align: right;}
#nav li li {font-size: .8em; margin-bottom: 5px;}
#nav li li, #nav li li a {color: #000;}

#main {font-size: 1.25em; width: 975px;}

#main ul,
#main ol {margin: .5em 0 .5em 3em;}
#main li {margin-bottom: .5em;}
#main ul li {list-style-type: square;}
#main ol li {list-style-type: decimal;}

#main strong {font-weight: bold;}

#content {float: left; width: 600px; min-height: 400px; margin: 10px; background: #F9FF99 url(/css/img/yellowtop.png) top left no-repeat;}

#content-inner {margin: 10px;}

#content p {margin: .5em 0;}

h1 {
  color: #E1300B;
  font-size: 2.25em;
  text-align: center;
  margin-top: .5em;
}

h2 {margin-top: 1.25em; font-size: 1.75em;}
h3 {margin-top: 1.25em; font-size: 1.25em;}

.date {font-weight: bold; color: #E1300B;}

#sidebar {
  width: 13em;
  float: left;
  padding: 10px;
  /*background: #F8FF00 url(/css/img/yellowcorner.png) top left no-repeat;*/
  margin: 0 5px 5px 0;
}

#sidebar h2 {
  color: #000;
  font-size: 1.25em;
  text-align: left;
}

#sidebar ul {
  margin-left: 5px;
  list-style-position: inside;
}

#sidebar li {
  margin-bottom: 5px;
}

.rss {
  padding-left: 16px;
  background: url(/css/img/rss.png) left top no-repeat;
}

pre {
 border: 2px inset;
 padding: 5px;
 overflow: auto;
}

ins {
 color: #E1300B;
 text-decoration: none;
 font-weight: bold;
}

del {text-decoration: line-through;}

#footer {clear: both; margin-left: 180px;}