/* CSS Document */
			
	p.date {
	word-spacing: 0px;
	text-align: left;
	letter-spacing: -1px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.25em;
	font-weight:normal;
	line-height: 1.3em;
	color: #b42974;
	font-style:oblique;
	}
	p.news {
	word-spacing: 0px;
	text-align: left;
	letter-spacing: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	line-height: 1.3em;
		}	
		
	#maincontent{
		float:right;
		margin:0 10px 5px 160px;
		padding: 0 0 3px 0;
		width:580px;
		height:auto;
		border-bottom: #91cd90 solid 0px;
		position:absolute;
	}
	/*#newsfooter{
	margin-left:160px;
	margin-right:10px;
	position:absolute;
	width: 580px;
	}*/
	#footer {
	float:right;
	width: 580px;
	height:18px;
	padding:30px 0 0 0;
	clear:both;
	font-size:0.95em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ca8815;
	font-weight: normal;
	border-top: #91cd90 solid 1px;
	}
	
	#newscontainer{
	margin:5px 10px 0 10px;
	padding:5px 0 10px 0;
	width:560px;
	height:auto;
	float:left;
	border-bottom: 1px #91cd90 dashed;
	}
	#leftdate{
	float:left;
	width:135px;
	margin: 0;
	padding: 0;
	}
	#rightnews{
	margin-left: 135px;
	border-left: 1px #91cd90 dashed;
	padding:0.5em 1em;
	height:inherit;
}



