@charset "utf-8";
/* CSS Document */
body {
	height:100%;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:62.5%;
	background:url(images/background.png) repeat 0 0;
}
#wrapper {
	height:100%;
}
#header {
	background: url(images/logo.jpg) no-repeat 0 0;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:120px;
	border-top:thick #000 solid;
	border-left:thick #000 solid;
	border-right:thick #000 solid;
}
#header_text {
	visibility:hidden;
}
#page {
	background: url(images/background.jpg) no-repeat 0 0;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	border-bottom:thick #000 solid;
	border-left:thick #000 solid;
	border-right:thick #000 solid;
}
#lower_text {
	font-size:2.5em;
	text-align:center;
	font-weight:bold;
	padding-top:466px;
	line-height:1.125em;
}
#tf_logo {
	position:absolute;
	bottom:18em;
	left:850px;
	background: url(images/TFlogo.jpg) no-repeat 0 0;
	width:150px;
	height:150px;
	border:thick #000 solid;
}
.footer_text {
	font-size:2.5em;
	text-align:center;
	font-weight:bold;
	margin-bottom:20px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	font-weight: bolder;
	color: #000000;
	margin:0;
}
a {
	color: #C00;
	text-decoration: none;
}
.clear {
	clear:both;
}
h3 {
	font-size:1.4em;
	margin:0;
	padding:0;
	font-weight:bold;
}
h2 {
	font-size:0.75em;
}

