body{
	background-color:#f8f8f4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-indent: 0px;
	font-weight: 300;
	color: #777;
}
.Container {
  position: absolute;
  top: 0px; left: 0px;
  width: 140px;
  height: 220px;
  background-color:#F8F8F4;
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 140px;
  height: 220px;
}
#Scroller-1 p {
  margin: 0; padding: 10px 26px 0px 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-indent: 0px;
  color: #777;
}
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
  width:140px;
}
.Scrollbar-Track {
  width: 7px; height: 220px;
  position: absolute;
  top: 0px; left: 133px;
  background-color: #EEE;
}
.Scrollbar-Handle {
  position: absolute;
  top: 0px; left: 0px;
  width: 7px; height: 30px;
  background-color: #CCC;
}
.date {
	margin-bottom: 0; padding: 10px 26px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-indent: 0px;
 	color: #777;
}
hr{
	border: 0;
	color:#cec7bb;
	background-color:#cec7bb;
	height: 1px;
	margin-top:10px;
	margin-left:8px;
	margin-right:14px;
}
a {
	outline:0px;
	color:#5d89ac;
	text-decoration: none;
}

#twitter-feed{
	width: 154px;
	margin-top: -10px;
	margin-left: -30px;
	background-color:#f8f8f4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-indent: 0px;
	font-weight: 300;
	color: #777;
}

#twitter_update_list ul{
	list-style: none;
}
	
#twitter_update_list li {
	padding:5px 0 15px 0;
	margin-bottom: 9px;
	border-bottom: solid 1px #cec7bb;
	list-style: none;
	}
#twitter_update_list span {
	display: block;
}

#twitter_update_list span a {
	text-decoration: none;
	color: #5d89ac;
	}

#twitter_update_list span a:hover {
	text-decoration: underline;
}
	
#twitter_update_list a {
	color: #777;
	}
