* {
	margin: 0px;
	padding: 0px;
}

body {
	width: 700px;
	margin: auto;
	color: #000000;
	text-align: center;
	background: #e0d7ca;
}

img {
	border: none;
}

a {
	color: #CCCCCC;
	text-decoration: none;
}

#content {
	width: 700px;
	text-align: left;
}

#news-banner {
	margin: 5px 10px;
	padding: 2px;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	background: #e0d7ca;
	border-bottom: #cccccc;
}

#news-banner div {
	border: solid 2px #938a8b;
}

#news-rss {
	margin: 5px 10px;
	padding: 5px 5px 10px 5px;
	color: #cccccc;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	border: dotted 1px #cccccc;
}

.news {
	margin: 10px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	border: solid 1px #cccccc;
	background: #e0d7ca;
}

.news-title,
.news-text,
.news-img {
	margin: 2px;
	padding: 5px;
	border: solid 2px #938a8b;
}

.news-title {
	margin-bottom: 0px;
	border-bottom: dashed 2px #938a8b;
}

.news-title .title {
	font-weight: bold;
}

.news-title .date {
	font-size: 12px;
	font-style: italic;
}

.news-text {
	margin-top: 0px;
	margin-bottom: 2px;
	/*border-top: none;*/
}

.news-img {
	margin-top: 0px;
	text-align: center;
	border-top: dotted 2px #938a8b;
	border-bottom: dotted 2px #938a8b;
}

.news-img a {
}

.news-img a:hover {
	text-decoration: underline;
}

.news-img img {
	width: 150px;
}
