
img { border: 0; }

html, body { margin: 0; padding: 0; }
body { 
  /* background: url(images/body-bg.gif) top left repeat-x; */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
  padding-bottom: 20px; 
  text-align: center;
  background: black;
}
body * {margin: 0px; padding: 0px;}
p, ul, ol, blockquote {color: #EEEEEE;}
ol, ul {
  margin: 5px 35px;
}
blockquote {
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 0px 10px;
  border-left: 1px solid #999;
}
span.root {
  font-family: Arial;
  font-weight: bold;
  text-size: 16px;
  color: white;
  text-align: center;
}
div.system {
  font-family: Courier New;
  color: white;
}
#container {
    text-align: left;
    width: 1000px;
    padding: 0px;
    margin-left: 3em;
}
#header {
    border-bottom: 1px solid black;
    background: none;
    margin: 0px;
    padding: 0px;
    display: block;
    height: 200px;
    position: relative;
    margin-bottom: 3em;
}
#header .title {
  padding: 20px 0px 0px 0px;
  font-family: Georgia, Times New Roman, Serif;
  font-weight: normal;
  font-size: 30px;
  color: #BABABA;
  letter-spacing: -1px;
  text-decoration: none;
}
#header .title a {
  font-family: Georgia, Times New Roman, Serif;
  font-weight: normal;
  font-size: 30px;
  color: #BABABA;
  letter-spacing: -1px;
  text-decoration: none;
}
#header .title a:hover {
  color: #333333;
}
#header .description {
  font-family: Georgia, Times New Roman, Serif;
  font-weight: normal;
  font-size: 14px;
  color: #0064B6;
  text-decoration: none;
  padding: 0px;
  margin: 0px;
}
#header #menu { 
  color: #99cc00;
  font-size: 15px;
  font-family: Helvetica, Arial, Sans-Serif;  
  font-weight: bold;
  text-align: right;
  padding: 0;
}
#menu li {
  display: inline;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  }
    
#menu ul {
  margin: 0px;
  padding: 0px;
  }
  
#menu ul li a {
  color: #333333;
  padding: 0px 10px;
  margin: 0px;
  text-decoration: none;
  }
#menu ul li a:hover {
  color: #42C628;
  text-decoration: none;
  border-bottom: 4px solid #666666;
  }
.galleryimg {
  display: block; /*
  margin-left: auto;
  margin-right: 1em; */
}
#r_sidebar {
  width: 150px;
  margin: 0px 0px 15px 0px;
  padding-right: 1em;
  float: left;
  display: block; /* floats are handled as block elements, this is to fix 
                 a margin collapsing bug in IE */
}
#l_sidebar {
  width: 150px;
  margin: 0px 0px 15px 0px;
  float: left;
  display: block; /* floats are handled as block elements, this is to fix 
                 a margin collapsing bug in IE */
}
#l_sidebar ul li h1, #l_sidebar ul li h2, #l_sidebar ul li h3, #r_sidebar ul li h1, #r_sidebar ul li h2, #r_sidebar ul li h3 {
  font-size: 110%;
  color: #BABABA;
  /* font-family: "Lucida Grande", Arial, Sans-Serif; */
  padding: 0px;
  margin: 20px 0px 10px 0px;
  font-weight: bold;
}
#l_sidebar ul, #r_sidebar ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#l_sidebar ul ul li ul, #r_sidebar ul ul li ul {
  padding: 0px 0px 0px 7px;
}
#l_sidebar a {
  color: white;
}
#l_sidebar ul ul li a, #r_sidebar ul ul li a {
  /* color: #959595; */
  color: white;
  /* text-decoration: none; */
}
#l_sidebar ul ul li a:hover, #r_sidebar ul ul li a:hover {
  color: #666666;
  text-decoration: underline;
}
#content {
  margin: 0px 20px;
  width: 600px;
  display: block;
  float: left;
  padding: 0px 20px 20px 20px;
}
#content a {
  /* color: #42C628; */
  color: white;
  font-weight: bold;
  text-decoration: underline;
}
#content h1, #content h1 a, #content h2, #content h2 a, #content h3, #content h3 a {
  color: #BABABA;
  font-size: 12px;
  text-decoration: none;
  /* font-family: Times New Roman, Georgia, Serif; */
  font-family: Helvetica, Arial, Sans-Serif;  
  font-weight: bold;
  margin: 20px 0px 0px 0px;
  padding: 0px;
}
#content h2, #content h2 a {
  font-size: 17px;
}
#content h2 {
  border-bottom: 1px dotted #999999;
}
#content h3, #content h3 a {
  font-size: 20px;
}
#content a:hover {
  color: #777;
}
#content p {
  padding: 5px 0px;
}
#content b {
  color: #666;
}
.comments {
  padding: 8px;
}
.comments * {
  font-size: 13px;
}
.comments h3 {
  font-family: Arial, Sans-Serif;
  margin-bottom: 10px;
  font-size: 15px;
}
.comments .commentlist {
  padding: 0px;
  margin: 0px;
}
.comments .commentlist {
}
.comments .commentlist div {
  margin: 5px 0px 5px 0px;
  padding: 10px;
  background: #222;
  width: 518px;
  overflow: hidden;
  border-bottom: 1px dotted white;
}
.comments .commentlist .alt {
  color: white;
}
#footer {
  margin: 15px 0px 5px 0px;
  padding: 20px;
  /* border-top: 1px solid #20A206; */
  border-top: 1px solid black;
  clear: left; 
  color: white;
}
#footer a {
  color: #999999;
  text-decoration: underline;
}
#footer a:hover {
  color: #0000000;
  text-decoration: none;
}