/* CSS Document */
/* Top Elements */
* {
	margin: 0;
	padding: 0;
	color: white;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background: #3d7a92;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight:normal;
	color: white;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: 1.2;
	
}

a {
	font-weight:bold;
}


#wrapper {
	position: relative;
	text-align:left;
	width: 800px;
	margin-right:auto;
	margin-left:auto;
	background-color: #3d7a92;
}

#header {
	background-image:url(/catalog/public/jpg/lheader.jpg);
	background-repeat:no-repeat;
	height:80px;
	width: 800px;
	position:relative;
	clear:left;
}

#left1 {
	position:relative;
	top:0px;
	left:0px;
	width:800px;
	height:1500px;
}

#footer{
	background-repeat:no-repeat;
	text-align:center;
	width:600px;
	height:80px;
	font-size:10px;
	color: white;
}

#treestart {
	width:600px;
	margin-left:100px;
	margin-right:100px;
	font-weight: normal;
	line-height: 1.1em;
	font-size: 100%;
	background-color:#3d7a92;

}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight:bold;
	color: white;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;	
	color: black;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;	
}

