body {
  margin: 0;
  background: #7a746b;
}
#header {
  background: #ffffff;
  width: 100%;
  height: 65px;
  background:  url(assets/header-bg.gif) repeat-x;
  text-align: center;
}
#header div {
width: 958px;
margin: 0 auto;
text-align: left;
xborder:1px solid red;
}
#main {
  background: #7a746b url(assets/main-bg.jpg) repeat-x;
  background-color: #7a746b;
  height: 100%;
  text-align: center;
}
#menu {
  width: 950px;
  margin: 0px auto;
  text-align:center;
  font-family: arial;
  color: white;
  padding: 8px 0;
  letter-spacing: .1em;
}
#content {
  width: 950px;
  margin: 0 auto;
  padding-left: 8px;
}

#content h1 {
  font-size: 140%;
  color: #005694;
}

#content h2 {
  font-size: 110%;
  margin-bottom: .5em;
}

#content ul {
  margin-top:0;
  margin-bottom:.8em;
}

#content a: {
  color: red;
}


.textleft {
  width:300px;
  margin: 1.5em 30px 1em 30px;
  background: url(assets/left-grad-bg1.jpg) top repeat-x;
  padding:1em 24px;
  line-height: 1.6em;
  xborder:1px solid red;
}
.textleft h2 {
  font-size: 110%;
  margin-bottom: .5em;
  margin-top: 0;
}
.testimonial {
  margin:1em 2em;
  background: url(assets/quote-left.gif) top left no-repeat;
  padding:2.4em;
  line-height: 1.6em;
  xborder:1px solid red;
}


td {
  font-family: arial;
  font-size: 90%;
  line-height: 1.3em;
}

.thdr {
  background: #d5d5d5;
}

.textinput {
  border:1px solid #606060;
  background: #ffffff;
  padding:.5em;
}


.tdleft {
  width: 374px;
  padding: 0;
  background: #4a4a4a;
  color: #f0f0f0;
}

.tdleft p {
  padding:0 2em;
}


.tdright {
  padding: 2em 2em 4em 2em;
  background: #f5f5f5;
}
.footer {
  background:#005694;
  color: #f0f0f0;
  font-size: 70%;
  padding: 6px;
}

a {
  color: #93c78f;
  text-decoration: none;
}

a:hover {
  color: #ffffff;
}

.tdright a {
  color:#38a52e;
}

.tdright a:hover {
  color:#38a52e;
  text-decoration:underline;
}

.footer a, .footer a:hover {
  color: #eeeeee;
}





