body {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #EBE7DF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #5A3D1D;
	line-height: 1.3em;
}
.medium_text {
	font-size: 0.95em;
	line-height: 1.1em;
}

#news {
	width: 220px;
	height: 170px;
	overflow: auto;
	/*padding: 5px; */
	/*margin: 5px; */
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D3C5B8;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#news ul {
	list-style-type: none;
	width: 190px;
	margin: 5px 0px 5px 5px;
	padding-left: 0px;
} 

#news li a, li a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #996600;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C1A688;
	padding: 5px;
	

}
#news li a:hover{
	color: #993300;
	text-decoration: none;
	background-color: #F3EFE0;
}

#news a em {
	color: #333;
	display: block;
	line-height: 125%;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.small_text {
	font-size: 0.85em;
	line-height: 1.2em;
}
#feature{
	width: 150px;
	overflow: auto;
	/*padding: 5px; */
	/*margin: 5px; */
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D3C5B8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#feature ul {
	list-style-type: none;
	width: 150px;
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
} 

#feature li a, li a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #996600;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C1A688;
	padding: 5px;
	

}
#feature li a:hover{
	color: #993300;
	text-decoration: none;
	background-color: #F3EFE0;
}

#feature a em {
	color: #333;
	display: block;
	line-height: 125%;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.feature_caption{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #996600;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-color: #C1A688;
	line-height: normal;
	padding-left: 10px;
	padding-right: 10px;
}
