* {
  margin: 0px;
  padding: 0px;
}
body {
  background-image: url(images/back-body.gif);
  background-repeat: repeat;
  background-color: black;
  color: black;
  font-family: Verdana,Lucida,Geneva,Helvetica,Arial,sans-serif;
  text-align: left;
}
p {
  margin: 20px 0px;
  font-size: 12px;
}
h1 {
  color: #696969;
  text-align: center;
  font-size: 17px;
}
h2 {
  color: black;
  text-align: center;
    font-size: 15px;
}
h4 {
  color: black;
  text-align: center;
  font-size: 14px;
}
h5 {
  color: #696969;
  text-align: center;
  font-size: 13px;
}
#container {
  width: 760px;
  background-color: white;
  margin-left: auto;
  margin-right: auto;  
}
#header {
  width: 760px;
  height: 178px;
  position: relative;
  background-color: black;
 }
#flash {
  width: 760px;
  height: 150px;
}
#main {
  position: relative;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0px 0px 0px;
  clear: both;    
}
#footer {
  width: 760px;
  height: 60px;  
  position: relative;
  background-color: black;
  clear: both;    
}
#footer p {
  font-size: 11px;
  padding: 13px 0px 0px;
  width: 760px;
  text-align: center;
  color: #7f7f7f;
  font-weight: bold;
}
#beatles_liverpool_website {
  width: 135px;
  height: 100px;
  position:absolute;
  left:470px;
  top:380px
}
#karaoke_singers {
  width: 75px;
  height: 115px;
  position:absolute;
  left:60px;
  top:370px
}
ul#menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	font-size:13px;
	font-weight:bold;
	background:transparent url(images/nav_bg.png) repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
}
ul#menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}	
ul#menu li a
{
	display:block;
	float:left;
	color:#999999;
	text-decoration:none;
	font-weight:bold;
	padding:8px 25px 0 25px;
}	
ul#menu li a:hover
{	
	color:#FFFFFF;
	height:22px;
	background:transparent url(images/nav_bg.png) 0px -30px no-repeat;		
}
ul#menu li a.current
{
	display:inline;
	height:22px;
	background:transparent url(images/nav_bg.png) 0px -30px no-repeat;	
	float:left;
	margin:0;
}
#stars {
  width: 450px;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
#equipment {
  width: 375px;
  height: 180px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
#lights {
  width: 500px;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
#links {
  text-align: center;
  position: relative;
}
#phone {
  float: left;
  width: 300px;
  height: 100px;
}
#email {
  float: right;
  width: 300px;
  height: 100px;
}
.centerimage {
  margin-left: auto;
  margin-right: auto;
}
.clear {
  clear: both
}
.padding {
  padding-top: 10px;  
  padding-bottom: 10px;
}
.center {
  text-align: center;
}
