/* BEGIN: Title */
div#title { display: none; }
/* END: Title */

/* BEGIN: Left Column */
div.left {
	width: 300px;
	margin: 0;
	padding: 0;
	float: left;
}
	
	/* BEGIN: News Box */
	div#news_box {
		float: left;
		width: 280px;
		padding-bottom: 20px;
		background: transparent url(../images/newsboxbottom.gif) no-repeat left bottom;
	}
		
		div#news_box div.container {
			overflow: hidden;
			width: 280px;
			background: transparent url(../images/newsboxtop.gif) no-repeat left top;
		}
		
		div#news_box div.container strong {
			display: block;
			padding-bottom: 12px;
			margin: 43px 0 27px 0;
			font-size: 24px;
			font-weight: normal;
			text-align: center;
			color: #413e3a;
			background: transparent url(../images/whatsnewborder.gif) no-repeat center bottom;
		}

		div#news_box div.container ul { list-style-type: square; }
		
		div#news_box div.container ul li {
			float: left;
			padding: 0;
			margin-right: 40px;
		}
		
		div#news_box div.container ul li p.date {
			padding: 0;
			margin: 0;
			padding-bottom: 10px;
			padding-right: 20px;
			color: #827c75;
		}
	/* END: News Box */
	
/* END: Left Column */
	
/* BEGIN: Right Column */
div.right {
	width: 600px;
	float: right;
	padding: 0;
	margin: 0;
}

	/* BEGIN: Slideshow */
	div.right ul#slideshow {
		height: 350px;
		padding-left: 0;
		margin-left: 0;
		list-style: none;
	}
	
	div.right ul#slideshow li {
		width: 564px;
		padding-top: 20px;
		margin: 0;
		text-align: center;
		background: transparent url(../images/slide_top.gif) no-repeat left top;
	}
	
	div.right ul#slideshow li strong {
		display: block;
		overflow: hidden;
		width: 564px;
		padding: 10px 0;
		margin-top: 15px;
		text-align: center;
		color: #fff;
		background: #F0ECE6 url(../images/slide_bottom.gif) no-repeat left bottom;
	}

	div.right  div.text_content {
		clear: both;
		width: 564px;
		padding-top: 100px;
	}
	
	div#buttons {
		margin-top: 40px;
		text-align: center;
	}
	/* END: Slideshow */

div.right em {
	display: block;
	color: #827c75;
}
/* END: Right Column */
