/* iTreestudio.com CSS V1.0 */


/* basic elements */
body {
	color: #555753;
	background: #fff url(scrub.jpg) no-repeat top left;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 16pt;
	}
p {
	margin-top: 0px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 16pt;
	}
h2 {
	letter-spacing: 1px;
	margin-bottom: 0px;
	color: #7D775C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	}	
h3 {
	letter-spacing: 1px;
	margin-bottom: 0px;
	color: #7D775C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	}
h4 {
	letter-spacing: 1px;
	margin-bottom: 0px;
	color: #7D775C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #99CC00;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #666666;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #333333;
	}
	
/* specific divs */

#container {
	padding: 0px 100px 0px 100px;
	margin: 0px;
	background-image: url(no.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}

#intro {
	margin-top: 20px;
	width: 470px;
	}
	
#pageheader {
	width: 500px;
	margin-bottom: 10px;
	}

/*image for h1*/

	#pageHeader h1 {
	margin-top: 0px;
	width: 320px;
	height: 120px;
	float: left;
	background-color: transparent;
	background-image: url(H1.png);
	background-repeat: no-repeat;
	background-position: left top;
		}
	#pageHeader h1 span {
		display:none
		}
	#pageHeader h2 { 
		background: transparent url(h2.gif) no-repeat bottom left; 
		width: 200px; 
		height: 18px;
		float: right;
		}
	#pageHeader h2 span {
		display:none;
		}

#summary {
	margin-top: 0px;
	}
	
	#quicksummary {
		clear:both;
		margin: 0px 10px 10px 0px;
		width: 470px;
		float: left;
		}
	#quicksummary p {
		font: italic 8pt/10pt arial; 
		text-align:left;
		}

#support {
	margin-top: 0px;
	}
	
	#company {
		clear:both; 
		margin: 0px 10px 10px 0px; 
		width: 300px; 
		float: left;
		}
	#company p {
		font: normal 8pt/10pt arial; 
		text-align:left;
		}
	
#maincontact {
	background: transparent url(contact.gif) no-repeat top left;
	float: left;
	}
	
	#contact {
	clear:both;
	float: left;
	height: 220px;
	width: 160px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
		}
	#contact p {
		font: normal 8pt/10pt arial; 
		text-align:left;
		}
		
#warning {
	float: left;
	}

	#copyright {
		width: 470px;
		clear:both;
		margin: 10px 10px 10px 10px;
		}
	#copyright p {
		font: normal 8pt/ 10pt arial; 
		text-align:center;
		}		
