html, body { 
	width: 100%; 
	margin: 0; 
	padding: 0;
	background-color:#999;
	font: normal 12px Tahoma, Geneva, sans-serif; 
}
div.body {
	position:absolute;
	width:1000;
	left:50%;
	margin-left:-500px;
	background-color:#FFF;
}
div.header {
	position:relative;
	width:1000px;
}
div.left {
	float:left;
	position:relative;
	width:200px;
}
div.nav_item {
	position:relative;
	width:200px;
	height:30px;
	background: url('../images/nav.gif');
	margin-bottom:4px;
	margin-top:4px;
	font-size:18px;
	font-variant:small-caps;
	text-indent:4px;
	font-weight:bold;
}
div.friend {
	position:relative;
	margin-top:8px;
	margin-bottom:8px;
	text-align:center;
}
div.right {
	position:relative;
	float:right;
	width:200px;
	right:4px;
}
div.poll {
	position:relative;
	width:196px;
	border:2px solid #000;
	margin-bottom:10px;
}
div.poll_title {
	position:relative;
	font-weight:bold;
}
div.poll_option {
	position:relative;
	text-indent:10px;
}
div.band {
	position:relative;
	width:196px;
	border:2px solid #000;
	margin-bottom:10px;
}
div.band_pic {
	position:relative;
	width:196px;
}
div.band_name {
	position:relative;
	text-align:center;
	font-size:14px;
}
div.main {
	position:relative;
	float:left;
	width:550px;
	margin-left:25px;
	margin-right:25px;
}
div.large_main {
	position:relative;
	float:left;
	margin-left:25px;
	width:775px;
}
div.news_heading {
	position:relative;
	width:550px;
	height:30px;
	background:url('../images/newsbar.gif');
	font-size:16px;
	margin-top:2px;
	font-variant:small-caps;
	text-indent:4px;
	text-align:center;
	font-weight:bold;
}
div.news {
	position:relative;
	width:546px;
	border:2px solid #000;
	margin-bottom:10px;
}
div.news_title {
	position:relative;
	font-weight:bold;
	margin-top:5px;
}
div.news_date {
	position:relative;
	float:right;
	margin-right:5px;
	margin-top:5px;
}
div.news_content {
	position:relative;
	text-indent:20px;
	margin-bottom:5px;
}
div.right_heading {
	position:relative;
	width:200px;
	height:30px;
	background:url('../images/right_heading.gif');
	font-size:16px;
	margin-top:2px;
	font-variant:small-caps;
	text-indent:4px;
	text-align:center;
	font-weight:bold;
}
div.feature {
	position:relative;
	width:500px;
	height:500px;
	border:2px solid #000;
	margin-top:5px;
}
div.tracker {
	position:relative;
	width:100px;
	height:15px;
	font-weight:bold;
	background:url('../images/tracker.gif');
	margin-bottom:4px;
	margin-top:4px;
	text-align:center;
	margin-left:50px;
}
div.footer {
	position:relative;
	width:996px;
	border:2px solid #000;
}
div.admin {
	position:relative;
	width:350px;
	border:2px solid #d70000;
	display: inline-block;
	/*display: -moz-inline-stack;*/
	*display: inline;
	zoom: 1;
	margin-right:20px;
	vertical-align:top;
	margin-top:20px;
	padding: 4px;
}
div.admin_header {
	font-size:16px;
	font-weight:bold;
	text-align:center;
	font-variant:small-caps;
}
div.venue {
	width:auto;
	border:2px solid #000;
	display: inline-block;
	display: -moz-inline-stack;
	*display: inline;
	zoom: 1;
	margin:10px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
div.search {
	position:absolute;
	top:90px;
	left:750px;
}
a:visited,a:link {
	color:#000;
	text-decoration:none;
	border:none;
	cursor:pointer;
}
img {
	border:none;
}
a:active {
	color:#000;
	text-decoration:none;
}
a.color {
	text-decoration:underline;
}
table {
	margin-top:5px;
}
th {
	border: none; 
	background-color: #d70000;
	font-size:14px;
}
form {
	margin-bottom:2px;
}
.button,button {
	position:relative;
	text-align:center;
	margin:5px;
	background-color:#d70000;
	padding:2px;
}
div.center {
	text-align:center;
}
td {
	border: none;
	font-size:12px;
	border-bottom:dotted 1px;
}
td.none {
	border: none;
	font-size:12px;
}
a.vivid {
  color:blue;
  font-weight:bold;
  text-decoration:underline;
  
}
div.vividbox {
padding: 1px 4px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
border-color:red;
}
div.recent_heading {
	text-align:center;
	font-size:18px;
	font-variant:small-caps;
}
div.recent {
	width:250px;
	position:relative;
	display: inline-block;
	border:2px solid #000;
	padding:2px;
	margin-top:5px;
	font-size:14px;
	font-variant:small-caps;
	text-align:left
}
table.upcoming {
  width:500px;
  height:525px;
  border:1;
  border-color:white;
  background-color: black;
}