
#twitter_feed {
	width: 335px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 5px 5px 5px 0px;
	font-size: 13px;
	font-family: Century Gothic, Arial, sans-serif;
	background: #404040;
	}
#twitter_feed h2 {
	height: 27px;
	line-height: 27px;
	font-size: 18px;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	background-image: url(images/h2-long.jpg);
	background-repeat: no-repeat;
	font-weight: normal;
	}
#twitter_feed ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}	
#twitter_feed ul li {
	height: 100%;
	}
#twitter_feed ul li a:link, #twitter_feed ul li a:visited {
	color: #ababab;
	text-decoration: none;
	padding: 3px 0px 4px 5px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #404040;
	background-repeat: no-repeat;
	border-bottom: 1px solid #353535;
	border-top: 1px solid #484848;
	}
#twitter_feed ul li a:hover {
	background: #383838;
	background-repeat: no-repeat;
	color: #ffffff;
	}
