/*
-----------------------------------------------
dreamoftrees.com Style Sheet
author:   Charlie McKenzie
modified:  2006.01.07
----------------------------------------------- */

html,body,div {font: normal 12px Verdana, sans-serif; color: #000; line-height: 1.5em;}
	
body 
{
	text-align: center;
	background: url(../Images/bg.gif) repeat-y 0 0; 
	background-attachment: fixed; 
	background-color:#FFFFFF;
	margin: 0; 
	padding: 0;
}
	
#wrap {
	position: relative;
	width: 780px;
	height:100%;
	margin: 0px auto;
	text-align: left;
	}
	
#content {
	position:relative;
	left:160px;
	top:30px;
	display:block;
	}
	
#subcontent {
	position:relative;
	top:50px;
	}
	
#opentime {
	position:relative;
	left:70px;
	top:30px;
	}
	
#img1 {
	position:relative;
	left:60px;
	}


/* Generic Rules
----------------------------------------------- */

a:link,a:active {color: #40659B; text-decoration: none; border-bottom: 0px none;}
a:visited {color: #999; text-decoration: none; border-bottom: 0px none #999;}	
a:hover {color: #B30000; border-bottom: 0px none #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;
	}	

