@charset "UTF-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: 000000;
	margin: 10px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #663333;
	padding-top: 35px;
	padding-bottom: 6px;
	margin-bottom: 0px;
	font-size: 2.2em;
}
ul {
	list-style-type: circle;
}

.subhead {
	font-size: 1.4em;
	font-weight: bold;
	color: #996600;
}
.subsub {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-right: 200px;
	padding-right: 20px;
}

.testimonial {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px;
	font-size: 1.2em;
	color: #999999;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.5em;
	margin-right: 175px;
	margin-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
