﻿html
{
	height: 100%;	
}

body 
{
	height: 100%;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/backgroundGradient.gif);
	background-repeat: repeat-x;
	background-color: #ECE9D8;
	font-family: Arial;
	font-weight: bold;
	font-size: medium;
}

.header
{
	position: relative;
	left: 0px;
	top: 0px;
	padding: 67px 0px 0px 330px;
	height:119px;
}

.container
{
	background-image: url(images/tree.gif);
	background-repeat: no-repeat ;
	background-position: left top;	
	position: relative;
	left: 0px;
	top: 0px;

}

.mainContainer
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
}

.leftContainer
{
	position: absolute;
	left: 0;
	top: 0;
	width: 330px; 
	margin: 0;
	padding: 0;
	z-index: 100;
}

.rightContainer
{
	height: 100%;
	text-align: center;
	z-index: 50;
	margin: 0px 0 0 350px;
}


h3, h4, h5, h6
{
	margin: 0px 0px 0px 0px;
}

h1, h2
{
	text-decoration: underline;
	color: Green;	
}

p
{
	margin: 0px 0px 0px 0px;
}

.copyright
{
	font-family: Arial;
	font-weight: normal;
	font-size: xx-small;
}

.copyrightContainer
{
	clear: both;
	padding: 10px;
}

a
{
	color: #166D6C;
}



