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


.news-box {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-top: 8px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

.news-box2 {
	width: 860px;
	border: 1px solid #666666;
	background-image: url(../images/news-head-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	background-color: #000000;
	margin-top: 20px;
	margin-right: auto;
	margin-left: 10px;
	margin-bottom: 20px;
	padding: 15px;
	float: left;
}

#news-content {
	width: 860px;
	margin-top: 30px;

	padding: 10px
float: left;
}

#news-heading {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana, Tahoma, "Tempus Sans ITC";
	font-size: 1.3em;
	font-weight: bold;
	color: #E1D4CE;
	font-style: italic;
	margin-top: -5px;
	text-align: left;
	vertical-align: top;
	text-shadow:2px 2px 2px #333333
}

