/*
LAYOUT: One-Column (Right) Fixed
DESCRIPTION: Two-column 950px fixed layout with one sidebar right of content
*/

#main {
    width:950px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:950px;
    float:left;
}
#content {
    margin:0 0 0 10px;
    width:940px;
    overflow:hidden;
}

#twitter-tools .aktt_tweets ul {
	list-style-type: none;
	padding: 0;
	margin-bottom:15px;
}
#twitter-tools .aktt_tweets li {
	border-bottom: 1px dotted #c4d0d7;
	padding: 5px;
}
#twitter-tools li.aktt_more_updates {
	border: none;
}