@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/tparker_background_brown.jpg);
	background-repeat: repeat;
	background-position: center;
	background-color: #373332;
	color: #E0DEDE;
}
a {
	color: #CCCCCC;
	text-decoration: underline;
}
a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover {
	color: #CCFFFF;
	text-decoration: underline;
}
#content {
	background-image: url(images/tparker_gback_brown.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#content #content_area h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
}

#content p {
	margin-right: 90px;
	margin-bottom: 30px;
	margin-left: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 70px;
	font-size: small;
}

