.header {
	background-color: #D74D28;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 270px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.footer {
	background-color: #D74D28;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #000000;
	height: 50px;
}
body {
	background-color: #D74D28;
	margin: 0px;
	padding: 0px;
}
.text_index {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #333333;
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 10px;
}
a:link {
	color: #D74D28;
	text-decoration: none;
}
a:visited {
	color: #D74D28;
	text-decoration: none;
}
a:active {
	color: #D74D28;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	line-height: 1.3em;
	font-weight: bold;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.3em;
	color: #333333;
	padding-right: 50px;
	padding-left: 5px;
	padding-top: 10px;
}
.imagespace {
	margin-right: 10px;
	margin-bottom: 3px;
}
.title_teenbrain {
	font-size: 14px;
	text-decoration: underline;
	text-align: center;
}
.quote {
	padding-left: 60px;
}
.thank_you {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 1.3em;
	font-weight: bold;
	color: #0066CC;
	text-align: center;
}
.background {
	background-image: url(images/thank_you.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

