	#header_container {
	margin-top: -30px;
	padding: 0px;
	height: 74px;
	float: left;
    border: 0px;
    border-color: red;
    border-style: solid;
	width: 983px;
}

    #header {
	  margin-top: 45px;
      float: left;
      width: 780px;
      font-size: 12px;
	  font-family: Tahoma;
      line-height:normal;
	  border: 0px;
	  border-style: solid;
	  border-color: gold;
      }

    #header_right {
      float: right;
      width: 200px;
	  border: 0px;
	  border-style: solid;
	  border-color: gold;
	  margin-top: 10px;
      }

    #header ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }
    #header li {
      float:left;
      background:url("../images/left_both.png") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      border-bottom:1px solid #000000;
      }
    #header a {
      float:left;
      display:block;
      width:.1em;
      background:url("../images/right_both.png") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#FFFFFF;
      }
    #header > ul a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #header a {float:none;}
    /* End IE5-Mac hack */
    #header a:hover {
      color:#000000;
      }
    #home #nav-home, #news #nav-news,
    #products #nav-products, #about #nav-about,
    #contact #nav-contact {
      background-position:0 -150px;
      border-width:0;
      }
    #home #nav-home a, #news #nav-news a,
    #products #nav-products a, #about #nav-about a,
    #contact #nav-contact a {
      background-position:100% -150px;
      padding-bottom:5px;
      color:#000000;
      }
    #header li:hover, #header li:hover a {
      background-position:0% -150px;
      color:#000000;
      }
    #header li:hover a {
      background-position:100% -150px;
      }

	#forum_header_container {
	float: left;
	width: 989px;
	border: 0px;
	border-color: red;
	border-style: solid;
}

	#forum_header_left {
	float: left;
	border: 0px;
	border-color: gold;
	border-style: solid;
}

	#forum_header_right {
	margin-left: 10px;
	margin-top: 28px;
	float: left;
	border: 0px;
	border-color: purple;
	border-style: solid;
}

   .center {
	text-align: center;
}