h1,h2,h3,h4 {
	text-align:center;
	padding:5px;
	clear:both
}

h1 {padding:20px}

body {
	background-color:#000000;
	color:#ffffff;
	margin:50px;
	padding:0px;
	text-align:center;
	font-family:serif;
}

#topDisp, #artDisp {
	background-color:#000000;
}

embed {
	border:0px;
	margin:0px 0px 125px 0px;
}

img {
	border:0px;
}

img.topName {
	margin:20px auto 40px auto;
}

img.artName {
	margin:20px auto 0px auto;
}

img.img {
	margin:0px 0px 125px 0px;
}

img.imgSwap{
	margin:0px 0px 125px 0px;
	cursor:pointer;
}

#topDisp p, #artDisp p {
	text-align:center;
	clear:both;
}

#forumLink {
	width:134px;
	margin:0px auto 100px auto;
}

a:link {
	color: #bbbbff;
	text-decoration:none;
}

a:visited {
	color: #bbbbff;
	text-decoration:none

}

a:hover {
	color: #ffff00
}

a:active {
	color: #ffffff;
}

.spacer {
	clear:both;
	height:1px;
	overflow:hidden;
}

/* ------------ Artist Info ------------ */

ul.artistList {
	width:600px;
	margin:0px auto 40px auto;
	display:block;
	padding:0px;
	overflow:hidden;
}

ul.artistList li {
	width:200px;
	height:25px;
	display:inline;
	list-style-type:none;
	float:left; 
}

.liSpacer {
	width:200px;
	height:1px;
	overflow:hidden;
}

/* ------------ Contact ------------ */

div.main {
	width:600px;
	margin:0px auto 40px auto;
}

span.left {
	float:left;
	width:100px;
	text-align:right;
}

span.right {
	float:right;
	width:480px;
	text-align:left;
}

form {
	width:600px;
	margin:0px auto 20px auto;
	overflow:hidden;
}

form p {
	clear:both;
	padding:5px;
}

/* ------------ artist gallery ------------ */

ul#artistLinks{
	width:261px;
	height:24px;
	margin:20px auto 60px auto;
	padding:0px;
}

li.artistlink {
	display:inline;
	list-style-type:none;
	width:75px;
	height:24px;
	float:left;
	overflow:hidden;
	font-size:2px;
	color:#000000;	
}

li.dot {
	width:18px;
	height:24px;
	overflow:hidden;
	font-size:2px;
	background-image:url('images/dot.gif');
	float:left;
	display:inline;
}