/*--------------------------------------------------*/
/* Wrapper                                          */

	#pageWrapper {
		background-image: url("../../img/bg/green.jpg");
		min-height: 0;
		height: auto;
	}

	#pageContainer {
		padding-bottom: 350px;
	}

	#pageContent {
		padding-right: 40px;
		text-align: center; /* IE5 Win: thinks block level elements can be aligned like text */
	}

/*--------------------------------------------------*/
/* Label                                            */

	#label {
		width: 575px;
		margin: 0 auto;
		background: url("../../img/green/borderMiddle.gif") repeat-y 0 0;
		text-align: left;
	}

	#label #labelWrapper1 {
		background: url("../../img/green/borderBottom.jpg") no-repeat 0 100%;
	}

	#label #labelWrapper2 {
		background: url("../../img/green/borderTop.gif") no-repeat 0 0;
		padding: 25px 35px 110px 35px;
	}

	#label h2 {
		text-align: center;
		font-style: italic;
		font-weight: normal;
		color: #8EC509;
	}

	#label h3,
	#label p,
	#label a {
		color: #5DAE2E;
	}

	#label ul {
		margin: 0;
		list-style: none;
	}

	#label p.intro {
		font-weight: bold;
	}

