body {
	margin: 0;
	padding: 0;
	background: #000000;
	background-image:url(./images/site/back.jpg);

	background-repeat: no-repeat;
	background-attachment:fixed;

	font: 12px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
div.page_frame {
  
  width:955px;
}

div.mar {
  position:relative;
  margin-top:20px;
	margin-left:650px;
}

div.header_frame {
  margin:auto;
  width:980px;
	height:169px;
	background-image:url(./images/site/header.jpg);
}	
div.menu {
  float:left;
  padding-top:10px;
	width:200px;
}

ul {
  padding-left:20px;
}

li { 
     list-style-type: none;
		 padding-bottom: 10px;
		 

}
div.menu a{
	color: #FFFFFF;
	
	text-decoration: none;
	font-size: 15px;
	display: block;
	text-align:left;
}
div.menu a:first-letter{
   font-size:19px;
}


div.menu a:hover {
	color: #FFFFFF;
}

div.content_frame {
  margin:auto;
  width:950px;
	height:800px;

}
div.content {
  float:left;
  margin:auto;
  width:550px;
}

div.content a{
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;

	border-bottom: 1px dotted #FFFFFF;
	
}
div.content a:hover {
	color: #FFFFFF;

	border-bottom: 1px dotted #FFFFFF;
}





div.right_bar {
  float:right;
  margin:auto;
  width:150px;
	
  
}
div.right_bar a{
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	

}
div.right_bar a:hover {
	color: #FFFFFF;

}



div.footer {
  clear:left;
  
  margin:auto;
  width:950px;
	height:64px;
	background-image:url(./images/site/footer.jpg);
}

div.rightbox {
	color: #FFFFFF;
	margin-top:0px;
	
	
	vertical-align:top;

}

#twitter_update_list { 
   margin: 0;
   padding: 0;
 }
#twitter_update_list a { 
   display: block;
 }

#twitter_update_list li {  
   margin: 25px 0;
 }
	
input.input {
  color:#FFFFFF;
  background-color: #000000;
	border: solid white 1px
	}
	
input.input_name {
  color:#FFFFFF;
  height: 20px;
	border: none;
	background-color: #000000;
	background-image:url(./images/site/input_name.jpg);
	background-repeat: no-repeat;
	}	
	
input.input_mail {
  margin: 5px 0px 5px 0px;
  color:#FFFFFF;
  height: 20px;
	border: none;
	background-color: #000000;
	background-image:url(./images/site/input_mail.jpg);
	background-repeat: no-repeat;
	}	
		
	
	
	
h1.title {
	font-size: 18px;
	color:#FFFFFF;
	font-weight: bold;
	margin: 0;
	padding: 20px 0px 4px 0px;
	text-align:left;
  }
h1.deltitle {
	font-size: 14px;
	color:#FF0000;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align:center;
  }
h1.titleleft {
	font-size: 16px;
	color:#FFFFFF;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align:left;
  }	
	

	
img.disco {
  float:left;
	margin:0 20px 0 0;
	}
	
p.content {
	color: #FFFFFF;
	padding:0px;
	margin: 5px 0px 0px 0px;
	vertical-align:top;
	text-align:justify;

}

p.content_gigbandlist {
	color: #FFFFFF;
	padding:0px 0px 0px 10px;
	margin:5px 0px 0px 0px;
	vertical-align:top;
	text-align:justify;

}


p.trail {
	color: #FFFFFF;
	font-size: 10px;
	padding:5px;
	
	vertical-align:top;
	text-align:left;
	font-weight: bold;

}

p.delcontent {
	color: #FF0000;
	padding:5px;
	font-weight: bold;
	background: #000000;
	vertical-align:top;

}

p.rightbox {
	color: #FFFFFF;
	padding:0px;
	margin:0px 0px 20px 0px;
	
	vertical-align:top;

}

p.info {

	font-weight: bold;
  color:#FFFFFF;
	font: 10px Arial, Helvetica, sans-serif;
	clear: both;
}

p.mini {

	font-weight: bold;
  color:#FFFFFF;
	font: 10px Arial, Helvetica, sans-serif;
}

div.mini {

	font-weight: bold;
  color:#FFFFFF;
	font: 10px Arial, Helvetica, sans-serif;
}

td.info {
  vertical-align:top;
	}
td.headerline{
  text-align:right;
	background: #656565;

	}
img {
  border:0;
}
td.a {
  color:#FFFFFF;
	text-decoration: none;
	border-bottom:none;
	background: #FFFFFF;
}


	


td.deleted{
  vertical-align:top;

	color: #FF0000;
  font-weight:bold;
	text-align: left;
	background: #000000;
  }
td.canceled{
  vertical-align:top;
  text-decoration:line-through;
	color: #FF0000;
  font-weight:bold;
	text-align: left;
	background: #000000;
  }

td.deleted a {
	color: #FF0000;

	text-decoration: none;
	border-bottom: 1px dotted #FF0000;
	background: #000000;
}
td.deleted a:hover {
	color: #FF0000;
	background: #000000;
	font-weight: bold;
	border-bottom: 1px dotted #FF0000;
}

td.canceled a {
	color: #FF0000;

	text-decoration: line-through;
	border-bottom: 1px dotted #FF0000;
	background: #000000;
}
td.canceled a:hover {
	color: #FF0000;
	background: #000000;
	text-decoration: line-through;
	font-weight: bold;
	border-bottom: 1px dotted #FF0000;
}




