@charset "utf-8";
body {
	background-color: white;
	margin: 0px;
	padding: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
p{
	margin-top: 5px;
	padding: 0px 15px 15px 15px;
}
h5{
	margin-top:5px;
	margin-bottom:0px;
	padding-left: 15px;
	font-size: 10px;
	font-style:italic;
	font-weight:normal;
}
h6{
	margin-top:0px;
	margin-bottom:0px;
	margin-left: 15px;
	font-size: 12px;
	font-weight:bold;
}
a {
	text-decoration: underline;
	color:black;
}
a:hover{
	text-decoration:none;
	background-color: black;
	color:white;
}
a:visited{
	text-decoration: underline;
}

/*#content{
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -410px;
	width: 820px;
}*/
#content2{
	width: 870px;
	position: relative;
	left: 50px;
}
#content{
	background-image: url(stripesbg.jpg);
	background-repeat: repeat;
	position: absolute;
	top: 0px;
	padding-top: 30px;
	left: 50%;
	margin-left: -485px;
	width: 970px;
}
#left{
	float: left;
	width: 500px;
}
#right{
	float: right;
	width: 350px;
}
#header{
	margin-bottom: -10px;
}
.box{
	background-color:#FFFFFF;
	width:inherit;
	margin-bottom: 20px;
}
#newsbtns{
	position:relative;
	top:-40px;
	width: 63px;
	height: 40px;
	left:430px;
	text-align: right;
	margin-bottom: -30px;
	/*z-index: 1;*/
}
img{
	border:0;
}
.gigtable{
	margin:0px;
	margin-left:7px;
	width: 310px;
	border-collapse: collapse;
}
#gigscontent{
	margin-top: 5px;
	padding: 0px 15px 15px 15px;
}
#music{
	position: relative;
	z-index: 5;
}