
* {
	margin:0; 
	padding:0; 
	border:0;
	list-style:none;
	color:white;
}

body {
	background-color:#000000;
	background-image:url(images/urbannight-bg5.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	/*font-family:Helvetica, Arial, sans-serif;
	font-size:.8em;*/
	font: 75% helvetica,verdana, sans-serif;
	line-height: 1.25;
	behavior:url(csshover.htc); 
	
}


.title {
	font-weight:bold;
	font-size:2em;
	/*text-align:left;*/
	margin-left:auto;
	margin-right:auto;
	color:#FFFFFF;
}


.sub_title {
	font-weight:bold;
	font-size:1.2em;
	/*text-align:left;*/
	margin-left:auto;
	margin-right:auto;
	color:#FFFFFF;
}

h2 {
	font-weight:bold;
	font-size:1.5em;
}

#content {

	width:410px;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	padding:20px;
	text-align: justify;
	/*position:relative; top:212px; left:auto; right:auto;*/
	border:thick;
	text-align:center;

	border-color:yellow;
}


p.para_space {
	margin-top: 20px;
	text-align:justify;
	/*border:2px solid red;*/
	}
	
.para_img {
	margin-top: 20px;
	text-align:center;
	}


.artist_name {
	color:#336699;
	font-size:1.5em;
}

.artist_title {
	color:white;
	font-style:italic;
	font-size:1.5em;
	display:none;
}

img.img_gallery {
	text-align: center;

};

.img_content {
	margin-left:auto;
	margin-right:auto;
}

span.img_caption {
	text-align:center;
	color:#336699;
	font-size:1em;
}



#nav {
	font-family:"DIN Alternate",Tahoma, serif;
	font-weight:bold;
	width:700px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	margin-top:150px;
	text-align:center;
}

#nav_inner {
	padding:1em .8em;
	/*border:3px solid #B33;*/
	overflow:hidden;
}

#nav_inner ul li {
	display:inline;
	text-transform:uppercase;
	float: clear;
	margin: 0 .5em;
}

a {
	text-decoration:none;
	color:#336699;
}

a:hover {
	color:#ff9999;
}

a.selected {
	color:white;
}

.spacer {
	width:100%;
	height:50px;
}

.anchor_title, .anchor_title:hover {
	color:#00CC99;
	}