/* CSS Document */
html, body, div, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, p {
	list-style: disc inside;
	margin: 0;
	padding: 0;
  }
body {  
	margin: auto;
	height: auto;
	width: 900px;
  }
html {
	font-family: Helvetica, Times New Roman, Verdana;
	font-size: 18px;
	text-align: justify;
	color: #000;
	height: auto;
	width: auto;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	background: #ffffff;
  }
a {
  color: #6F0507;
  text-decoration: none;
  }
a:hover {
  color: #6F0507;
  text-decoration: underline;
  }

#body {
	width: 900px;
	background-color: #6F0507;
	border: 3px solid #acaf50;
  }
#container {
	width: 920px;
	margin: auto;
	height: auto;
  }
#header {
	background-image: url(images/header1.jpg);
	height: 150px;
	width: 900px;
	float: left;
  border-bottom: 2px solid #acaf50;
  }

#maincontent {
	height: auto;
	width: auto;
	display: block;
  }
  
.leftside {
  background: #000000 url(images/side-bar-text.jpg) no-repeat;
  background-position: 50% 0%;
	width: 148px;
	float: left;
	height: 1000px;
	display: block;
  border-bottom: 2px solid #acaf50;
  }
.leftside img {padding: 2.5px;
	margin-top: 15px;
	margin-bottom: 195px;
  }


.rightside {
	background-repeat: repeat-y;
	width: 148px;
	float: right;
  display: block;
}
.rightside img {
  float: left;
  text-align: center;
}
.rightImage img {
margin: 550px 0 0 5px;
}
.mainnav {
	width: 135px;
  }
.mainnav a {
	color: #ffffff;
	border: 1px solid;
	background-color: #acaf50;
	padding: 2px;
	padding-left: 3px;
	font-weight: bold;
	text-decoration: none;
	border-color: #ffffff #ffffff #ffffff #ffffff;
	display: block;
	margin: 0px;
	width: 100%;
	text-align: center;
	font-family: Monotype Corsiva, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
  }
.mainnav a:hover {
	border: 1px solid;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-right: 1px;
	background-color: #6F0507;
	border-color: #ffffff #ffffff #ffffff #ffffff;
	color: #acaf50;
	text-decoration: none;
  }
.mainnav li {
  list-style: none;
	padding: 5px;
	text-align: center;
  }
  
.rightImage {
  background-image: url(images/right.jpg);
  background-repeat: no-repeat;
  height: 785px;
  width: 148px;
  }
#howorks { 
margin-left: 50px;

  }
  
#front { 
  text-align: center;
  margin: 0 auto;
  }

.content {
	border-right: 3px solid #acaf50;
	border-left: 3px solid #acaf50;
	background-color: #f9f7f7;
	color: #acaf50;
	width: 588px;
	height: auto;
	padding: 5px;
	display: block;
	float: left;
	line-height: 1em;
  }
.content img {
	margin-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
  }
.content h2 {
  text-align: center;
	font-family: Monotype Corsiva, sans-serif;
	color: #aeaf50;
	padding: 5px;
  }
.content h3 {
	color: #aeaf50;
	padding: 5px;
	text-align: center;
	font-family: Monotype Corsiva, sans-serif;
}
.content h4 {
	color: #aeaf50;
	padding: 5px;
	text-align: center;
  }
.content p {
	font-family: Bookman Old Style, sans-serif;
        font-size: .85em;
        font-weight: bold;
	padding: 5px;
	
  }
.content ul {
	text-align: left;
  }
.content li {
  font-size: .65em;
  font-weight: bold;
  }
.aboutPics {
  text-align: center;
  }
.letterbody a {
  color: #aeaf50;
  }
  
.test {
	height: auto;
	width: auto;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #797142;
  }
.test p {
  font-family: Script MT Bold, sans-serif;
  font-size: 1.1em;
  line-height: 1.1em;
  }

.letter {
	position:relative;
	background:#c0c0c0;
	}
.letter .letterbody {
	position:relative;
	background:#ffffff;
	left:-4px;
	top:-4px;
	border:1px solid #000;
	padding:20px;
	}

.services {
	width: 45%;
	float: left;
	height: auto;
  }
.servicess{
  height: auto;
  margin-top:25px ; 
  }
#footer {
	background-image: url(images/footer1.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 100px;
	width: 900px;
	color: #FFFFFF;
	text-align: center;
  }
#footer li {
	font-family: Monotype Corsiva, sans-serif;
  font-size: 1.5em;
	display: inline;
	padding: 5px;
  }
#footer li a:hover {
	font-family: Monotype Corsiva, sans-serif;
  color: #acaf50;
	display: inline;

  }
#footer ul {
	margin-top: 15px;
  }

#footer a {
	color: #FFFFFF;
	text-decoration: none;
  }
#footer a:hover {
	color: #737438;
  }
#footer p {
  font-size: .6em;
	color: #ffffff;
	padding: 5px;

  }