body {
	background-color: #262626;
}
#container {
	width: 780px;
	height: 743px;
	margin-left: 100px;
	text-align: left;
	background-color: #ededed;
	border-style: solid;
	border-width: 1px;
}
#header {
	height: 170px;
	width: 780px;
}
#content {
	height: 743px;
	width: 780px;
	background-color: #ededed;
	font-family: sans-serif;
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
}
hr {
	position: absolute;
	top: 870px;
	width: 778px;
}
p.footer {
	position: absolute;
	top: 890px;
	left: 190px;
	font-family: sans-serif;
	font-size: 12px;
	font-style: italic;
}
h1 {
	position: relative;
	top: 10px;
	left: 210px;
	font-size: 20px;
	color: #357EC7;
}
table.testimonial {
	position: absolute;
	top: 260px;
	left: 130px;
	font-family: sans-serif;
	font-size: 12px;
	width: 700px;
}
table.testimonial td.header1 {
	color: #357EC7;
	font-size: 16px;
	font-style: bold;
	width: 150px;
	padding-bottom: 5px;
}
table.testimonial td.header2 {
	color: #357EC7;
	font-size: 16px;
	font-style: bold;
	width: 400px;
	padding-bottom: 5px;
}
table.testimonial td.header3 {
	color: #357EC7;
	font-size: 16px;
	font-style: bold;
	padding-bottom: 5px;
	text-align: center;
	width: 100px;
}
table.testimonial td.comment {
	color: #707070;
	font-size: 12px;
	font-style: italic;
	padding-bottom: 5px;
}
table.testimonial td.date {
	font-size: 12px;
	padding-bottom: 5px;
	text-align: center;
}

