body{
	background-color: #fff;
}

#popupheader{
	background-color: #574e47;
	color: #fff;
	width: 100%;
}

#popupheader .title{
	float: left;
}

#popupheader .close{
	float: right;
	margin-right: 10px;
}

#newsitem{
	border-top: 1px solid #fff;
	margin: 0;
	padding: 0;
	position: relative;
	width: 570px;
}

#newsitem #arrow{
	position: absolute;
	top: 22px;
	left: 5px;
}

#newsitem h2{
	border-bottom: 1px solid #bdac5c;
	color: #e95a89;
	font-size: 1.1em;
	margin: 20px 0 10px 20px;
	padding-bottom: 8px;
	width: 100%;
}

#newsitem p{
	padding-left: 20px;
}

#pp{
	padding: 20px;
}
