body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #000031;
	text-align: center;
	color: #FFFFFF;
	background-image: url(graphics/red_bg.gif);
}
#container {
	background-attachment: scroll;
	background-color: #F2EAE7;
	color: #000033;
	text-align: left;
	padding: 0px;
	width: 760px;
	margin: 0 auto 0 auto;
	background-image: url(graphics/wheat_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#header {
	width: 760px;
	text-align: center;
}
#content {
	width: 730px;
	margin: 0 auto 0 auto;
	text-align: left;
	margin-top: 10px; 
}
#footer {
	text-align: center;
	font-size: 10px;
	margin-top: 10px; 
}
a {
	color: #330000;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #330000;
	text-decoration: underline;
}
a:active {
	color: #006600;
	text-decoration: underline;
}
.photo {
	border: 2px solid #000033;
	margin: 5px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #370000;
	text-align: center;
	clear: both;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #370000;
	clear: both;
}
.halfpane {
	width: 50%;
	float: left;
}
ul ol {
	list-style-type: lower-alpha;
}
.testimonial {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000033;
	margin: 10px;
	border: 2px solid #000033;
	padding: 5px;
	font-style: italic;
	background-color: #EEDDCC;
	text-align: left;
	width:650px;
	margin:0 auto 0 auto;
}
.testimonial p {
	margin: 0;
	padding: 0;
}
.testCredit {
	font-weight: normal;
	text-align: right;
	color: #330000;
	font-size: 12px;
	font-style: normal;
}

