body {

	background: url(gradback.jpg);
	background-repeat: repeat-x;
	background-color: #808080;

}

#main {
	margin-left: auto;
	margin-right: auto;
	background: url(header.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 632px;
	background-color: #ffffff;

	padding-top:280px;

	font: 8pt Arial, Serif;
	color: #111111;
	line-height:170%;
}

#leftcolumn {
	padding:0px;
	float:left;
	width: 340px;
	xborder-right: 1px solid #aaaaaa;
}

#aboutSection {
	clear: both;
	padding-left: 15px;
}

#bigPlayer {
	padding-left: 15px;

}

#rightcolumn {
	padding:0px;
	width: 260px;
	float: right;
	text-align: right;
}

#aboutGraphic {
	float:left;
	width: 63px;
	height: 30px;
	background: url(about.jpg);
}

#shoutGraphic {
	float:right;
	width: 120px;
	height: 30px;
	background: url(shoutout.jpg);
}

.padded {
	padding-right: 15px;
}

#shoutbox {
	width: 235px;
	height: 300px;
	border-left: 1px solid #dddddd;
	overflow: scroll;
	overflow-x: hidden;
	padding: 5px;
}

.spacer {
  clear: both;
  height: 1px;
  width: 1px;
}