body {
	color:#786D57;
	background-color:#eeeeee;
}

#toptable {
  width:100%;
	background-color:#ffffff;
}

#lowertable {
  width:100%;
	border:0;
	align:"center"
}

#abouttable {
	width:90%;
	border:0;
	text-align:center;
	valign:top;
	font-size:24px; 
	font-style:normal; 
	font-weight:normal; 
	font-variant: normal;
}

#clienttable {
	width:80%;
	border:0;
	text-align:center;
	valign:top;
	font-family: Arial; 
	font-size:20px; 
	font-style:normal; 
	font-weight:normal; 
	font-variant: normal;
}

#contacttable {
	border:3px solid #786D57;
	text-align:center;
	valign:top;
	font-family: Arial; 
	font-size:24px; 
	font-style:normal; 
	font-weight:normal; 
	font-variant: normal;
}

#servicestable {
	width:90%;
	border:0;
	font-family: Arial; 
	font-size:20px; 
	font-style:normal; 
	font-weight:normal; 
	font-variant: normal;
}

/*p {margin-bottom: 20px; font-size: 13px;}*/

h1 {color: #786D57; font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-weight: bold; font-style: normal; border-bottom: 1px solid #786D57;}
/* position: relative; top: -38px; margin: 0px 0px -14px 0px; border-bottom: 1px solid #f9b4ab; line-height: 37px;} */
h2 {span style=font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight: bold; font-style: normal; color: #786D57;}
h3 {span style=font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; font-style: normal; color: #786D57;}
h4, h5, h6 {top: 0px; margin: 0px 0px 18px 0px; border: none; line-height: normal;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4, h5, h6 {font-size: 14px;}

#navcontainer ul
{
margin: 16;
padding: 16;
list-style-type: none;
text-align: center;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	border: 1px solid #FFF7E7;
    border-color: FFF7E7;
    text-decoration: none;
    color: #FFF7E7;
    background-color: #786D57;
    font-family: Tahoma,Verdana, Arial, sans-serif;
    margin: 0;
    padding: 3px 20px 3px 20px;
    height: 16px;
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    text-align: center;


}

#navcontainer ul li a:hover
{
	border: 1px solid #786D57;
    border-color: 786D57;
    color: #786D57;
    background-color: #FFF7E7;
    text-decoration: none;
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
}


ul#bottom_nav {
	height: 25px;
	text-align: center;
	margin-top: 29px;
	margin-bottom: 14px;
	}

ul#bottom_nav li {
	border-top: 1px solid #e9a6a6;
	border-bottom: 1px solid #e9a6a6;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 25px;
	}

/* IE 7 line-height fix */

 *:first-child+html ul#bottom_nav li {
	line-height: normal;
	}

/* IE 6 line-height fix */

* html ul#bottom_nav li {
	line-height: normal;
	}

ul#bottom_nav a {
	text-decoration: none;
	font-size: 14px;
	color: #800000;
	border-right: 1px solid #800000;
	padding: 0px 6px;
	}

