/*
-----------------------------------------------
dreamoftrees.com Style Sheet
author:   Charlie McKenzie
modified:  2006.01.07
----------------------------------------------- */

html {
	height: 99%;
	}
	
body 
{
	text-align: center;
  	margin: 0;
  	padding: 0;
	background-color:#000000;
	}
	
#wrap {
	position: relative;
	width: 1004px;
	height:99%;
	margin: 0px auto;
	text-align: left;
	}

#FFContent 
{
	padding-top:0;
  	height: 620;
	width: 1004;
	}
	
#FFtable {
	height: 100%;
	width: 100%;
	}



/* Generic Rules
----------------------------------------------- */

a:link,a:active {color: #40659B; text-decoration: none; border-bottom: 1px dotted #bbb;}
a:visited {color: #999; text-decoration: none; border-bottom: 1px dotted #999;}	
a:hover {color: #B30000; border-bottom: 1px solid #B30000;}
a img {border-width: 0; border-style:none;}
.hide {display: none;}
.show {display: block; 	font-size:inherit;}


/* Common elements 
----------------------------------------------- */

p {
	margin: 1em 0 1em;
	padding: 0;
	}
h1 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 150%;
	font-weight: normal;
	padding: 0;
	margin: 0;
	}
h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 150%;
	font-weight: normal;
	padding: 0;
	margin: 0 0 1em 0;
	}
h1 span, h2 span, h3 span {
	color: #999;
	}
	
hr {
	border: none;
	color: #EBEBEB;
	background-color:#EBEBEB;
	height: 1px;
	}	
