

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: x-small;
	line-height: 1.5em;
	background: white;
	
}

h3{
color: #5a5a5a;
}

span {
	color: #5a5a5a;
	font-weight: bold;
	font-size: 10px;
}

ul, li {
	list-style: none;
	margin: 0px;
	padding: 0px;

}

#wgl{
	width: 900px;
	margin-left: 240px;
//	margin-right: 0px;
}

#header{
font-size: 11px;
border-bottom: 1px dotted #5a5a5a;
	border-right: 3px solid #5a5a5a;
}

#main {
	width: 900px;
	margin-left: auto;
	margin-right: 0;
}

#inf{

border-bottom: 1px dotted #5a5a5a;
	border-left: 3px solid #5a5a5a;
	z-index: 3;
	
	}
	
	
table{
border-collapse: collapse;
}



/*

body {
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: black;
	background-image: url(_images/groundstripe.png);
	background-position: bottom right; 
	margin-left: 200px; 
	margin-right: 200px; 
}



ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}



#nav h2 {
	font-size: 12px;
	
}

#nav li {
	width: 165px;
	float: left;
	color: white;
	background-color: #545454;
	margin-right: 3px;
	
}

#nav li ul {
	display: none;
	position: absolute;
	width: 100px;
	
		
}

#nav li:hover ul {
	display: block;
}


*/


#leftcol {
	width: 200px;
	float: left;
	}
	
#center {
	width: 600px;
	float: left;
	}

#rightcol {
	width: 100px;
float: left;
	}


#index {
	/*background-color: #666;*/
	color: red;
	font-size: 10px;
	padding-bottom: 50px;
	margin-left: 10px;
	width: 200px;
	position: relative;
	bottom: 40px;
	left: 63px;
	z-index: 3;
}

#content {
	/*background-color: #666;*/
	list-style: none;
	color: black;
	font-size: 10px;
	padding-top: 12px;
	padding-left: 10px;
	padding-right: 100px;
	padding-bottom: 200px;
	margin-left: 10px;
	width: 350px;
	height: 290px;
	border-left: 1px dotted #5a5a5a;
	position: relative;
	left: 480px;
	bottom: 70px;
	background-color: white;
	z-index:2;
}

#artists {
	/*background-color: #666;*/
	list-style: none;
	color: black;
	font-size: 10px;
	padding-left: 5px;
	padding-bottom: 300px;
	margin-left: 10px;
	width: 195px;
}

#artistlist {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	bottom: 40px;
	left: 40px;
	font-size: 11px;
	clear: both;

}
	
#flash {
	/*background-color: #666;*/
	color: red;
	margin: 10px;
	width: 500px;
	height: 300px;
	position: relative;
	
	border: 1px dotted #5a5a5a;
	z-index: 0;
}

#center{
	position: relative;
	border: 1px dotted #5a5a5a;
}

#titles {
	/*background-color: #666;*/
	color: black;
	font-size: 9px;
	text-align:right;
	padding-right: 0px;
	margin-right: 0px;
	width: 500px;
	clear: both;
	position: relative;
	bottom: 10px;
	right: -12px;
	z-index: 3;

}

#text {
	/*background-color: #666;*/
	color: #222222;
	font-size: 10px;
	padding-left: 10px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 300px;
	text-align:left;
	margin-left: 10px;
	height: 507px;
	width: 500px;
	position: relative;
	top:300
	left: 350px;
	border-left: 1px dotted #5a5a5a;
	z-index: 2;
	background-color: white;
}



a:link {
	color: #858585;
	font-size: 100%;
	text-decoration: none;
	
}

a:visited {
	color: #000000;
	text-decoration: display;
	
	
}

a:hover {
	color: #e4e4e4;
	background: #ffffff;
	
}

a:active {
	color: magenta;
		
}