body {
	background: #020202 url(../imgs/blue_b.png);
	background-repeat: no-repeat;
	background-position: top left;
	font-weight: bold;
	margin: 0;
	font-family: arial;	
}
/*float: right; vertical-align: bottom; bottom: 100%; position: auto; margin: 10px; margin-top: 10%; */
#title h1 {
	padding: 0;
	color: #42AC4B;
	font-size: 36px;
	text-align: center;
	font-variant: small-caps;
	font-family: Neuropol;

	margin: 10px;
	margin-left: 112px;
	margin-bottom: 0;
	padding: 5px;
	text-indent: -9999px;
	overflow: hidden;
	height: 112px;
	width: 675px;
	background: url(../imgs/title.png);
	background-repeat: no-repeat;
}

#menu {
	float: left;
	width: 175px;
	margin-left: 5px;
}
#menu ul {
	padding-left: 0;
	margin-left: 0;
}
#menu li {
	width: 155px;
	margin-left: 10px;
	list-style-type: none;	
}
#menu li a {
	color: #82eC8B;
	display: block;
	text-decoration: none;
	padding-left: 10px;
	font-size: 22px;
	font-family: arial;
	border-bottom: 1px dotted white; 
}
#menu li a:hover {
	border-bottom: 2px solid white;
	text-indent: 12px;
}
#center {
	color: #ccc;
	float: left;
	width:735px;
	min-height: 200px;
	border-left: 1px dotted white;
	margin-left: 5px;
	padding-left: 20px;
	margin-bottom: 15px;
	font-size: 16px;
}
#center h4 {
	text-indent: 40px;
	font-style: italic;
	font-family: Lucida;
}
#center p {
	text-indent: 25px;
	margin-top: 15px;
	text-align: justify;
}
#center p .title {
	font-weight: bolder;
}
#center a {
	color: white;
}
#center img {
	border: 0;
}

.event td {
	width: 150px;
}
.event td.info {
	width: 400px;
}
#center #discog {
	margin-left: 20px;
}
#center #discog p {
	text-indent: 0;
	margin-bottom: 30px;
	margin-top: 0;
}
#center #discog table {
	margin-bottom: 20px;
}
#center dt {
	margin-bottom: 5px;
	font-weight: bolder;
	text-align: justify;
}
#center dd {
	margin-bottom: 15px;
	font-size: smaller;
	font-style: italic;
}
#lyrics h3 {
	text-indent: 100px;
}
#lyrics h4 {
	color: red;	
	font-weight: 900;
	text-indent: 0;
	font-style: normal;
}
#lyrics p {
	text-indent: 0;
}

/*	color: #42AC4B;
#content_background {
	height: 1000px;	
	position: absolute;
	margin-top: 0;
	width:730px;
	z-index:0;
	background: #333333;
	color:transparent;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;

}	 */

