html {
	margin:0 auto;
}
body {
	margin:0 auto;
	background-color:#000000;
	color: white;
	font-family: "arial", "sans", sans-serif;
}

.gigs td {
	padding: 1px;
	border:	 1px dotted #101010;
	padding-left:0px;
	padding-right:20px;
}

.gigs th {
	padding:10px;
	padding-left:0px;
}
.gigs {
	margin-left:-2px;
}

.gigs tr:hover {
	background-color: #252525;	
}

.gigs .more_info{
	font-size: 0.8em;
	display: none;
	margin-left: 20px;
	border: 1px dotted #303030;
}

#next_gig {
	float: left;
	margin: 2px;
}

#next_gig a {
	color: #DEDEDE;
}

#contents a {
	color: #DEDEDE;
}

#contents {
	height: 497px;
	overflow: auto;
	text-align:justify;
	padding: 5px;
	padding-left: 15px;
	line-height: 130%;
}


#main_wrapper {
	margin: 5px auto 0;
	width: 853px;
	border: 1px solid white;
}

#buttonsWrapper {
	/*background-image: url('images/transp_gray_1.png');*/
	height: 82px;
	padding: 0px;
	float:left;
	width:200px;
	margin-right: 30px;
	margin-top: 14px;
}

.button img {
	border: 0px;
	text-align: center;
	}
.button {
	height: 40px;
	width: 40px;
	margin-left: 0px;
	margin-bottom: 0px;
	display:block;
	float: left;
	text-align: center;
}
.button:hover {
	margin-left: 0px;
	display:block;
	float: left;
}

#low_res {
	font-size: 10px;
	color: #DEDEDE;
	float:right;
}

h1 {
	border-bottom: 1px solid gray;
	font-size: 21px;
}

h2 {
	border-bottom: 1px solid gray;
	font-size: 18px;
	text-decoration: none;
}

h2 a {
	border-bottom: 1px solid gray;
	font-size: 18px;
	text-decoration: none;
}


.flickr_pic {
	float: left;
	width: 75px;
}
.flickr_pic img {
	border: none; 
}

#header {
	height: 168px;
	background-color: white;
}
#headerLogo {
	height: 60px;
	background-image: url('images/header-EXCITORS.png');
	margin-bottom: 5px;
	margin-top:0px;
}
	
#recentActivityBox {
float:left;
width: 620px;
height: 103px;
color:black;
border: 0px none none;
}
#recentActivityBox table{
	font-size: 15px;
	width: 100%;
	margin-top: 0px;
}
#recentActivityBox th{
	font-weight: normal;
	text-align: left;
	width: 100px;
}
#recentActivityBox td{
	margin-left: 0px;
	font-weight: normal;
}
#recentActivityBox tr{
	height: 30px;
}
#recentActivityBox a{
	color: black;
}

#recentActivityBox .small{
	font-size: 12px;
	width: 110px;
	color: #AEAEAE;
	font-weight:bold;
	text-decoration: none;
}
