body {background-color:#000;
  background: url(/img/bg.jpg);
  color:#EEE;
  margin: auto;
  padding: 0 0 0 0;
  font-size: larger;
  font-family: times new roman, sans-serif;
  font-style:no decoration;}

a,
a img{
  text-decoration: none;
  border:0;
}

.head{background: url(/img/head1.jpg) no-repeat;
  height:239px;
  font-size: x-large;
  width:800px;}

.nav{background: url(/img/headBottom.jpg) no-repeat;
  height:84px;
  width:800px;
  text-align:center;}
  
.events{border: solid #101010 1px;
  padding:10px;
  background-color: black;
  width: 500px;}
  
.bio{background: url(/img/button1.bio.png) center no-repeat;
  height:191px;
  display:table-cell;
  width:210px;}
/*.bio:hover{background: url(/img/button1.bio.png)  center no-repeat;}*/

.sound{background: url(/img/button2.sound.png) center no-repeat;
  height:191px;
  display:table-cell;
  width:220px;}
/*.sound:hover{background: url(/img/button2.sound.png) center no-repeat;}*/

.hire{background: url(/img/button3.hire.png) center no-repeat;
  height:191px;
  display:table-cell;
  width:170px;}
/*.hire:hover{background: url(/img/button3.hire.png) center no-repeat;}*/

.content{
  padding: 10px;
  width:800px;
  min-height: 450px;
  }

.dj{background: url(/img/dj.png) center no-repeat;
  color: orange;
  min-height: 124px;
  font-size:x-large;
  font-family: serif;
  text-align:center;}

.tab{display: table;}
.row{display:table-row;}
.cell{display:table-cell;}

.tables{width: 350px;
  border: solid #101010 1px;
  color:#bbbbbb;
  padding:20px;
  background-color: black;
  font-family:impact;
  font-size:xx-large;
  text-align:center;}

.textBox{color: white !important;
  font-size: larger;
  border: solid #101010 1px;
  padding: 12px;
  background-color:black;}
  
.dt{background-color: #111111;}

.hdr{background-color: #111111;
	color: #ccc;
	font-size:larger;}

.dm{background-color: #222222;}
 
.bottom{width:780px;
  padding: 10px;}
 

a {
  color:orange;
  text-decoration:none;
  border: none;}
a:active{}
a:visited{}
a:hover{color: #FFA}