/* GENERAL ELEMENTS */

body {
	background-color: #333333;
}

ul, li {
	margin:0;
	padding:0;
	list-style: none;
}

a,
td {
	color: white;
	font-size: 10px;
	font-family: verdana, Arial, Helvetica, Geneva, Swiss;
}

/* SPECIFIC MARKUPS */

img.header {
	margin:10px 0 0 10px;
}

.submenu,
#style,
.popup {
	font-size: 10px;
	font-family: verdana, Arial, Helvetica, Geneva, Swiss;
}

.submenu {
	color: #900;
}

#style {
	color: white;
}

.popup  {
	color: #333;
	font-weight: bold;
	background-color: #ccc
}

/* ARTIST GRID */
body#artist-grid table {
	width: 100%;
	height: 100%;
}
	body#artist-grid table tr td div {
		width: 503px;
		margin-left: auto;
		margin-right: auto;
	}
	body#artist-grid table tr td div ul#column1 {
			float: left;
			margin-right: 1px;
		}
		body#artist-grid table tr td div ul#column2 {
			float: left;
			margin-right: 1px;
		}
		body#artist-grid table tr td div ul#column3 {
			float: left;
		}
			body#artist-grid table tr td div ul li {
				height: 28px;
			}

/* ARTIST PAGES - GENERAL ELEMENTS */

body#artist {
	color: white;
	font-family: verdana, arial, helvetica, geneva, swiss;
	font-size: 10px;
	margin: 0;
	padding: 0;	
}
	body#artist ul,
	body#artist ul li {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	body#artist div#header-popup {
		text-align: left;
		margin: 10px 0 80px 10px;
		_display: inline;
	}
		body#artist div#header-popup img {
			margin-bottom: 20px;
		}

div#artist {
}
	div#artist img{
		margin-bottom: 20px;
	}
	div#artist ul {
		width: 4000px;
		margin-left: 55px;
	}
		div#artist ul li {
			padding-right: 80px;
			float: left;
		}
			div#artist ul li img#last {
				margin-right: 0;
			}
			div#artist ul li img#galaxy {
				margin-top: 37px;
				margin-bottom: 57px;
			}

/* ARTIST PAGES - SPECIFIC PAGES */

div#artist ul#bell {
	width: 4000px;
}

div#artist ul#larsen {
	width: 2411px;
}

div#artist ul#paschkis {
	width: 3900px;
}

div#artist ul#sundsten {
	width: 920px;
}