*{margin:0; padding:0;}


body{
	font-family:Lucida Grande, Helvetica, Arial, sans-serif;
	-webkit-font-smoothing:antialiased;

	
	
	
}

#wrapper{
	width:220px;
	
}


 p {
    
    text-align:left;
    
	padding-bottom:0px;
    }

.nav{}
	
#wrapper a, #footer a{
		
	text-decoration:none;
}

#vertical-ticker{
	height:600px;
	background:url(images/cont-tail.png) #fff;
	overflow:hidden;
	margin:0; 
	padding-top:5px;

}

	#vertical-ticker li{
	padding:5px;
	display:block;
	border-bottom:1px dotted #ddd;
	font-size:25px;
	font-family: Helvetica Neue, times, serif;
	}

#vertical-ticker h4{
	font-size:18px;
	line-height:1em;
	color:#4D7C1B;
	
		}

		
#vertical-ticker h5{
	  color: #555;
  font: italic 95% arial, sans-serif;
  font-size:12px;
  letter-spacing: normal;
  padding: 0 0 15px 0;
}
#vertical-ticker p{
	  color: #000;
padding-right:10px;
  font-size:15px;

}
	
#vertical-ticker a{
	font-size:15px;
	color:#F00;	
	}

 .text {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   line-height: 16px;     /* fallback */
   max-height: 96px;      /* fallback */
   -webkit-line-clamp: 6; /* number of lines to show */
   -webkit-box-orient: vertical;
}