@charset "utf-8";
/* CSS Document */



#news .newsitem {
	width: 700px;
	margin: 20px auto;
	padding: 0;
	border: 1px solid #d3cfc3;
	background: #fff;
	overflow: hidden;
	font-size: 0.9em;
	text-align: left;
	}

#news .newsitem h3 {
	margin: 0 0 5px 0;
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #d3cfc3;
	background: #d3cfc3;
	}

#news .newsitem h4, h5 {
	margin: 0px 10px 6px 10px;
	padding:  0px;
	text-align: right;
	font-style: italic;
	font-size: 0.6em;
	border: 0px;
	}




#news .newsitem p {
	margin: 0 5px 10px 20px;
	float: left;
	width: 400px;
	display: block;
	}

#news .newsitem p b {
	color: #a13727;
	}
	
#news .newsitem img {
	float: right;
	margin: 0 10px 10px 0;
	}
	
#news .newsitem a {
	color: #000;
	text-decoration: none;
	background: none;
	font-weight: bold;
	}

#news .newsitem a:hover {
	color: #c68974;
	text-decoration: underline;
	}

/*
.newsindent {
	width: 750px;
	margin: auto;
	}

.newsindent h4 {
	border-bottom: 2px solid #000;
	font-size: 1.2em;
	margin-bottom: 0px;
	clear: both;
	}
	
.newsindent h4 a {
	text-decoration: none;
	color: #7d271d;
	}

.newsindent h5 {
	margin-top: 0px;
	margin-bottom: 6px;
	text-align: right;
	font-style: italic;
	font-size: 0.6em;
	}
	
.newsindent p {
	float: left;
	width: 470px;
	}
	
.newsindent a {
	color: #7d271d;
	}
	
.newsindent a:hover {
	color: #000;
	}
	
	*/
