body {
	background-color: #000000;
	color: white;
	text-align: center;
	font-family: verdana;
	font-size: 10pt;
	background-position: 50% 0%;
	background-image: url('./img/background.jpg');
	background-repeat: repeat-x

}

div.logos {
   text-align: center;
   position: relative;
   left: 673px;
   top: -18px;   
   width: 132px;
   height: 71px;	  
}

div.container {
	width: 690px;
	border: solid 5px #565666;
	background-color: black;
	margin:0px auto;
}

div.containersplash {
	width: 550px;
	height: 500px;

	margin:0px auto;
	padding: 10px;
}

div.musicplayercontainer {
	width: 300px;
	height: 160px;
	border: solid 5px #565666;
	background-color: black;
	margin:0px auto;
	padding: 10px;
}

div.header {
	width: 690px;
	height: 229px;
	background-image: url('./img/TitleImage.jpg');
	text-align: left;
}

div.menu {
	padding: 5px;
	text-align: center;
	margin: 5px;
	background-color: #565666;
	color: white;
	font-size: 9pt;
	height: 14px;

}

div.content {
	text-align: left;
	font-size: 8pt;
	border: none;
	padding: 14px;

}

div.footer {
	text-align: right;
	font-size: 8pt;
	font-variant: small-caps;
	padding: 3px;
}

div.twitterbox {
	width: 150;
	height: 150;
	float: right;
	text-align: center;
	border: 2px solid #565666;
}


a:link {color: #A4847A; text-decoration: underline; }
a:visited {color: #A4847A; text-decoration: underline; }
a:hover {color: #A4847A; text-decoration: none; }


h1 {
	font-size: 16pt;
	font-family: verdana;
	font-variant: small-caps;
	margin-bottom: 0;
	margin-top: 0;
	color: #D2B4AB;	
}

h1.black {
	font-size: 16pt;
	font-family: verdana;
	font-variant: small-caps;
	margin-bottom: 0;
	margin-top: 0;
	color: #000000;	
}

h2 {
	font-size: 11pt;
	font-family: verdana;
	font-variant: small-caps;
	margin-bottom: 0;
	margin-top: 0;
	color: #5578AB;	
}

h3 {
	font-size: 8pt;
	font-family: verdana;
	font-variant: small-caps;
	margin-bottom: 5pt;
	margin-top: 0;
	margin-left: 10pt;
	color: #5578AB;
}

hr.main {
	width: 60%;
	text-align: center;
	margin-bottom: 20pt;
	margin-top: 20pt;
	margin-left: auto;
	margin-right: auto;
	color: #45689B;
	background-color: #45689B;
	height: 2px;
	border: none;
}

hr.guest {
	width: 95%;
	text-align: center;
	margin-bottom: 5pt;
	margin-top: 5pt;
	color: #45689B;
	background-color: #45689B;
	height: 2px;
	border: none;
}

table.gigs, table.shirts {
  margin-left: auto;
  margin-right: auto;
  display: block;
  border: 2px solid #565666;
  font-family: verdana;
  font-size: 8pt;
}

table.centered {
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-family: verdana;
  font-size: 10pt;
}

table {
  font-family: verdana;
  font-size: 8pt;
  text-align: left;
}

table.newsletter {
  text-align: center;
}

td.blue {
  color: #45689B;
  font-weight: bold;
}

th.blue {
  color: #45689B;
  font-weight: bold;
}

td.border, th.border{
   border:1px solid #565666;
}

th.albumtitle {
  color: #45689B;
  font-size: 12pt;
  font-weight: bold;
  text-align: left;
}


div.centered {
  text-align: center;
}

div.bigger {
  font-size: 10pt;
}

div.center {
  text-align: center;
}

div.blue {
  color: #45689B;
}

div.italic {
  font-style: oblique;
}

div.albumtitle {
  color: #45689B;
  font-size: 12pt;
  font-weight: bold;
}

div.indented {
  margin-left: 10pt;
}

span.strong{
  font-weight: bold;
}

img {
  border: 0px;
}

img.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

img.splash{
  border: solid 5px #D3D3D3;
}

/* Menu code */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: auto;
}

a.mainmenu:link {
	color: white;
	text-decoration: none;
	border-top: solid black 2px;
	border-bottom: solid black 2px;
	font-variant: small-caps
}

a.mainmenu:visited {
	color: white;
	text-decoration: none;
	border-top: solid black 2px;
	border-bottom: solid black 2px;
	font-variant: small-caps
}

a.mainmenu:hover {
	color: white;
	text-decoration: none;
	border-top: solid #565666 2px;
	border-bottom: solid #565666 2px;
	font-variant: small-caps
}

a.submenu:link {
	color: white;
	text-decoration: none;
	border: none
	font-variant: small-caps
}

a.submenu:visited {
	color: white;
	text-decoration: none;
	border: none
	font-variant: small-caps
}

a.submenu:hover {
	color: white;
	text-decoration: none;
	border: none
	font-variant: small-caps
}

ul#nav {
  text-align: center;
  margin-left: 40px;
}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background-color: black;
	border-left: 2px #565666 solid;
	border-right: 2px #565666 solid;
	border-bottom: 2px #565666 solid;
	border-top: 2px #565666 solid;
	padding: 2px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li{ /* second-level list items */
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 1px;
}

/* Set specific width for each pulldown menu */

ul#music { 
	width: 82px;
}

ul#gigs { 
	width: 96px;
}

ul#pics { 
	width: 73px;
}

ul#merch { 
	width: 41px;
}

ul#press { 
	width: 59px;
}

ul#contact { 
	width: 74px;
}

ul#reviews { 
	width: 95px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* /menu code */