#container {
	background: url(images/content_bg1.gif) top right repeat-y;
}

#content_area {
	width: 531px;
	float: left;
	overflow: hidden;
}

#tagline {
	width: 531px;
	height: 294px;
	background: url(images/home_tagline_bg1.jpg) top left no-repeat;
	overflow: auto;
}
	#tagline p {
		display: none;
		padding: 80px 30px 30px 280px;
	}
	
#news {
	padding: 8px 0 7px 24px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
}
	#news h3 {
		color: #c40f16;
		font-weight: bold;
	}
	#news h3 a {
		color: #999;
		font-size: 11px;
		font-weight: normal;
		margin-left: 5px;
	}
	.newsitem {
		border-top: 1px dotted #c0b7ac;
		padding: 8px 24px 7px 0;
		line-height: 1.3;
		color: #696763;
	}
	.newsitem.first {
		border-top: 0;
	}
	
#promos {
	border-top: 1px solid #c0b7ac;
	border-bottom: 1px solid #c0b7ac;
	line-height: 0;
}
	#promos img {
		margin: 0;
		padding: 0;
		line-height: 0;
		border: 0;
	}
	#promos .promo {
		float: left;
		width: 265px;
		overflow: hidden;
	}
	#promos .promo.first {
		border-right: 1px solid #c0b7ac;
	}
	
#sidebar {
	float: left;
	width: 268px;
	margin-top: -31px;
	position: relative;
	z-index: 2;
	background: url(images/content_bg_dark.gif) top right repeat-y;
	border-left: 1px solid #a19e9a;
}
	.callout {
		width: 268px;
		min-height: 138px;
		height: auto !important;
		height: 138px;
		border-bottom: 1px solid #746e65;
		overflow: auto;
		background: #fff url(../images/gradient_callout19.gif) top left repeat-y;
		line-height: 0;
	}
	#sidebar .callout p {
		margin: 3px 12px 0 130px;
		color: #696763;
		line-height: 1.2;
	}
	#sidebar .callout_img {
		float: left;
		margin-left: 9px;
		border: 0;
	}
	.callout_large {
		width: 268px;
		height: 162px;
		border-bottom: 1px solid #746e65;
		overflow: auto;
		background: #fff url(../images/gradient_callout.gif) top left repeat-y;
		line-height: 0;
	}
	.callout_large p {
		margin-top: 1em;
		margin-left: 130px;
	}
	.callout_large p, .callout_half p {
		line-height: 1.2;
	}
	.callout_half {
		width: 268px;
		background: #dbd7d1 url(../images/gradient_callout_half.gif) top left repeat-y;
	}
	#sidebar .callout_half p {
		margin-left: 15px;
		padding: 0 20px;
		background: url(../images/callout_half_arrow.gif) top left no-repeat;
		margin-top: 10px;
	}
	#sidebar .callout_half a {
		color: #000;
		text-decoration: underline;
	}
