html {
	overflow-y: scroll;
}

body {
	margin: 25px 0px 0px 0px;
	background-color: black;
	background-image: none;
	text-align: center;
}

/***********************************
	CONTAINERS
***********************************/

#wrapper {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;

}

#navigation {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: white;
	background-color: black;
	width: 150px;
	padding-top:25px;
	padding-bottom:10px;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	text-align: right;
}


#content {
	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: white;
	text-decoration: none;
	width: 556px;
	text-align: left;
	background-color: black;
}



#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #999999;
	padding: 40px 0px 10px 0px;
	text-align: center;
	clear: left;
	background-color: black;
}

#header {
	padding: 5px 0px 5px 0px;
	border-color: #999999;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	background-color: #000000;
	text-align:center;
}

/***********************************
	LINKS
***********************************/

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #FF9900;
	text-decoration: none;
}

a.small-navigation:hover {
	color: #FF9900;
}

a.navlink {
	color: #FFFFFF;
	border-width: 0px 0px 0px 5px;
	border-color: #DEDEDE;
	border-style: solid;
	text-decoration: none;
	display: block;
	padding: 3px 0px 3px 10px;
	text-align: left;
	font-weight: normal;
	margin-left:3px;
}

a.navlink:hover,
a.navlink.current {
	color: #FFCC00;
	border-top: #FFCC00;
	border-right: #FFCC00;
	border-bottom: #FFCC00;
	border-left: 5px solid #FFCC00;
}

/***********************************
	MISCELLANEOUS
***********************************/

.clearboth{

  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}


hr {
	width: 100%;
	height: 0px;
	text-align: center;
	border-color: #CCCCCC;
	border-style: dashed;
	border-width: 0px 0px 1px 0px;
}

.content-header {
    color : #FFCC00;
	font-size: 180%;
	text-decoration: none;
	text-align: right;
	margin: 5px 0px 15px 0px;
	font-weight: normal;
	padding: 2px 50px 0px 0px;
	background-color: #000000;
	font-weight:bold;
	
}

p {
	
	padding: 0px 0px 10px 0px;
	margin-top: 10px;
	line-height: 22px;
	font-size: 12px;
}

.gigs-table {}

.gigs-table td, .gigs-table th { font-size: 12px;}

.gigs-table th { border-bottom:1px dashed #cccccc; padding-bottom:10px;} 



.sitenavtitle {color:#FFCC00; margin:0px 3px 0px 0px;}


.photo { padding:4px; background-color:White; border:0px;}