div#header {
	background-color: #ccc9bb;
	background-image:url(../images/mainPics/home.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height: 200px;
	margin: 0px;
	padding: 1px; }
	
/* news --------------------------------------------------------- */
#homeNews {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; }
	
.homenewsTitle {
	font-size:12px;
	font-weight:bold;
	line-height:30px;  }
	
.homenewsTitle a:link, .homenewsTitle a:visited {
	color:#843107;
	text-decoration:none;}
	
.homenewsTitle a:hover {
	text-decoration:none;
	color:#7a7168; }
	
.homenewsFooter {
	border-bottom:solid #e0dedc 1px;
	padding-bottom:5px;
	padding-top:5px; }
	
.homenewsFooter a:link, .homenewsFooter a:visited {
	color:#843107;
	text-decoration:underline;
	font-weight:bold; }
	
.homenewsFooter a:hover {
	text-decoration:none;
	color:#7a7168;
	font-weight:bold; }