#content {
	position: relative;
	width: 960px;
	margin: 20px auto;
}
#column1 {
	width: 202px;
	float: left;
}
#column2 {
	width: 530px;
	margin-left: 14px;
	float: left;
}
#column3 {
	width: 200px;
	float: left;
	margin-left: 14px;
}
#twitterdisplay {
	position: relative;	
	background: url(../img/twitter_bg.gif) top center no-repeat;
	width: 202px;
	height: 136px;
}
#twitterdisplay .tweet {
	position: absolute;
	top: 5px;
	left: 12px;
	width: 180px;
	height: 50px;
	font-weight: bold;
	color: #666666;
}
#twitterdisplay .follow {
	position: absolute;
	top: 76px;
	left: 12px;
	font-size: 10px; 
}
#twitterdisplay .follow a {
	color: #ae97aa;
}
#twitterdisplay .follow a:hover {
	color: #660033;
}
#twitterdisplay .time {
	position: absolute;
	top: 74px;
	right: 12px;
	width: 114px;
	height: 12px;
	text-align: right;
}
#twitterdisplay .time span {
	display: inline-block;
	font-size: 9px;
	color: #6f3b66;
	height: 12px;
}
#twitterdisplay .time a.newer {
	display: inline-block;
	background: url(../img/leftarrow_off.gif);	
}
#twitterdisplay .time a.newer:hover {
	background: url(../img/leftarrow_on.gif);	
}
#twitterdisplay .time a.older {
	display: inline-block;
	background: url(../img/rightarrow_off.gif);	
}
#twitterdisplay .time a.older:hover {
	background: url(../img/rightarrow_on.gif);	
}
#shows {
	position: relative;	
	background: url(../img/header_shows.gif) top center no-repeat;
	width: 192px;
	margin-top: 14px;
	padding: 33px 5px 0px 5px;
}
#shows .date {
	font-weight: bold;
	color: #ae97aa;
}
#shows .venue {
	font-weight: bold;
}
#shows .buttons {
	font-size: 10px;
	text-align: right;
	margin: 5px 0px;
}
#shows .buttons a {
	background: #796b75;
	color: #dac5cc;
	border: 1px #978692 solid;
	padding: 0px 2px;
}
#shows .buttons a:hover {
	background: #6f3b66;
	color: #ffffff;
	border: 1px #6f3b66 inset;
	text-decoration: none;
}
.more {
	font-weight: bold;
}
.more a:hover {
	text-decoration: none;
}
#news {
	background: url(../img/header_latestupdates.gif) center 20px no-repeat;
	width: 530px;
	padding-top: 68px;
}
#commentform {
	width: 460px;
	margin: 20px auto;
	background: url(../img/row_bg.png);
	padding: 15px 20px;
}
#commentform .title {
	font: bold 12px Arial, sans-serif;
	color: #ae97aa;
}
#commentform input, #commentform textarea {
	font: normal 11px Arial, serif;
	color: #333333;
	background-color: #ffffff;
	border: #cccccc 1px solid;
	vertical-align: middle;
	width: 460px;
}
#commentform .submit {
	font: bold 12px Arial, sans-serif;
	background: #6f3b66;
	color: #ffffff;
	border: 1px #6f3b66 outset;
	padding: 0px 10px;
	width: 60px;
}
