body {
  font: 85% Arial, Verdana;
  color: #333;
  background: #ccc;
}

td { 
  vertical-align: top;
}

#content_holder {
  position: absolute;
  background: #fff;                 
  width: 802px;
  top: 20px;
  left: 50%;
  margin-left: -400px;
  border: 1px solid #000;
  padding: 0px;
}

#header_bottle { 
  top: 0px;
  left: 0px;
  border: 0px solid #000;
}

#header_iwtcc { 
  position: absolute;
  left: 135px;
  border: 0px solid #000;
  top: 0px;
}

#header_address{ 
  position: absolute;
  top: 0px;
  left: 430px;
  border: 0px solid #000;
}

#header_info{ 
  position: absolute;
  top: 100px;
  left: 160px;
  height: 50px;
  width: 630px;
  border: 0px solid #000;
  text-align: right;
  padding: 0.5em;
  color: #8b164b;
  font: 5px arial;
  font-weight: normal;
}

#nav_top {
  position: relative;
  color: #fff;
  background: #000;
  border: 0px solid #000;
  padding-left: 1em;
  padding-top: 4px;
  padding-bottom: 4px;
  
}



#nav_right {
  position: relative;
  width: 155px;
  height: 420px;
  background: url(images/greengrapes.jpg) no-repeat;
  padding: 1em;
  color: #fff;
}

#nav_right a, #nav_top a {
 font-weight: bold;
}

#nav_right a:hover, #nav_top a:hover {
  color: yellow;
}
                                       
#content {
 position: relative;
 width: 400px;
 border: 0px solid #000;
 left: 170px;
 margin-top: -410px;

}

#content a { 
 color: #33f;
}

#image_right {
 position: absolute;
 border: 0px solid #000;
 left: 580px;
 top: 185px;
 width: 200px;
 
}

a:link, a:visited, a:hover {
  color: #fff;
  text-decoration: none;
}

.title { 
  color: #8b164b;
  font-weight: bold;
}

.subtitle { 
  color: #338;
  font-weight: bold;
}

pre { 
  font: 95% Arial, Verdana;
  color: #333;
}

table  { 
  font: 95% Arial, Verdana;
  color: #333;
}

.bold { 
 font-weight: bold;
}