body {
  margin: 0;
  background-image: url(images/vertical_repeater.jpg);
  font-family: Verdana;
  font-size: 13px;
  line-height: normal;
  background-repeat: repeat-x;
  background-color: black;
}
#mainContainer {
  margin: 0 auto auto;
  width: 722px;
}
#header {
	height: 250px;
	background: url(images/header.png) no-repeat;
}
#content {
  padding: 1px 30px;
  background-image: url(images/main_repeater.jpg);
  background-repeat: repeat-y;
  
 }
ul {
	margin: 0px;
	padding: 0px 0px 0px 35px;
	list-style: none;
}
li {
	padding: 0px 0px 3px 22px;
	background: url(images/bullet.png) no-repeat 0px 1px;
	min-height: 17px;
}
ol li {
	background: none;
	padding: 0;
}
#footer {
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #bdbdbd;
	background: url(images/footer.png) no-repeat;
	height: 80px;
	padding: 15px 15px 0px;
}
#footer span {
	display: block;
	text-align: right;
	color: #626262;
	font-style: italic;
}
#footer a {
	color: #626262
}
#box {
  background-repeat: no-repeat;
  width: 593px;
  margin-left: auto;
  text-align: center;
  background-image: url(images/box1.jpg);
  height: 56px;
  margin-right: auto;
}
#box-text {
  font-family: Myriad Pro;
  font-size: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  padding-bottom: 13px;
}
h1 {
  font-family: Myriad Pro;
  font-style:oblique;
  font-size: 311%;
  line-height: normal;
}
h2 {
  font-family: Myriad Pro;
  font-style:oblique;	
  font-size: 170%;
  line-height: normal;
}
h3 {
  line-height: normal;
  font-size: 141%;
}
h4 {
  line-height: normal;
  font-size: 110%;
}
h5 {
  line-height: normal;
  font-size: 90%;
}
h6 {
  line-height: normal;
  font-size: 70%;
}
.testi-box {
  width: 406px;
  margin-right: auto;
  margin-left: auto;
}
.testi-header {
  background-image: url(images/testimonial-top.jpg);
  height: 65px;
  background-repeat: no-repeat;
}
.testi-content {
  background-image: url(images/testimonial-fill.jpg);
  background-repeat: repeat-y;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
}
.testi-footer {
  background-image: url(images/testimonial-btm.jpg);
  background-repeat: no-repeat;
  height: 35px;
}
