body { 
  color: #dddddd;
  background-color: #000000;
  margin: 0px;
  font-family: Verdana, Arial;
  text-align: center;
}

#wrapper {
  width: 960px;
  height: 100%;
    margin: 0 auto;
}


#content_wrapper {
  width: 100%;
  text-align: left;
}

#header {
  width: 100%;
  height: 133px;
  background-color: #FE0000;
  background-image: url('../images/header.jpg');
  background-repeat: no-repeat;
}
/*
#menu {
  position: relative;
  height: 40px;
  padding: 0px 0px 0px 0px;
  float: left;
}

#menu a {
  color: yellow;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}

#menu ul{
  list-style: none outside none;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  line-height: 30px;
}

#menu li {
  float: left;
    font-size: 13px;
    padding: 0 5px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}

#menu li:hover {
  background-color: #888888;
}*/

#left {
  width: 170px;
  float: left;
  margin: 0px;
}

#right {
  width: 170px;
  float: left;
  margin: 0px;
}


#content {
  /*clear: both;*/
  padding: 0px 20px 20px 20px;  
}

#content .csc-default {
  border: 1px solid black;
  margin-top: 25px;
  background-color: #333333;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

#content .bodytext {
  padding: 10px;
  margin: 0px;
}

#content a {
  color: #E90003;
}

#content h2,h3,h1 {
  color: #E90003;
  font-size: 18px;
  padding: 5px 0px 5px 10px;
  border-bottom: 1px solid black;
  background-color: #999999;
  margin: 0px;
  background: url("images/bg-bubplastic34.gif") repeat-x scroll left top #000000;  
}

#content h3 {
  font-size: 14px;
  background: url("images/bg-bubplastic29.gif") repeat-x scroll left top #000000;  
}

#content h1 {
  font-size: 22px;
  background: url("images/bg-bubplastic39.gif") repeat-x scroll left top #000000;  
}


/* left column second menu */

#secondnav ul  {
  list-style-type: none;
  margin: 26px 0 0;
    padding: 0;
}

#secondnav ul li {
  background: url("images/bg-bubplastic-button.gif") no-repeat scroll left top transparent;
    float: left;
    margin: 0;
    padding-left: 10px;
  clear: both;
  height: 27px;
  width: 160px;
}


#secondnav ul li a {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  font-size: 70%;
  font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
}

#secondnav #current2 {
 background: url("images/bg-bubplastic-h-aqua.gif") no-repeat scroll right top transparent;
}

#secondnav ul li:hover {
  background: url("images/bg-bubplastic-h-aqua.gif") no-repeat scroll right top transparent;
}

#secondnav {
  margin-bottom: 10px;
  float: left;
}

#leftcontent {
  float: left;
}

/*
#secondnav a:hover {
  color: red;
}*/

