@charset "utf-8";
body {
	font: 100% "Times New Roman", Times, serif;
	background: #09F url(assets/tff_background4.jpg) repeat-x fixed top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	height: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
}
.oneColFixCtrHdr #header {
	background: #FFF;
	padding: 0;
	border: 1px none #E86434;
	margin: 0px 0px 20px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	border: 2px solid #B0CE3A;
	margin: 0px;
} 
#mainContent h1, h2, h3 {
	color: #09F;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 100;
}
.oneColFixCtrHdr #footer {
	background: transparent;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #footer p {
	text-align:center;
}
#footer a {
	font-size: 14px;
	color: #B0CE3A;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
}
.highlight {
	color: #E86434;
}
.highlight2 {
	color: #B0CE3A;
}
.highlight3 {
	color: #09F;
}
#updates {
	width: 219px;
	height: auto;
	min-height: 150px;
	background: #9ED03B;
	float: right;
	margin: 10px 0px 10px 10px;
	border: 2px outset #9BCD36;
}
#updates p {
	margin: 10px;
	color: #FFF;
}
#updates p a {
	color: #09F;
	text-decoration: none;
}
#updates p a:hover {
	color: #FFF;
	text-decoration: none;
}
.photos_right {
	margin: 10px;
	float: right;
}
#fadeshow1 {
	float: left;
	margin: 10px 15px 10px 0px;
}
#map_cntr {
	text-align: center;
}
.photos_left {
	margin: 10px 10px 10px 0px;
	float: left;
}
.table_back {
	background: #09F url(assets/tff_menu_bkgrnd.jpg) repeat-x;
	color: #B0CE3A;
	font-weight: bold;
}
.form_look {
	background: #09f url(assets/tff_form_back.jpg) repeat-x top;
	margin: 10px 0px;
	padding: 10px;
	border: 2px inset #09F;
	color: #333;
}
.oneColFixCtrHdr #mainContent p a{
	color: #09F;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent p a:hover {
	color: #F60;
	text-decoration: none;
}
#donate {
	width: 380px;
	height: 150px;
	min-height: 150px;
	background: #FFF url(assets/tff_donate_back.jpg);
	float: left;
	margin: 10px 10px 10px 0px;
	border: 1px solid #CCC;
	padding: 0px 10px 10px;
}
#donate a {
	text-decoration: none;
	color: #666;
}
#donate a:hover {
	text-decoration: none;
	color: #666;
}
.gallery_img {
	text-decoration: none;
	margin: 5px;
	border-width: 0px;
}
.small_font {
	font-size: 10px;
}
#header a img {
	text-decoration:none;
	border: none;
}
.center_it {text-align:center;}
.ui-state-highlight {color:#FF0000 !important;}