@charset "utf-8";
/* CSS Document */
#juitterContainer {
	height: auto;
	width: auto;
	margin: 5px;
}
#juitterContainer a {}
#juitterContainer a:hover {}
#juitterContainer ul {
	margin: 0px;
	list-style-type:none;
	background-color: #FFF;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-left-color: #666;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#juitterContainer li {
	padding-top: 0px;
	padding-bottom: 30px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 10px;
	background-image: url(images/tweetdivider.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFF;
}
#juitterContainer img {
	border: none;
	float: left;
}
#followtwitter {
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	margin-top: -10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-image: url(images/twittericonbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#followtwitter h3 {
	color: #000;
	font-size: 18px;
}
#followtwitter a {
	color: #C30;
}
#followtwitter a:hover {
	color: #C30;
}

