* {margin:0;border:0;}

body {}

#sideMenu {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	width: 47px;
	height: 47px;
	position: fixed;
	top: 0;
	left: 0;
	padding-left:5px;
	padding-top: 5px;
	text-align: left;
	/*border-right: dotted 3px #ccc;*/
	z-index: 10;
}

#God_container {
	font-family: "Helvetica", Arial, san-serif;
	margin: 5px auto;
	height: 700px;
	width: 1030px;
	}
	
	
#helpdiv {
	background-color: red;
	z-index: 1000;
	height: 1000px;
	width: 100%;
	text-align: center;
}	
	
#Artists_box {
	width: 230px;
	height: 326px;
	padding: 10px;
	background-color: white;
	float: left;
	margin: 2px;
	border-top: 1px dashed #000;
	border-left: 1px dashed #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	
	}	

#Artists_box ul {
	padding: 0;
	margin:0;
}

#Artists_box ul li {
	list-style: none;
	padding: 6px 0;
	margin:0;
	}
	
.excerpt {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}	

.excerpt span {
	font-size: 10px;
}

.excerpt i {
	color: #fe0000;
}

#Artists_box ul li a {
	font-size: 12px;
/*	padding: 5px; */
	padding: 1px 1px 0 1px;
	border: 1px solid #666;
	background-color: white;
	text-decoration: none;
	color: #666;	
	float: left;
	margin-right: 5px;
}	

#Artists_box ul li a:hover {
	background-color: #ccc;
	}	
	
	
/* popup */

div.popup {
	position: fixed;
	top: 10px;
	left: 55px;
	z-index: 100;
	padding: 0;
	width: 960px;
	height: 690px;
	display: none; 
	background-color: #fdfdfd;
	border: 1px solid #666;
}

div.popup p {
	font-size: 16px;
	padding: 15px;
	margin-left: 5px;
	margin-bottom: 20px;
}

div.popup p i {
	font-family: Georgia, Times, serif;
	font-size: 20px;
}

div.popup p i {
	font-size: 22px;
}

.credits {
	text-align:center; 
	width: 900px;
	height: 690px;
	padding: 15px;
}

.closing {margin-top: 0;padding-bottom: 5px;text-align: right;}

.closing a{
   font-size: 10px;
   padding: 5px;    
   background-color: red;
   color: white;
   
   cursor: pointer;
   height: 5px;
   border: 1px solid #666;
}

.closing a:hover {
   background-color: white;
   color: black;
}

.hidden {
	display: none;
}

.unhidden {
	display: block;
}

#footer {
	margin-top: 5px;
}

#footer p {
	margin-top: 5px;
	font-size: 9px;
	text-align: center;
}		
