.clear {
	clear: both;
}

#content {
	background: #fff;
	font-family: "Trebuchet MS", Geneva, sans-serif;
}

h1 {
	margin: .75em 1.5em .25em 1.5em;
	color: #3CB5E2;
	font-size: 130%;
	text-align: center;
}

h2 {
	margin: .75em 1.5em .25em 1.5em;
	color: #68C6E9;
	font-size: 125%;
	text-align: center;
}

h3 {
	margin: .75em 1.5em .25em 1.5em;
	color: #448888;
	font-size: 120%;
	text-align: center;
}

h4 {
	margin: .75em 1.5em .25em 1.5em;
	color: #52ADAD;
	font-size: 115%;
}

h5 {
	margin: .75em 1.5em .25em 1.5em;
	color: #74BEBF;
	font-size: 110%;
}

h6 {
	margin: .75em 1.5em .25em 1.5em;
	color: #272526;
	font-size: 105%;
}

p {
	margin: 1.0em 2em;
}

ul, ol {
	margin: 0 2em;
	padding: .5em 0;
}

li {
	margin: .5em 2em;
}
/*
img[align=right] {
	margin: 1em 0 1em 10px;
}

img[align=left] {
	margin: 1em 1.0em 1em 0;
}
*/
a:link, a:visited {
	color: #3CB5E2;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dashed #3CB5E2;
}

a:hover, a:active {
	color: #000;
	border-bottom: 1px dashed #000;
}

div.testimonial {
	margin: .5em auto;
	padding: 0;
	width: 710px;
	background: url(images/testimonial-mid-1.jpg) top center repeat-y;
}

div.testimonial p {
	margin: 0.5em 55px 0 55px;
	padding: 0;
	color: #000;
}

div.testimonial p.testimonial-source {
	float: right;
	margin: .5em 55px 0 0;
	padding: 0;
}

div.testimonial-top {
	width: 710px;
	height: 60px;
	background: url(images/testimonial-top-1.jpg) top center no-repeat;
}

div.testimonial-top p {
	margin: 1em;
	padding: 1em 0;
	color: #fff;
	font-weight: bold;
}

div.testimonial-bot {
	margin: 0;
	padding: 0 0 0 0;
	width: 710px;
	height: 30px;
	background: url(images/testimonial-bot-2.jpg) bottom center no-repeat;
}

img.photoRight {
	float: right;
	clear: none;
	margin: 0 0 0 1em;
	padding: 0;
}

span.photoRight {
	float: right;
	clear: right;
	margin: 0 1em 0.5em 0;
	padding: 0;
	font-size: 0.70em;
	text-align: right;
}

p.photoCenter {
	text-align: center;
}

img.photoCenter {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

span.photoCenter {
	margin: 0 auto 0.5em auto;
	padding: 0;
	font-size: 0.70em;
	text-align: center;
}


