﻿/*Custom Designed for Mars Hill Church of Christ, Vilonia, GA.--
by Church of Christ Web Hosting & Design - Dec. 2007*/
body {
  background-color: #86806b;
  font-family: Tahoma, Arial, sans-serif;
  font-size: small;
}

#top {
	width:800px;
	margin-right:auto;
	margin-left:auto;
	background-image:url('images/top.jpg');
	background-repeat:no-repeat;
	height:42px;
}
#masthead {
  width:800px;
  height:218px;
  margin-right:auto;
  margin-left:auto;
}

#heading {
	height: 74px;
	width: 25%;
	max-width: 970px;
	margin-top: -98px;
	margin-left: 285px;
}

#container {
	width: 800px;
	background-image: url('images/content.jpg');
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #62604F;
	height: auto !important;
}
#title {
	height:72px;
	text-align:center;
}
#awmAnchor-menu {
  float:left;
  width:220px;
  margin-top:20px;
  padding-left:10px;

}

#main_content {
  margin-left:220px;
  min-height:562px;
  padding-right:15px;
  margin-top:20px;
  padding-left:15px;
}

#main_content a {
	color: #212620;
	text-decoration: none;
}

#main_content a:hover {
	color: #557697;
	text-decoration: underline;
}

#right_nav{
	width:170px;
	float:right;
}

#footer {

  clear:both;
  color:white;
  height:42px;
  padding-top:14px;
  padding-left:10px;
  font-size:x-small;
  font-variant: small-caps;
  background-image: url('images/footer.jpg');
  background-repeat: no-repeat;
  width:790px;
  margin-right:auto;
  margin-left:auto;
}

#footer a:link{
	color:white;
	text-decoration:none;
}
p {
  line-height:1.5em;
  text-align: justify;
  padding-right:20px;
}

a {
	color: #212620;
	text-decoration: none;
}

a:hover {
	color: #6699FF;
	text-decoration: underline;
}

.center{
	text-align:center;
	
}
blockquote{
	width:400px;
	margin-left:316px;
	margin-right:auto;
	text-align:justify;
}
h2{
	margin: 0;
	color: #212620;
	font-size: large;
}
h3{
	color: #212620
}
.style1 {
	margin-left: 240px;
}
.required{
	color:red;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}
ul{
	list-style-type:circle
}