/* CSS Document */

body  {
  margin: 0;
  background: #404F70 url(images/bkg.gif) top left repeat-y;
  font-family: Arial, Helvetica, sans-serif;
  color: #BDCBEC;
  font-size: 13px;
}
#content  {
  background: url(images/content-bkg.gif) bottom center repeat-y;
}
#text  {
  padding: 10px 20px 10px 20px;
}
#footer  {
  background: url(images/content-bottom.jpg) bottom center no-repeat;
  height: 10px;
}
a:link  {
  color: #1D2C4D;
}
a:visited  {
  color: #cccccc;
}
a:hover  {
  color: #ffffff;
}
.title  {
  font-style: italic;
  font-weight: bold;
}
table.products  {
  display: block;
  border-width: thin;
  border-color: #3A4869;
  border-style: solid;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
p#pic  {
  display: block;
  float: left;
  margin: 0 10px 10px 0;
}