body {  
	background-color:#191919;  
	margin:0; padding:0;      
	color:#9a9a9a;  
	font-family:Helvetica, Arial, Sans-serif;  
	font-size:13px;  
    line-height:21px;  
}

a {
	text-decoration:none;
	color:#e2007a;
	}


a img { 
	border:0px 
	}


h1 {  
	background-image:url(images/header_img.jpg);  
	background-repeat:no-repeat;  
	height:170px;  
	margin-top: 40px;
	margin-bottom: -10px;
}  


h1 span {  
	display:none;  
}


.trenner {
	background-image:url(images/trenner.jpg);
	background-repeat:no-repeat;
	height:4px;
	margin-bottom:10px;
}


.trenner span {
	display:none;
}


#about_pic {
	background-image:url(images/about.jpg);
	background-repeat:no-repeat;
	height:25px;
}


#about_pic span {
	display:none;
}


#twitter_pic {
	background-image:url(images/twitter_feed.jpg);
	background-repeat: no-repeat;
	height:25px;
	margin-bottom:15px;
}


#twitter_pic span {
	display:none;
}


#topstuff br {
	clear:both;
}


#wrapper {
	margin:0 auto;
	width:830px;
	}


#main {
	width:830px;
	margin:0 auto;
	}

	
#about {
	margin-top:20px;
	margin-bottom:20px;
	width:340px;
	float:left;
	}

#about img {
	margin-bottom: -10px;
	}


#footer {
	margin-top:-5px;
	margin-bottom:30px;
	}
	
#footer ul {
	font-size:11px;
	list-style:none;
	margin-left:-33px;
	}


#footer ul li{
	display:inline;
	padding-right:20px;
	}
	
	
#btn-shortener {
	border:none;
	margin-bottom:20px;
}	


/*Greybox Stuff down there*/

#greybox {
	background-color:#000;
}

#greybox img {
	margin-left:33px;
	margin-top:20px;
}

#greybox-text {
	margin-left:30px;
	margin-top:10px;
	padding-bottom: 20px;	
	margin-right:20px;
	color:#fff;
}


/*Twitter Stuff down there*/

#twitter img {
	margin-bottom:5px;
	}

#twitter_inside {
	background-color:#101010;
	border:1px solid#666;
	padding-right:20px;
}

#twitter {
	margin-top:20px;
	margin-bottom:20px;
	width:440px;
	float:right;
	font-size:13px;
	line-height: 21px;
	position:relative;
	}
	
#twitter_div ul {  
	margin-top:10px;
	padding:0px;      
	}

#twitter_div ul li {  
 	margin-top:20px;
	list-style:none;
	margin-bottom:5px; 
	margin-bottom:-20px; 
	}
	
/*Test to float content to the right*/
#twitter_div ul li span {
	display:block;
	margin-left:60px;
	}
	
	
#twitter_div ul li a {  
	font-size:13px;
	width:120px;  
	display:block; 
	position:relative;  
	top:-43px;  
	left:-70px;  
	}
	
	
#twitter_div ul li span a {
	font-size:13px;
	width:120px;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	}
	

#twitter_div {
	padding-top:5px;
	padding-bottom:15px;
	}
	
#twitter_div img {
	border:none;
	position:absolute;
	top:-5px;
	right:-30px;
	}

#twitter_div ul li {  
	list-style:none;  
	font-size:13px;
	line-height:21px;
	margin-left:90px;  
	}

