.date, .header {color: #DC006B; text-decoration: none; font-family: georgia, times; font-size: 16px; font-weight: bold; line-height: 120%}

 .date	{padding: 0px 0 10px 0;	/* creates header and even spacing in content */	
	border: 0px solid #eee;
	display: block;
	margin-top: 0px;
	margin-bottom: -20px;	
	}

	.header {								/* !h3 style headers */
	xfont-family: arial, georgia, times; 
	xfont-size: 12px; 
	font-weight: bold;
	width: auto;		   
	height: auto;
	border-bottom: 0px solid #eee;
	color: #DC006B;
	font-style: normal;	
	display: block;
	xpadding-top: 4px;
	xmargin-bottom: 2px;
	}
	
	
	
	#xcontent {
	xborder: 1px solid #f00;
	background: transparent; 
	border-left: 1px solid #ddd;
	text-align: justify;
	position: relative;
	width : 448px;
	height: auto;
	padding: -30px 0 0 4px;  /* crazy ie no padding bottom */
	margin-top : -30px;		/* !CONTROL! slide content UP  */
	margin-right : auto;
	margin-left : 208px;
	margin-bottom : 1px;	/* ie width */
	}
	html>body #content {	
	margin-left : 210px;	/* non ie width */
	}

