  { }

  BODY {
    background-color: #FDF7DD;
    background-image: url('images/brick_back.gif');
    /* font-family:  Arcitectura; */
    font-family:  'Arial Narrow', Arial, 'Sans-serif';
    font-size:    16pt;
    line-height:  30px;
  }
  
  #menu_nav {
    font-size: 13pt;
    font-weight: bold;
    background-image: url('images/lattice.gif');
    width:  610px;
    border: 4px solid #FCEDC2;
    margin-left:  auto;
    margin-right: auto;
  }

      #menu_nav A {
        color:           #990099;
        text-decoration: none;
      }
    
      #menu_nav A:hover {
        color:           #CC00CC;
        text-decoration: underline;
      }

  #main_page {
    background-image: url('images/lattice.gif');
    font-size:        14pt;
    width:            610px;
    min-height:       550px;
    // height:        550px;
    border:           4px solid #FCEDC2;
    margin-left:      auto;
    margin-right:     auto;
  }

  #page {
    background-image: url('images/lattice.gif');
    width:  610px;
    min-height: 850px;
    // height:  850px;
    border: 4px solid #FCEDC2;
    margin-left:  auto;
    margin-right: auto;
  }
  
  #pg_content {
    position:   relative;
    top:             0px;
    left:            0px;
    text-align:  justify;
    padding-top:    10px;
    padding-left:   30px;
    padding-right:  30px;
    padding-bottom: 35px;
    color:       #990099;
  }
  
  .menusection {
    position:   absolute;
    left:       0px;
    width:      610px;
    // width:      550px;
    text-align: center;
  }

  .menusection HR {
    width:       100%
    border:      none;
    border-top:  5px solid #DD99DD;
  }
  
  .menuitem {
    position: absolute;
    width:       310px;
    line-height:  12px;
  }
  
  .peach {
    position: relative;
    top:    -20px;
    width:  45px;
    float:  left;
  }
  
  .itemtext {
    width:  255px;
    margin-left: 10px;
    float:  left;
  }
  
  .itemtext TD {
    font-family: Tahoma, Arial, 'Sans-serif';
    font-size:   8pt;
    color:       #000000;
    font-weight: bold;
  }
  
  .heading {
    font-size:    13pt;
    font-weight:  bold;
    font-variant: small-caps;
    margin-bottom: 3px;
  }

  .green {
    color: #00AA00;
  }
  
  .subheading {
    font-family: Tahoma, Arial, 'Sans-serif';
    font-size:   9pt;
    font-weight: bold;
    text-align:  justify;
    color:       #000000;
    line-height:  13px;
  }

  .sideitem {
    font-weight: normal;
    text-align:  center;
    font-size:   8pt;
    color:       #000000;
    border-left: 3px solid #FFFFFF;
  }
  
  .descr {
    font-family: Tahoma, Arial, 'Sans-serif';
    font-size:   8pt;
    color:       #000000;
  }
  
  .price {
    font-family: Georgia, 'Times New Roman', Serif;
    font-size:   8pt;
    line-height:  12px;
    font-weight: bold;
    color:       #00AA00;
  }
  
  .sterling {
    position: absolute;
    top:      20px;
    left:     -15px;
  }

  #info {
    font-size:   12pt;
    line-height: 18px;
  }
  
  #picplace {
    float:    right;
    position: relative;
    width:    234px;
    height:   404px;
    padding-left: 15px;
  }
  
  #picplace2 {
    float:    right;
    position: relative;
    top:     -15px;
    width:    234px;
    height:   354px;
    padding-left: 15px;
  }

  #pic {
    position: absolute;
    top:      -15px;
    width:    404px;
    height:   404px;
  }

  .purpleborder {
    border: 2px solid #990099;
  }