body {
	font-family: Georgia, Times, serif;
	margin: 0px;
	color: #FFF;
	background-color: #000;
	background-image: url(/images/alexrage_8bit.gif);
	background-position: center -20px;
	background-repeat: no-repeat;
	margin-top: 470px;
	margin-bottom: 20px;
}
a {
	text-decoration: none;
	color: #984f63;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 26px;
	margin-bottom: 5px;
	font-weight: normal;
	font-style: italic;
	color: #5fcde4;
}
.loading h1 {
	margin-left: 30px;
}
h2 {
	margin: 0px;
	padding: 0px;
	line-height: auto;
	font-size: 14px;
	margin-bottom: 2px;
	font-weight: normal;
	font-style: italic;
	color: #5fcde4;
}
h3 {
	margin: 0px;
	padding: 0px;
	line-height: 12px;
	font-size: 12px;
	margin-bottom: 2px;
	font-weight: normal;
	font-style: italic;
	color: #5fcde4;
}
.loading {
	background-image: url(/images/ajax_medium.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	height: 200px;
}
#tweets {
	margin: 0px;
	width: 360px;
	font-size: 16px;
	float: left;
	margin-right: 10px;
	overflow: hidden;
}
.tweet {
	margin-bottom: 5px;
	padding: 20px;
	line-height: 1.5em;
	background: #320025;
}
.tweet a {
	color: #984f63;
}
.reply {
	text-align: right;
	font-size: 12px;
	font-style: italic;
}
#tracks {
	margin: 0px;
	width: 400px;
	float: left;
}
.track {
	margin-bottom: 10px;
	background-image: url(/images/ajax_large.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.track h3 {
	margin-bottom: 20px;
}
#panels {
	width: 790px;
	margin: 0 auto;
}
#bio
{
	width: 700px;
	margin: 0 auto;
	font-size: 22px;
	margin-bottom: 30px;
}
#bio p {
	margin: 0px;
	margin-bottom: .5em;
}
#contact {
	font-size: 18px;
}

.ajaxError {
	border: 1px solid #CCC;
	background-color: #EEE;
	padding: 20px;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5em;
	float: left;
	
}