* {margin: 0; padding: 0;}

body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url('../images/Smooth_bodyBackground.jpg');
	background-repeat:no-repeat;
	background-color: #000;
	color: #fff;
}
div {
	margin: 0px;
	padding: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color:#fff;
	text-decoration: none;
}
a:visited {
	color:#fff;
}
.hidden{
	display:none;
}
h2 {

}
#pageContent {
	margin-top: 40px;
	margin-left: 30px;
}
	
#header {
  position: absolute;
  top: 0px;
  left: 30px;
  width: 1000px;
  height: 10px;
}
#leftcol {
  position: absolute;
  top: 10px;
  left: 30px;
  width: 820px;
  height: 500px;
}
#content {
  position: absolute;
  top: 10px;
  left: 864px;
}
#footer {
  position: absolute;
  top: 520px;
  left: 30px;
  width: 1000px;
  height: 100px;
}
#contactHolder {
	background-image:url('../images/Smooth_contactData.png');
	background-repeat:no-repeat;
	float:left;
	padding-top:140px;
	padding-left:30px;
	width:400px;
}
#gigsHolder {
	position: absolute;
	width: 336px;
	background-color: #fff;
	height: 172px;
	left: 466px;
}


.contactData {
	font-weight: bold;
}
.gigHolderTitle {
	font-weight: bold;
	font-size: .8em;
	color: #000;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:10px;
}
.gigData {
	margin-left:10px;	
	margin-top:3px;
	margin-bottom:3px;	
	font-weight: bold;
	font-size: .7em;
	color: #000;
}

#navlist {
}
#navlist li
{
	text-align: right;
	font-weight:bold;
	list-style-type: none;
	margin-left:-10px;
	margin-bottom:5px;
}
#navlist li a {
	text-decoration:none;
	color:#fff;
	margin-right: 10%;
}
#navlist li a:hover {
	color:#fff;
}
#navlist li img {
	margin-right: 6px;
}
.Scroller{
	overflow : scroll;
	WIDTH: 700px;
	CLIP: rect(0px 700px 300px 0px);
	POSITION: absolute;
	HEIGHT: 300px;
	z-index : 0;
	scrollbar-3dlight-color : #FFF;
	scrollbar-darkshadow-color : #FFF;
	scrollbar-arrow-color : #FFF;
	scrollbar-base-color : #FFF;
	scrollbar-face-color : #FFF;
	scrollbar-highlight-color : #FFF;
	scrollbar-shadow-color : #000;
	scrollbar-track-color : #000;
}
.TableText{
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;	
}
.TableHead{
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;		
}
.inputText {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 9px; 
  color: #fff; 
  background-color: #000000; 
  border: #666666; 
  border-style: solid; 
  border-top-width: thin; 
  border-right-width: thin; 
  border-bottom-width: thin; 
  border-left-width: thin
}
.inputButton {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-weight: bold; 
	color: #fff; 
	background-color: #000000; 
	border: #666666; 
	border-style: solid; 
	border-top-width: thin; 
	border-right-width: thin; 
	border-bottom-width: thin; 
	border-left-width: thin; 
	cursor: hand;
	text-decoration : none;
}