#AjaxTwits {
	background-color: #fff;
	list-style: none;
	list-style-position: inside;
	width: 540px;
	padding: 0px;
	margin: 0px auto;
	color: #888;
}

#AjaxTwits li {
	padding: 0px 5px 15px 10px;
        background:none;
	width: 150px;
        float:left;
        border-right:1px solid #999;
        height:150px;
}

#AjaxTwits li a {
	color: #C2153C;
	text-decoration: none;
}

#AjaxTwits li a:hover {
	color: #26A7CF;
}

#AjaxTwits li img {
	border: 0px;
	height: 34px;
	width: 34px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

h2#twitter_title {background:url(../images/twitter_title.jpg) no-repeat;padding:0 0 10px 35px;}