/*=banner
---------*/
#banner { background: url(../images/beauty3.jpg) 0 0 no-repeat; }
/*=content
----------*/
#contentWrap {
	width: 734px;
	background: url(../images/home_content_bg.gif) 0 100% no-repeat;
	overflow: hidden;
	_float: left;
	margin: 6px 18px 0 18px;
}
#contentWrap #content {
	float: left;
	width: 468px;
	border-top: 3px solid #fff;
	margin-left: 3px;
	padding: 5px;
}
/*=news item
-------------*/
#content .newsItem {
	padding: 9px 20px 8px 11px;
	margin: 0 0 6px;
	background: url(../images/grey_gradient.gif) 0 0 repeat-y;
	color: #ccc;
}
.newsItem h2 {
	color: #ccc;
	font-weight: bold;
}
.newsItem p {
	color: #ccc;
	margin: 5px 0 0;
}
/*=callout
-----------*/
#contentWrap #callout {
	float: left;
	width: 238px;
	margin-left: 12px;
	border-top: 3px solid #fff;
	background: url(../images/callout_bg.jpg) 3px 3px no-repeat;
	text-align: center;
	padding: 172px 0 11px;
}