/* Begin typography and colors */
body {
	font-family:Geneva, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #6a6a6a;
	text-align:center;
	list-style: none;
	margin: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	link: #006600;
}
.a:link {
	color: #6a6a6a;
}
.wrapper {
	width: 763px;
	margin: 0px auto;
	text-align: center;
}
.header {
	margin-top: 20px;
	width: 763px;
	height: 122px;
}
.photo {
	width: 763px;
	height: 240px;
	background-image: url(images/photo-homepage.jpg);
}
.homecontentwrapper {
	width: 763px;
	text-align: left;
}
.homecontent {
	float: left;
	width: 470px;
	height: 200px;
	clear: right;
	background-image: url(images/content-background-home.jpg);
	}
.insidecontentwrapper {
	width: 761px;
	text-align: left;
	background-image: url(images/content-background-general.jpg);
	background-repeat: no-repeat;
}
.content {
	padding-top: 50px;
	padding-right: 20px;
	padding-left: 24px;
	line-height: 16px;
	line-height: 20px;
	}
.insidecontentcontact {
	padding-top: 20px;
	padding-right: 35px;
	padding-left: 37px;
	padding-bottom: 20px;
	line-height: 32px;
	background-image: url(images/content-background-contact.jpg);
	background-repeat: no-repeat;
	}
.insidecontenttests {
	padding-top: 70px;
	padding-right: 35px;
	padding-left: 37px;
	padding-bottom: 20px;
	line-height: 32px;
	background-image: url(images/content-background-tests.jpg);
	background-repeat: no-repeat;
	}
.insidecontentprivacy {
	padding-top: 70px;
	padding-right: 35px;
	padding-left: 37px;
	padding-bottom: 20px;
	line-height: 26px;
	background-image: url(images/content-background-privacy.jpg);
	background-repeat: no-repeat;
	}
.insidecontentabout {
	padding-top: 70px;
	padding-right: 35px;
	padding-left: 37px;
	padding-bottom: 20px;
	line-height: 32px;
	background-image: url(images/content-background-about.jpg);
	background-repeat: no-repeat;
	}
.insidecontentterms {
	padding-top: 70px;
	padding-right: 35px;
	padding-left: 37px;
	padding-bottom: 20px;
	line-height: 32px;
	background-image: url(images/content-background-terms.jpg);
	background-repeat: no-repeat;
	}

.hometestbutton {
	float: left;
	width: 292px;
	height: 200px;
	clear: right;
}
.footer {
	width: 763px;
	height: 69px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	clear: both;
	}