html, body {
	height:100%;
	margin:0;
	padding:0;
	background-color:rgb(255,255,255);
	background-position:top left;
	background-attachment:fixed;
	background-repeat:repeat-x;
	font-family: Verdana, sans-serif;
	font-size:11px;
	color:rgb(142,143,148);}								
																
#startNewsCont {
	position:absolute;
	width:180px;
	height:435px;
	right:25px;
	top:0px;
	left: 1px;}
	
#startNewsMid {
	position:absolute;
	width:175px;
	height:405px;
	top:15px;
	left:0px;
	overflow:hidden;}
	
#newsSlider {
	position:absolute;
	width:180px;
	height:auto;
	top:0px;
	left:0px;}
	
.newsBoxCont {
	position:relative;
	width:160px;
	height:77px;
	background-image: url(newsBoxBg.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding:5px 10px 0px 10px;
	color:#000000;
	font-size:11px;
	overflow:hidden;
	left: 5px;
	top: 3px;}
	
a.btnReadMore {
	position:absolute;
	width:74px;
	height:17px;
	display:block;
	background-position:top left;
	background-repeat:no-repeat;
	right:10px;
	bottom:8px;
	text-align:center;
	line-height:15px;
	vertical-align:middle;
	color:#42611d;
	text-decoration:none;
	font-size:10px;}
	
a.btnReadMore:hover {
	background-position:bottom left;
	color:#fff;}
	
#startNewsTop, #startNewsBot {
	position:absolute;
	width:180px;
	height:15px;
	background-image: url(startNewsEdgeBg.jpg);
	background-repeat:no-repeat;
	left:0px;}
	
#startNewsTop {
	top:0px;
	background-position:top left;}
	
#startNewsBot {
	bottom:0px;
	background-position:bottom left;}
	
#startNewsBtnTop, #startNewsBtnBot {
	position:relative;
	margin: 0 auto;
	width:49px;
	height:15px;
	background-image: url(newsScrollBtns.jpg);
	background-repeat:no-repeat;
	display:block;}
	
#startNewsBtnTop {
	background-position:0px 0px;}
		

		
#startNewsBtnBot {
	background-position:0px -45px;}
	
#startNewsBtnBot:hover {
	background-position:0px -30px;}
