body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #ccc;
	background: #141414 url(../img/bgPattern3.jpg);
}
a:link {
	color: #329200;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #319100;
}
a:hover {
	color: #99FF00;
	border-bottom: 1px dotted #CC3300;
	padding-bottom: 2px;
}
a:active {
	text-decoration: none;
	color: #99CC00;
}
.line {
	font-family: Arial, Helvetica, sans-serif;
	color: #999900;
}

h1 {
	color: #666;
	letter-spacing: -1px;
	background-repeat: no-repeat;
	background-position: center;
	font-family: cambria, georgia, times, serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 100;
	font-variant: normal;
	text-align: center;
}
#left {
	float: left;
	width: 450px;
}
#right {
	float: right;
	width: 450px;
	margin-top: 50px;
}
#wrapper {
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 925px;
}
#feedControl {
	font-size: 10px;
	line-height: 150%;
	padding-top: 25px;
}
#twitterfeeds {
	font-size: 10px;
	padding-top: 35px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	line-height: 110%;
	margin-top: 15px;
	margin-bottom: 15px;
}
#twitterfeeds a .iconSpace {
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
	border:none;
	clear: both;
}


#twitterfeeds ul {
	list-style: none;
	margin: 0px 0px 5px;
	padding: 0px 0px 5px;
}

#twitterfeeds ul li {
	margin-bottom: 5px;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	color: #999;
	padding-top: 1px;
	padding-bottom: 5px;
}

