body {
	text-align: center;
	min-width: 1024px;
	font-family: "Trebuchet MS", verdana, sans-serif;
	background: #E4E3E5 url('../images/walls.jpg') repeat-y center; 
	padding: 10px;
	line-height: 120%;
}

#wrapper {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: white;
}
#headT {
	padding: 5px 0px 5px 750px;
	background: white url(../images/logo.jpg) no-repeat 5px 5px;
}
#header {
	width: 1024px;
}
#leftCol { 
	color: #333;
	border: 1px solid #ccc;
	background: #F2F2E6;
	margin: 5px 0px 0px 10px;
	padding: 10px;
	width: 660px;
	float: left;
}
#rightCol { 
	float: right;
	color: #333;
	border: 1px solid #ccc;
	background: #E7DBD5;
	margin: 5px 10px 0px 0px;
	padding: 5px;
	width: 300px;
	min-height: 700px;
	display: inline;
}
#footer {
	font-size: 11pt;
	color: gray;
	text-align: center;
	margin-bottom: 4px;
	width: 100%;
	padding-top: 10px;
}

p {
	font-size: 12pt;
	margin-left: 12px;
	margin-top: 4px;
	text-indent: 20px;
}
h1 {
	font-size: 1.6em;
	margin: 10px 2px 4px;
	color: #673F7E;
	line-height: 130%;
}
h2 {
	font-size: 1.4em;
	margin: 10px 2px 4px;
	color: #C377EF;
}
h3 {
	font-size: 1.2em;
	margin: 10px 2px 4px;
	color: #8D56AD;
}
h4 {
	font-size: 1.1em;
	margin: 10px 2px 4px;
	color: #B571E2;
}
h6 {
	font-size: .4em;
	font-weight: bold;
	margin: 10px 2px 4px;
	color: #673F7E;
}

ul {
	list-style-type: square;
	list-style: square;
	margin-left: 15px;
}


#testimonial {
	height: 233px;
	padding: 5px 5px 10px 280px;
	margin: 2px 9px 2px 9px;
	background-color: #FFF6D6;
	border: solid 2px gray;
	position: relative;
}
#testimonial #test_img {
	position: absolute;
	left: 12px;
	top: 12px;
	border: solid 1px gray;
}
#testimonial #test_text {
	font-size: 32pt;
	font-style: italic;
	text-indent: -70px;
	line-height: 120%;
	color: #7A5693;
	font-family: cursive, "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#testimonial #test_rmore {
	font-size: 14pt;
	position: absolute;
	top: 210px;
	left: 500px;
	text-decoration: underline;
}
#testimonial .quotemark {
	font-size: 64pt;
	font-family: serif;
	font-weight: bold;
}
