html, body {
   margin : 0;
   padding : 0;

}

body {
   font : 13px Lucida Sans Unicode, Verdana, sans-serif;
   color : #222222;
   background : #FFF;
   width : 100%;
   background : #762123 ;
}

td {
   font : 13px Lucida Sans Unicode, Verdana, sans-serif;
   color : #222222;
   background : #FFF;
   background : #f3f3dc;
}

blockquote {
	color:#762123;
}

a:link {
   color : #762123;
   background : transparent;
   text-decoration : none;
}

a:visited {
   color : #666666;
   text-decoration : none;
}

a:hover {
   color : #a52a2a;
   text-decoration : underline;
  }

a:active {
   color : #484500;
}

h4 {
	text-align : center;
	color : #815539;
	text-decoration: none;
	font-weight: bold;

}


#content {
   margin : 0 20px 0 20px;
   padding : 10px;
}

#content p {
   margin : 0 160px 6px 0;
   text-align : justify;
}

#link a:hover {
   color : #815539;
   text-decoration : underline;
   font-weight: bolder;
  }

#link a:link {
   color : #815539;
   text-decoration : underline;
   font-weight: bolder;
}

#link a {
   color : #815539;
   text-decoration : underline;
   font-weight: bolder;
}

#link a:visited {
   color : #815539;
   text-decoration : underline;
   font-weight: bolder;
}

#rightcol {
   float : right;
   width : 110px;
   margin : 7em 5px 0 0;
   border-left : 1px solid #9CB2B8;
   padding : 0 0 0 5px;
   background : #f3f3dc;
   }

#rightcol p {
   margin : 1.2em 0.5em 1.2em 0.5em;
   font-size : 11px;

}

 #navcontainer {
   margin-top : 0px;
   margin-left : 25px;
}

#navcontainer ul {
   list-style : none;
   margin : 0;
   padding : 0;
   text-align : center;
}

#navcontainer li {
   display : block;
   float : left;
}

#navcontainer li a {
   color : #762123;
   font-weight: bold;
   display : block;
   width : 86px;
   text-decoration : none;
   background : #DDAE84;
   padding : 2px 10px;
   border-left : 1px solid #84979C;
   border-bottom : 1px solid #84979C;
   border-top : 1px solid #84979C;
   border-right : none;
}

#navcontainer ul li a:hover {
   color : #000000;
   background : #E0D5B6;
}

#specialborder {
   border-right : 1px solid #84979C;
}


#services {
   margin : 0 5px 0 5px;
   padding : 6px;

}

#services li {
	list-style-type: circle;
	text-align: left;

}

#header {
   background-image :  url(images/site-header.gif);
   background-repeat : no-repeat;
   margin : 0 25px 0 25px;
   height : 144px;
   width : 748px;
   border-left : 1px solid #84979C;
   border-bottom : 0px solid #84979C;
   border-right : 1px solid #84979C;
   border-top : 1px solid #84979C;
}

#footer {
   border-top : 1px solid #84979C;
   border-bottom : 1px solid #84979C;
   margin : 0 28px 30px 25px;
   padding : 10px;
   font-size: 10px;
   background : #f3f3dc;
}

#testimonial {
   margin : 0 25px 0 30px;
   padding : 5px;
   border-left : 1px dotted solid #84979C;
   width : 525px;
}

#emb {
	border: 1px solid #84979C;

}