#homeRightContent{
width:334px;
float:left;
}

#twitterContainer{
width:334px;
float:left;
}

#twitterHeader{
width:100%;
background: url(../images/tweetTop.gif) no-repeat;
height:30px;
margin-top:20px;
}

#twitterHeaderLeft{
float:left;
padding: 8px 10px 0px 10px;
}

#twitterHeaderRight{
float:right;
padding: 14px 10px 0px 10px;
}

#twitterHeaderRight a{
font-size:10px;
color: #638c83;
}

#twitterFooter{
width:100%;
background: url(../images/tweetBottom.gif) no-repeat bottom #ebebeb;
height:90px;
}

#twitterFooterLeft{
float:left;
border:none;
padding: 10px 10px 5px 15px;
}

#twitterFooterRight{
float:right;
border:none;
padding: 48px 20px 5px 10px;
}


.tweet {
  font-family: Verdana, Arial, serif;
  font-size: 70%;
  color: #085258; }
  .tweet .tweet_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #ebebeb; }
    .tweet .tweet_list li {
      overflow: auto;
	  border-top-width: thin;
	  border-top-style: dashed;
	  border-top-color: #c2c9c9;
      padding: 1.0em; }
      .tweet .tweet_list li a {
        color: #638c83; }
    .tweet .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; }
      .tweet .tweet_list .tweet_avatar img {
        vertical-align: middle; }
