*{margin:0; padding:0;}
#tweeter_container {
	display: block;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	clear:both;
}

#tweeter_feed {
}

.tweeter_tweet {
	color: #000;
	width: 100%;
}

.tweeter_text a {
	color: inherit;
	text-decoration: none;
}

.tweeter_time {
	font-size: 9px;
}

#tweeter_bottom {
	position: relative;
	top: -1px;
	height: 51px;
	background: url(bottom.png) bottom right no-repeat;
}

#sidebar ul #tweeter_container ul {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding:0;
}

.tweets {
width:590px;
}
.tweets li .image {
float: left;
padding-right: 10px;
}
.tweets li {
padding: 5px;
border-bottom: 1px #666 dotted;
font-size: 14px;
min-height: 50px;
}
.tweets .last {
border:0px!important;
}
.tweets li a {
color: #00aeef;
font-size: 14px;
}
.tweets li .timesince {
color: #818181!important;
font-size: 14px;
}