body {
    font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
    font-size: 70%;
    color: #333333;
  }

div#pageWrapper {
    width: auto;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
  }

div#main {
  text-align: left;
  padding: 0px;
}

div#header {
    width: auto;
    padding: 10px;
  }

div#footer {
    clear: both;
    width: auto;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
    background-color: #336799;
	padding: 5px 10px 0px 10px;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
	border: 1px solid #555555;
    height: 75px;
  }

div#footer .footerElementL {
    float: left;
    padding: 7px 20px 7px 10px;
    font-size: 1.1em;
    background-color: transparent;
    width: 49%;
}
div#footer .footerElementR {
    float: right;
    padding: 7px 20px 7px 10px;
    font-size: 1.1em;
    background-color: transparent;
    width: 49%;
    text-align: right;
}

.contentBlockLeft {
    width: 60%;
    float:left;
    padding: 10px;
    font-size: 1.2em;
  }

.contentBlockRight {
    width: 30%;
    float:left;
    padding: 0px 10px 10px 10px;
    font-size: 1.2em;
    border-left: solid 1px #aaaaaa;
  }

.contentBlockLeft h2, .contentBlockRight h2 {
    color: #336799;
    font-size: 1.7em;
    font-family: Georgia, "Times New Roman", "Times Roman", serif;
  }
.testimonial {
    font-family: Georgia, "Times New Roman", "Times Roman", serif;;
    font-style: italic;
}

.testimonialName {
   font-style: normal;
   font-weight: bold;
   text-align: right;
   padding-bottom: 15px;
}

.button {
    width: 185px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    background-color: #cfcfcf;
	padding: 8px 10px;
	background: -moz-linear-gradient(
		top,
		#cfcfcf 0%,
		#666666);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#cfcfcf),
		to(#666666));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    border-radius: 10px;
	border: 1px solid #555555;
    margin: 0 auto;
    margin-top: 15px;
}

.button a, .button a:visited {
  text-decoration: none;
  color: #336799;
}

.button a:hover {
  color: #9B1424;
}


