/*--------------------------------------------------*/
/* Page Frame                                       */

	/*--------------------------------------------------*/
	/* Content                                          */

		#pageContent h2 {
			margin: 0;
			padding: 15px 0 20px 0;
			color: #C2C2C2;
			font-size: 2.5em;
		}

	/*--------------------------------------------------*/
	/* Footer                                           */

		#pageFooter {
			/* background: none; */
		}

/*--------------------------------------------------*/
/* News                                             */

	#news {
		width: 390px;
		float: right;
		background: url("../../img/home/newsBgBottom.gif") repeat-x 0 100%;
		margin-bottom: 10px;
	}

	#news div {
		padding: 10px 10px 0 10px;
		background: url("../../img/home/newsBgTop.gif") repeat-x 0 0;
	}

	#news div h3 {
		font-size: 1.5em;
		font-weight: normal;
		text-transform: uppercase;
		color: #666666;
		position: relative; /* IE6 Win: Forgets to render this element */
	}

	#news div h4 {
		font-size: 1em;
	}

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

	#news div ul li div {
		padding: 10px 0;
		background: url("../../img/home/newsBgDivide.gif") repeat-x 0 0;
		position: relative; /* IE6 Win: Forgets to render this element */
	}

	#news div ul li.firstChild div {
		padding-top: 0;
		background: none;
	}

	#news div ul li div p {
		margin: 0;
	}

	#news div ul li div p a span {
		position: absolute;
		left: -5000px;
	}
