div#twitter {
   float:left;
	width:580px ;
	border:1px solid #aaa;
	background-image:url(images/twitdown.png); background-position:bottom left; background-repeat:no-repeat;
	padding-bottom:50px;
	font-size:13px;
	background-color:#eee;
	border-radius:7px; -moz-border-radius:7px;-webkit-border-radius:7px; -webkit-box-shadow:3px 3px 4px #333; box-shadow:3px 3px 4px #333;
}

div#twitter h2 {
	margin: 0;
	background-image:url(images/bg30pxGrey.png); background-repeat:repeat-x;
	padding: 10px 20px;
	font-size: 13px;
	color: #900;
	background-color: #eee;
	-moz-border-radius-topright:7px; -webkit-border-top-right-radius:7px; border-top-right-radius:7px;
	-moz-border-radius-topleft:7px; -webkit-border-top-left-radius:7px; border-top-left-radius:7px;
}

p#preloader {
	margin: 0;
	padding: 20px 20px 20px 50px;
	background: transparent url("images/loader.gif") 1em center no-repeat;
}

ul#twitter_update_list {
	margin: 0;
	padding: 0 0px 5px 0px;
	font-family:Georgia, "Times New Roman", Times, serif; line-height:18px;
	list-style-type: none;
}

ul#twitter_update_list li {
	margin: 0;
	padding: 10px 20px 10px 20px;
	background-image:url(images/arxtitle2.png); background-repeat:repeat-x; background-color:#eee;
	border-bottom: 1px solid #aaa;
}

ul#twitter_update_list li:hover { background-image:none;}

ul#twitter_update_list li a { font-family:Georgia, "Times New Roman", Times, serif; color:#666; font-style:italic; /* data */
}

ul#twitter_update_list li span {
	display: block;
}

ul#twitter_update_list li span a {
	/* links in tweet */
	color: #b00;
}

ul#twitter_update_list li.firstTweet {
}

ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}

a#profileLink {
	display: block;
	padding:15px;
	color: #ccc;
	background-color: #333;
}