* { padding:0; margin:0; border:0; }
body {
  font-family:verdana, arial, helvetica;
  font-size: 14px;
	background:#fff;
	margin:0 0px;
}
#banner {
	padding:0px;
	margin: 0px;
	background:#eef;
	color: #036;
}

#wrapper {
	border-left:1px solid #ababab;
	border-right:1px solid #ababab;
  width: 800px;
}
#container {
	width: 100%;
	float: right;
	margin-left: -190px;
}
#content {
	margin-left: 190px;
	//height:190px;
}

#content h1 { font-size: 15pt; font-weight: 400}
#content h2 { font-size: 12pt;}
#content h1, h2, h3 { color: #036} 
#content h1 { border-bottom: 1px solid #036}

#sidebar { width: 190px;
	float: left;
}
#footer {
	border-left:1px solid #ababab;
	border-right:1px solid #ababab;
}

p {
	padding: 5px;
	line-height: 140%;
}
  .contact {color: #800;font-weight: bold;}
  .new {color: #C00;font-weight: bold;}
  .r {text-align: right;}
  p.bible, p.cite { font-style: italic; padding-left:  7%;}
  p.ref {text-align: right;}
    hr {
      border-style: hidden; 
      border-width: 0px;
      color: #036; background-color: #036; 
      height: 1px;
    }

.m_level1 {
  font-size: 120%;
  color: #009; text-decoration: none; 
  border: 1px solid #88f; 
  margin-top: 2px; padding-top: 2px; padding-left: 5px; 
  background-color: #eef;
}
.m_level2 {
  padding-left: 1em;
  font-size: 80%;
}

.active {
  border: 1px solid #44c;
  text-decoration: underline;
}
.clearing { clear:both; height:0; } 

input {
             background: #ccf;
}
