/* File: standard.css
   Desc: Stylesheet for pages at The BIZ On-line (www.thebizonline.com) */

body { margin: 0px;
  margin-top: 10px;
  background: #F6CCA0 url(BrBG2.JPG);
  color: #000;
  font-family: Arial,Helvetica, sans-serif;
}

#wrap { width: 700px; /* this width must match the nav image's width */
  margin: 0px auto; }

h1 { text-align: center;
  color: #330066;
  font-style: italic;
  padding-bottom: 40px;
  background: url(/images-used/h1-banner.gif) no-repeat bottom center;
  }
h2 { color: #ff1493; }

a:link { color: #f00; }
a:visited { color: #b00; }
a:hover { color: #f00; }
a:active { color: #f00; }

td { vertical-align: top; }

ul {
  list-style-image: url(/images-used/pink-bullet.gif);
}

.quoteR, .quoteL, .quoteC {
  padding: 10px;
  width: 200px;
  border: 2px solid #330066;
  color: #330066;
  background-color: #faf0e6;
  font-size: 90%
}

.tocSamples ul { list-style: none none; }
.tocSamples * { margin-top: 0; margin-bottom: 0; }

.quoteR { float: right;
  margin-left: 10px; }
.quoteL { float: left;
  margin-right: 10px; }
.quoteC { margin: 10px auto;
  clear: both;
  width: 500px; }

.quotee { color: #000; font-size: 80%; }

.floatR { float: right; margin-left: 10px; }
.floatL { float: left; margin-right: 10px; }

cite.credit { /* types of things that could be credits, such as TV, Film, or Stage */
  color: #550090;
}

a img { border: none; }

.tocImages img { margin-bottom: 1em; }

form div.form { width: 500px;
  margin: 1em auto;
  padding: 20px;
  border: 2px solid #330066;
}

label { display: block;
  text-align: right;
  padding-right: 10px;
}

/* not supported by IE */
input[type="text"] { font-family: "courier new", monospace; font-size: 90%;
}

/* Only seen by IE */
* html textarea { font-family: Arial,Helvetica, sans-serif; font-size: 90%;
}


#footer {
  clear: both;
  color: #330066;
  margin-top: 3em;
  font-size: 80%;
  text-align: center;
}
