body {
  background-color: #000;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: #999;
}

#container {
  width: 800px;
  margin: 0 auto;
  position: relative;
}

#header {
  width: 800px;
  margin: 30px auto 10px auto;
  display: block;
  position: relative;
  border: 0px solid #f00;
  height: 50px;
}

#header h1 {
  float: left;
  margin: 10px 0 0 0;
  padding: 0;
}

#header ul {
  float: right;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 0px solid #f00;
}

#header ul li {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  position: relative;
}

#header ul li a {
  display: block;
  width: 50px;
  height: 50px;
  text-indent: -100000px;

}

#header ul li#home a {
  background-image: url('graphics/tipiicon.gif');
}

#header ul li#print a {
  background-image: url('graphics/medium_pdf_icon.jpg');
  background-repeat: no-repeat;
  background-position: center;
  height: 50px;
  width: 44px;
}

#content {
  clear: both;
  background-repeat: no-repeat;
  width: 800px;
  height: 533px;
  margin: 0 auto;
  border: 1px solid #999;
  position: relative;
}

#verse {
  margin: 0px 40px 0 40px;
}

#verse p {
  margin: 0;
  padding: 0;
  font-size: 30px;
}

#reference {
  clear: both;
  text-align: right;
  margin: 0 40px 0 0;
}

#reference p {
  font-size: 20px;
}

#player_box {
  height: 20px;
  width: 430px;
  position: relative;
  float: left;
}

#player_box p, #player_box h4 {
  margin: 0;
  padding: 0;
  display: inline;
}

#player_box #switch {
 float: right;
}

#player {
  position: relative;
  margin: 0;
  padding: 0;
  width: 270px;
}

#translation {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

select {
	background-color:#000000;
	color:#999999;
	width:60px
	height: 20px;
	border: 1px solid #999;
}

#footer {
  margin-top: 10px;
}

#footer p {
  margin: 0;
  padding: 0;
  text-align: right;
}
