body {
	background-color: #fff;
	font-size: .85em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 0;
}
img {
	border-width: 0;
}
p {
	font-size: 0.85em;
	line-height: 1.7em;
	margin: 0 0 1em 0;
}
#container {
	text-align: left;
	width: 600px;
	margin: 0 auto;
}
#nav {
	float: left;
	width: 120px;
}
#content {
	float: left;
	background-image: url(images/watermark.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 360px;
	min-height: 510px;
}
#qcontent {
	float: left;
	background-image: url(images/watermark.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 480px;
	min-height: 510px;
}
#tvad { width: 320px; margin: 24px auto;}
#footer {
	clear: both;
	width: 600px;
	padding-top: 12px;
	font-size: .9em;
}
h1 {
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
}
h2 {
	font-size: 1.2em;
	font-style: normal;
	font-weight: bolder;
	margin-top: 0;
	color: #666;
}
a {
	text-decoration: none;
}
a:link {
	color: #000;
}
a:visited {
	color: #333;
}
a:hover {
	color: #f90;
	text-decoration: underline;
}
a:active {
	color: #f90;
}
#content a {
	text-decoration: none;
}
#content a:link {
	color: #606;
}
#content a:visited {
	color: #606;
}
#content a:hover {
	color: #f90;
	text-decoration: underline;
}
.testimonial {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 9px;
}
table {
	font-size: .85em;
}
.aside {
	font-size: 0.6em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}
.credit {
	font-size: 0.7em;
	text-transform: uppercase;
	text-align: center;
}
.spacer { padding-top: 380px; }