body {
	background: white;
	font-family: tahoma;
	font-size: 17px;
	color: rgb(0,0,0);
	min-width: 750px;
}
h1 {
	font: normal bold 2em Tahoma;
	text-align: center;
	color: Red;
	padding: 1px 5px 7px 5px;
}
p.address{
	font-size: 1.2em;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	letter-spacing: normal;
}
h2{
	font-size: 1.2em;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	letter-spacing: normal;
	text-align: center;
}
h3{
	font-size: .8em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-align: center;
}
.indent {
	padding-left: 120px;
}
.tablehead {
	font-weight: bold;
}
div#wrap {
   /*border-width: 1px;
   border-color: rgb(70,70,70);
   border-style: solid;*/
   background: fff;
	 background-repeat: repeat;
	 margin: 0 auto;
	 width: 758px;
}
#header {
	width: 758px;
	height: 157px;
	background: rgb(255,255,255) url("images/index2_01.jpg");
}
#main {
	background: url("images/index_02.jpg");
	float: left;
	width: 670px;
	padding: 0px 44px 10px 44px;
}
#footer {
	background: white url("images/index2_04.jpg");
	width: 758px;
	height: 77px;
	clear: both;
	text-align: center;
	font-size: 12px;
}
#links {
	font-size: .8em;
	float: left;
	background: rgb(255,255,255) url("images/index_02.jpg");
	width: 740px;
	text-align: right;
	padding: 3px 7px 0px 7px;
}

#links ul {
	list-style: none;
}
#links li {
	display: inline;
	padding-right: 15px;
}
.testimonial {
	text-align: left;
	width: 400px;
	padding:5px; 
  margin-left: auto;
  margin-right: auto;
  border: red 2px dashed; 
  background: #FFFFEE;
  font-size: 10pt;
	font-weight: normal;
	text-align: left;
}
.fast-action {
	text-align: left;
	width: 500px;
	padding:10px; 
  margin-left: auto;
  margin-right: auto;
  border: black 2px dashed; 
  background: white;
  font-size: 12pt;
	font-weight: normal;
	text-align: left;
}
div.clear
{
	clear:both;
}