/* Inner page style for instapoem.com         */
/* Phil Glatz 7 April 2006                    */

div#home-logo {
  position: absolute;
  left: 6px;
  top: 7px;
  width: 169px;
  height: 64px;
  visibility: visible;
  cursor: pointer;
}
div#outer {
  text-align: left;
	position: absolute;
  width: 770px;
  left: auto;
  background-image: url(/images/pagetop3.gif);
  background-position: top left;
  background-repeat: no-repeat;
  border: 1px solid #777;
  margin-bottom: 1em;
}
div#content {
  margin-top: 110px;
  background-image: url(/images/faq-bg.gif);
  background-position: top right;
  background-repeat: repeat-y;
}
div#inner {
  background-color: white;
  padding: 0.5em;
  width: 610px;
  clear: both;
}
div#inner div.indent {
  padding-left: 24px;
  margin-bottom: 1em;
}
div#inner h1 {
  font-size: 140%;
  margin: 0 0 0.5em 0;
  padding: 0.25em;
  background-color: #CCCCCC;
}
div#inner h2 {
  font-size: 105%;
  margin: 1em auto 0.5em 0;
  width: 300px;
  padding: 0.25em;
  background-color: #ddd;
}

div.vspace1 {
  margin-bottom: 1em;
}
div#footer {
  border-top: 1px solid #ccc;
}

p.ex1 {
  margin: 0.5em 0 0 0;
}
p.ex2 {
  margin: 0 0 0 0;
}

