*
{
	border: 0;
	margin: 0;
	padding: 0;
	visibility: visible;
}
  
body
{
	/* background-color: #FFCC99; */
	background-image: url("http://richbala.com/PhotoGallery_files/image003.jpg"); 
    background-repeat: repeat;
	color: #777;
	padding: 50px;

}

a
{
color: blue;
}

#page {
  position: relative;
}

#images {
  float: center;
  width: 600px;
}

#details {
  color: #000;
}

h1
{
	background: inherit;
	color:#993300;
	font: 28 Times New Roman, serif;
	text-align: center;
    font-weight: bold;
	margin: 0 0 10px 10px;
	padding: 0 0 10px;
	text-align: center;
}

.quotation 
{
	background: inherit;
	color: #993300;
	font: 20 Times New Roman;
	font-style: italic;
	text-align: center;
    font-weight: bold;
	text-decoration: none; 
	margin-top: 0px;
	margin-bottom: 0px;
}

.credit
{
	background: inherit;
	color: #993300;
	font: 14 Times New Roman;
	font-style: italic;
	text-align: center;
    font-weight: bold;
	text-decoration: none; 
	margin-top: -18px;
	margin-bottom: 0px;
}

p
{
	background: inherit;
	color: black;
	font: 18 Times New Roman;
	font-style:normal;
	text-align: left;
    font-weight: normal;
	text-decoration: none; 
	margin: 0 0 0 10;
}

.img
{
	color: #FFFFFF;
	padding: 2px;
	text-align: center;
	font-style:normal;

}

.center
{
text-align: center;
color: black;
}

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

div.contact_info p
{
	background: inherit;
	color: black;
	font: 16 Times New Roman;
	font-style: normal;
	text-align: left;
    font-weight: bold;
	text-decoration: none; 
}

div.concerts h1
{
	color: darkblue;
	font: 20 Times New Roman;
	font-style: normal;
	text-align: left;
    font-weight: bold;
	text-decoration: underline; 
	margin-top: 0px;
	margin-bottom: -30px;
}

div.concerts li
{
	color: black;
}


ul.none
{
list-style-type: none
}

.indent
{
	margin-left: 3em;
	color: black;

}