#news-container {	
	position:relative;
	margin:auto;
	width:730px;
	top:30px;
	z-index:5;
}

#news-nav {
	 position:fixed;
	 background-image:url(../images/news-nav.png);
	 margin-top:50px;
	 height:477px;
	 width:250px;
	 z-index:4;
}

#news-nav-header {
	position:relative;
	font-weight:bold;
	left:30px;
	width:180px;
	font-size:1.4em;
	color:#005125;
}

#news-nav-content {
	height:374px;
	width:220px;
	top:58px;
	left:-11px;
	overflow:hidden;	
}

#news-nav-item-container {
	top:0px;	
}

#news-nav-btn-top {
	position:absolute;
	left:96px;
	top:0px;
	height:45px;
	width:43px;
	background-image:url(../images/news-btn-top.png);
	cursor:pointer;	
}

#news-nav-btn-top:hover {
	cursor:pointer;
	background-image:url(../images/news-btn-top-over.png);	
}

#news-nav-btn-bottom {
	position:absolute;
	left:96px;
	bottom:0px;
	height:45px;
	width:43px;
	background-image:url(../images/news-btn-bottom.png);
	cursor:pointer;	
}

#news-nav-btn-bottom:hover {
	cursor:pointer;
	background-image:url(../images/news-btn-bottom-over.png);	
}

.news-nav-item {
	position:relative;
	width:190px;
	height:94px;
	left:30px;
}

.news-nav-item-bull {
	position:absolute;
	height:41px;
	width:42px;
	left:-20px;
	background-image:url(../images/sprite1.png);
	background-position  : -183px -0px;
	cursor:pointer;	
}

.news-nav-item-bull span {
	position:relative;
	top:8px;
	left:14px;
	color:white;
	font-size:2em;
	font-weight:bold;
}

.news-nav-item-title {
	position:absolute;
	top:1px;
	left:25px;
	width:147px;
	border-bottom:1px solid #434343;
	padding-bottom:3px;
	font-size:1.4em;
	color:#005125;		
}

.news-nav-item-text {
	position:absolute;
	top:32px;
	left:25px;
	width:147px;
	font-size:1.2em;		
}

#news-main {
	 position:relative;
	 left:195px;
	 min-height:500px;
	 width:531px;
	 z-index:5;
}

#news-main-top {
	position:relative;
	width:531px;
	height:50px;
	background-image:url(../images/news-main-top.png);	
}

#news-main-top a {
	position:absolute;;
	color:white;
	font-size:1.2em;
	right:25px;
	top:2px;
	text-decoration:none;	
}

.news-main-middle {
	position:relative;
	width:531px;
	min-height:500px;
	background-image:url(../images/news-main-middle.png);
	display:none;	
}

#news-main-middle-title {
	font-size:1.4em;
	color:#005125;
	left:35px;
}

#news-main-middle-text {
	top:22px;
	left:45px;
	width:440px;
	font-size:1.2em;
	padding-bottom:35px;
}

#news-main-middle-text img{
	display:block;
	margin-top:5px;
	margin-bottom:5px;
}

#news-main-bottom {
	position:relative;
	width:531px;
	height:70px;
	background-image:url(../images/news-main-bottom.png);	
}

#news-main-bottom a {
	font-weight:bold;
	font-size:1.3em;
	color:#005125;
	text-decoration:none;
	margin-right:7px;
}

#news-main-bottom span {
	position:relative;
	top:15px;
}