/* CSS Document */

body {
	background-color: #FFF;
	background-position: left bottom;
	background-attachment: fixed;
	background-image:  url(../graphics/bg/bg_tree.jpg);
	background-repeat: no-repeat;
}
img.highlight	{border:1px solid #000; margin:5px 10px; padding:5px;}

div.BoxTop { /* This is the box containing the Logo and Adv, on the top of the page */
	background-color: #EEE;
}
#Adv {
	/*display:none;*/
}
#PicLogo {
	border:0px solid green;
}
#Header { /* This is the horizontal box on top separting the top header from the main sections, also containing the doc path */
	background-color:#CCC;
}
#headerLogo {
	padding:15px 0px 0px 140px; 
}
#Content {
	width:auto;
	min-height:400px;
	border:0px dashed #999;
	margin:0px 0px 20px 130px;
	padding:40px 10px 10px 10px;
	z-index:3;
}
#MenuLeft {
	float:left;
	width:100px;
	border:0px dashed #CCC;
	margin:30px 10px 10px 10px;
	padding:40px 0px 40px 0px;
	z-index:2;
}

