@charset "utf-8";
/* CSS Document */

p {
	padding: 0;
	margin: 0px 0px 15px 0px;
	
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	margin-bottom: 15px;
	font-size: 1.6em;
	color: #000000;
}

#leftColumn h1 {
	padding-left: 5px;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	margin-bottom: 5px;
	font-size: 1.3em;
	color: #990000;
}

.indent {
	margin-left: 15px;
}

.testimonial {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	font-size: 1.3em;
	font-style: italic;
	background: url(../graphics/main/grad.gif) top left repeat-x;
	padding: 10px;
}
