#main #welcome {
  background: #020202;
  }

#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
  background: #020202;
  }

.topPost span.topComments, .topPost span.topMore, .topPost span.topTags {
  background: #020202;
  padding: 0 10px;
  }

#sidebars .sidebarbox {
  background: #131211;
  }

/* Header and wrapper */
#wrapper {
  margin: 0 auto;
  width: 960px;
  text-align: left;
  padding: 0;

  }
  
#wrapper1 {
  padding-top: 40px;

  }

#header {
  padding: 0;
  margin: 0;
  height: 100px;

  }

#header #topright {
  text-align: right;
  float: right;
  width: 600px;
  margin: -4px 0 0 0;
background: #020202;
}
#header #topright ul {
  list-style: none;
  padding: 0;
  margin: 0;
  }
#header #topright li {
  display: inline;
  }
#header #topright li a {
  color: #fff;
  font-size: 9pt;
  padding: 0 0 0 25px;
  text-transform: lowercase;
  }
#header #topright li a:hover {
  color: #6598b8;
  text-decoration: none;
  }

#header #logo {
  float: left;
  width: 350px;
  margin: 25px 0 0 0;
  padding: 0;

}
#header h1 {
  padding: 0;
  margin: 0;
  }
#header h1 a {
  color: #fff;
  font-size: 17pt;
  text-decoration: none;
  }
#header h1 a:hover {
  color: #eee;
  text-decoration: none;
  }
#header span {
  padding: 0;
  color: #111;
  font-size: 11pt;
  }

body {
  text-align: center;
  margin: 0;
  padding: 0 0 15px 0;
  font-family: trebuchet ms, arial, helvetica, sans-serif; 
  background: #020202 url(images/bgbody.gif) top center no-repeat;

  }
