@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

div#MainBody {
	width: 980px;
	}
div#TopHeader {
	width: 980px;
	height: 21px;
	background-image: url(../images/top_header_gold.jpg);
	background-repeat: no-repeat;
}
div#Header {
	background-color: #534f4f;
	width: 980px;
	height: 250px;
	float: left;
	clear: both;
}
div#TopMenu {
	background-color: #534f4f;
	width: 980px;
	height: 35px;
	float: left;
	clear: both;
}
div#MainFrame {
	background-color: #ececec;
	float: left;
	clear: both;
}
div#Footer {
	background-color: #4c4545;
	width: 940px;
	height: 60px;
	margin-bottom: 20px;
	padding: 20px;
	text-align: left;
}
div#Article {
	width: 561px;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
}
div#ArticleHeadline {
	padding: 2px 10px 2px 10px;
}
div#ArticleMarkup {
	padding: 2px 10px 2px 10px;
}
div#ArticleText {
	text-align: justify;
	padding: 2px 10px 2px 10px;
}
div#NewsArticle {
	width: 329px;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	border-left: 1px dotted #534f4f;
	border-bottom: 1px dotted #534f4f;
}
div#NewsArticleHeadline {
	padding: 5px 10px 5px 10px;
}
div#NewsArticleText {
	padding: 5px 10px 5px 10px;
	text-align: justify;
}