html, body {
  background-color: #fff;
  margin: 0px;
  padding: 0px;
  width: 100%;
  font-family: Arial,Helvetica,Sans-Serif;
  font-size: 12px;
  background-image: url('/images/leftsidebg.jpg');
  background-repeat: repeat-y;
}
#header {
  background-image: url('/images/bg.jpg');
  background-repeat: repeat-x;
}
#toplinks {
  padding-bottom:3px;
}
.links {
  padding: 2px 4px 0 0;
  white-space: nowrap;
  text-align: right;
}
.links a {
  color: #2f3571;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  padding: 0px 5px;
}
.links a:hover {
  text-decoration: underline;
  color: #71352f;
}
#leftside {
  float: left;
  width: 122px;
}
#address {
  color: #fff;
  text-align: center;
  font: 12px Arial,Helvetica,Sans-Serif;
}
#suppliers {
  color: #fff;
  font: 12px Arial,Helvetica,Sans-Serif;
}
#suppliers a {
  color: #fff;
}
#rightside {
  float: right;
  position: relative;
  top: -39px;
  width: 190px;
}
#rightside .selmanuf {
  margin-bottom: 4px;
}
#rightside .selmanuf .title {
  font-size: 10px;
  font-variant: small-caps;
  margin-bottom: 4px;
}
#rightside .selmanuf select, #rightside .selmanuf input {
  font-size: 10px;
}
#rightside .selmanuf select {
  margin-right: 2px;
}
#rightside .navtitle {
  background-color: #2F3571;
  width: 100%;
  height: 20px;
  margin: 1px 0px 0px 0px;
  padding: 0px;
}
#rightside .boxme {
  color: #000;
  font: 12px Arial,Helvetica,Sans-Serif;
  padding: 3px 0 0 2px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 3px;
}
.centercontent {
  margin-left: 128px;
  margin-right: 200px;
}
.pagePathway {
  float: left;
}
.content_edit_link {
  float: right;
}
#footer {
}
div.content_node {
  padding: 8px 0px;
}


