#twitter {
	width: 209px;
}
#twitter_head {
	width: 209px;
	height:76px;
	background-image:url(../images/twitter_head.jpg);
}

	#twitter h3 a {
		display: block;
		padding: 15px 0 0 55px;
		font-family:trebuchet ms, helvetica, arial, verdana, sans-serif;
		font-size:110%;
		text-decoration: underline;
		color:#ffba00;
	}
		#twitter h3 a:hover { color: rgba(255,255,255,0.3); }

#twitter_body {
	background-image:url(../images/twitter_mid.jpg);
	background-repeat:repeat-y;
	width: 209px;
}

	#twitter ul {
		list-style: none;
		margin: 0 10px 0 10px;
	}
		#twitter ul li {
		}
			#twitter ul li a {
				font: italic 9pt/20pt Georgia, Times, Serif;
				color: #d2d2d2;
				margin-top:5px;
			}
				#twitter ul li a:hover { color: #18a9eb; }

		#twitter ul li span {
			font: 9pt/13pt trebuchet ms, helvetica, arial, verdana, sans-serif; color: #fff;
		}
			#twitter ul li span a {
				font: 9pt/13pt trebuchet ms, helvetica, arial, verdana, sans-serif;
			}
#twitter_footer {
	background-image:url(../images/twitter_footer.jpg);
	width: 209px;
	height:18px;
	margin-bottom: 10px;
}