/**
 * wrapper
 * IMPORTANT: Do NOT add _width_ here, they are defined dynmically by the plugin!
 */
#twitpic {
  margin: -5px 0px -15px -1px;
  padding: 0px ;
  border:0px solid white;

}
/* follow me button */
#twitpic strong {
  display: block;
  padding: 0;
  text-align: center;
}
#twitpic strong a.twitter {
  background: #fff url(../img/twitter.gif) left no-repeat;
  padding-left: 24px !important;
  font-family: Arial;
  text-decoration: none;
  text-transform: uppercase;
  font-style: normal;
  color: #000000;
  font-weight: bold;
  font-size: 16px;
}
#twitpic strong a.twitpic {
  background: #fff url(../img/twitpic.gif) left no-repeat;
  padding-left: 24px !important;
  font-family: Arial;
  text-decoration: none;
  text-transform: uppercase;
  font-style: normal;
  color: #000000;
  font-weight: bold;
  font-size: 16px;

}
/* footer */
.twitpic-footer, .twitpic-footer a:link, .twitpic-footer a:active, .twitpic-footer a:visited, .twitpic-footer a:hover {
  text-decoration: none !important;
  background: none !important;
  color: #ffffff !important;
  border: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  font-weight: normal;
  text-decoration: none;
  font-size: 9px;
}

/* embedded images */
.twitpic {

    
}
.twitpic img {
float:left;
  margin:30px 30px 30px 30px;
padding:25px;
  
}





