@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	width: auto;
	height: 100%;
	font-family: "Myriad Pro";
	font-size: 100%;
	background-color: #096607;
}
html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
.youthtree #container {
	width: 800px;
	margin: 0 auto -250px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height: 100%;
	height: auto;
} 
.youthtree #header {
	margin: 0px;
	padding: 0px;

} 
.youthtree #mainContent {
	color: #000000;
	margin: 0px;
	padding: 0px;



} 
.youthtree #pageTitle {
	padding-bottom: 10px;
}

.youthtree #footer {
	font-family: "Myriad Pro";
	height: 250px;
	color: #FFFFFF;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
} 

.footerfill {
	height: 250px;
}

.bbtopleft {
	background-image: url(../images/boundingbox/Bounding-Box_01.png);
}
.bbtop {
	background-image: url(../images/boundingbox/Bounding-Box_02.png);
}
.bbtopright {
	background-image: url(../images/boundingbox/Bounding-Box_03.png);
}
.bbleft {
	background-image: url(../images/boundingbox/Bounding-Box_04.png);
}
.bbright {
	background-image: url(../images/boundingbox/Bounding-Box_06.png);
}
.bbbottomleft {
	background-image: url(../images/boundingbox/Bounding-Box_07.png);
}
.bbbottom {
	background-image: url(../images/boundingbox/Bounding-Box_08.png);
}
.bbbottomright{
	background-image: url(../images/boundingbox/Bounding-Box_09.png);
}
