body {
  font: 12px verdana, sans-serif;
  margin: 0px 0px 0px 145px;
  background-image: url(images/bg.gif);
  background-repeat: repeat-y;
}
P {
  text-align: justify;
}
h1 {
  margin: 0px;
  font-size: 15px;
  color: #C30;
  font-weight: bold;
}
h2 {
  font-size: 11px;
  color: #C30;
  font-weight: bold;
}
hr {
  color: #C30;
  background-color: #C30;
  width: 80%;
  height: 2px;
  border: 0px;
}
A {
  color: #FF6600;
  font-weight: bold;
  text-decoration: none;
}
A.active {
  color: #FF3300;
}
A.visited {
  color: #FF9900;
}
A:hover {
  text-decoration: underline;
}
.footer {
  font-size: 10px;
  color: #999;
  text-align: center;
}
.subnav {
  font-size: 10px;
  text-align: center;
}
.link {
  font-size: 10px;
}
.writer {
  font-size: 10px;
  margin-top: 0px;
}
.q {
  margin-left: 5em;
  margin-right: 5em;
}
.lft {
  float: left;
  margin-right: 12px;
}
.rght {
  float: right;
  margin-left: 12px;
}
.r {
	float: right;
	margin: 0px 0px 1em 1em;
}
.l {
	float: left;
	margin: 0px 1em 1em 0px;
}
.quote {
	width: 200px;
	padding: 0px;
	background: #FFF url(images/quote1.gif) no-repeat 0 2px;
	font: 18px/1.8em Tahoma, Verdana, sans-serif;
/*	text-indent: 32px;*/
	color: #999;
}
.quote p {
	display: block;
	margin: 0px;
	display: inline;
	padding-left: 32px;
	/*background: url(images/quote2.gif) no-repeat bottom right;*/
	_background-image: none;
}
.quote p span {
	color: #C60;
}
#content {
  width: 450px;
  float: left;
  margin-right: 45px;
}
#menu {
  width: 160;
  float: left;
}
#logo {
  background-image: url(/images/pulp-title.jpg);
  width: 450px;
  height: 100px;
  margin-bottom: 2em;
}
