/*============================================================
  type: text/css (7bit)
  url:  http://www.marlbrook.com/style/marlbrook.css
  copy: Copyright (c) 2003-02-12 Nick, Bunbury IS.
  author: http://www.bunburyIS.com
  ============================================================
  http://validator.w3.org/
*/
html, body {
  background: #000;  /* 033 */
  color:      #fff;
  font-family: Verdana, Tahoma, Helvetica, sans-serif;
  margin-top:  1pt;
  font-size:   .91em;
}
p, li { line-height: 140%; }
.Right {
  text-align: right;
}
address { text-align: right; }


a { /* Anchor :link */
  background: #000000;
  color: #9999ff;
  text-decoration: none;
}



a:hover {
  background: #000000;
  color:      #ffff00;   /* Cream */
}
.Link { /* Menu */
  background: #444;
  color:      #ff8;   /* Yellow */
  padding:    1pt;
}

/* td.NavBar  a.Link, td.NavBar em.This { display: block; }
td.NavBar { width: 20%; } */

.This { /* Current link */
  background: #444;
  color:      #ffc;
  padding:    2pt;
  font-style: normal;
  font-weight:bolder;
}
.NavBar { /* dt: definition term */
  line-height: 170%;
  font-size:   1.1em;  /* 1.3em */
}
.Banner { /* Horizontal-banner links */
  background: #444;
  color:      #fff;
  text-align: center;
  font-size:  1.0em;
}
h1 { /* Logo */
  font-family: "Bookman Old Style", times, serif;
  font-weight: normal;
  text-align:  center;
  font-style:  italic;
}
h2 { /* Feature heading */
  font-weight:    normal;
  text-align:     right;
  padding-top:    1pt;
  padding-bottom: 1pt;
  padding-right:  8pt;
}
.Head { background: #444; } /* Table contains H2 */
.Text { /* Repeat bg-color here for transparent bg-image */
  background-color: #000;
  background-image:     url( ../images/bground2.gif );
  background-repeat:    no-repeat;
  background-position:  center center;
  background-attachment:scroll;  /*fixed*/
}
.Illustrate { }
.Home { /* On the homepage, a graphic */ }
div.Intro { /* On the homepage, introductory text */
  background: #000;
  color:      #fff;
  font-style: italic;
  font-weight: bolder;
  position: absolute;
  top:   312pt; /* 270, 255pt */
  left:   28%; /* 33%; Opera: 50%; Ie: 35% */
  width: 170pt;
}
.Footer {
  text-align:    center;
  letter-spacing:0.05em;
  font-size:     1.05em; /* .98 */
}
.Owner { } /* <em> Emphasise the company name */

