/* CSS Document */

/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
	}
	
body {
	color: #CCCCCC;
	background-color: #333333;
	}
	
ol, ul {
	list-style: none;
	}
	
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
	
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
	
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}

blockquote, q {
	quotes: "" "";
	}
	
h1.title a {
	font-size: 36px;
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-weight: normal;
	color: #E3E3E3;
	}
#container #header h1.title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}

#container {
	margin: 0 auto;
	width: 800px;
	background-color: #272727;
	padding: 0 10px;
	}
	
#header {
	width: 100%;
	margin: 20px 0 0 0;
	}

/* Adjust width to space left from mainNav */	
#header #menuSpacer {
	border-bottom: solid #DDDDDD 1px;
	float: left;
	height: 44px;
	width: 190px;
	margin: 0;
	padding: 0;
}

#header #title {
	width: 310px;
	float: left;
	height: 44px;
	border-bottom: solid #DDDDDD 1px;
	background-image: url(../images/title_01.png);
	}

#header #spacer {
	clear: both;
	width: 100%;
	height: 20px;
	}

#main {
	}
	
#main #spacer {
	margin: 0px;
	padding: 0px;
	height: 20px;
	clear: both;
}

#main #imageHome {
	margin: auto auto;
	width: 700px;
	background-color: #FFFFFF;
	padding: 2px;
	border: solid #DDDDDD 2px;
}

#container #footer {
	font-size: 10px;
	text-align: right;
	color: #666666;
	margin: 2px 0 20px 0;
	border-top: solid #666666 1px;
}

#artists li {
	height: 60px;
	margin-bottom: 2px;
	border: 1px solid #666666;
	font-size: 14px;
	font-family: "Century Gothic", Helvetica, sans-serif;
	list-style-type: none;
}

#artists ul {
	margin: 0px;
	padding: 0;
}

#artist {
	padding: 0;
	height: 60px;
	margin-bottom: 2px;
	border: 1px solid #666666;
	font-size: 14px;
	font-family: "Century Gothic", Helvetica, sans-serif;
	}
	
#artist #spacer {
	margin: 0px;
	padding: 0px;
	height: 0px;
	clear: both;
}

#artistName {
	float: left;
	height: 56px;
	width: 200px;
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 16px;
	padding: 2px;
	margin-right: 5px;
	}

#artistName a {
	float: left;
	display: block;
	height: 54px;
	width: 200px;
	font-family: "Century Gothic", Helvetica, sans-serif;
	padding: 2px;
	color: #CCCCCC;
	font-size: 16px;
	}

#artistName a:hover {
	float: left;
	display: block;
	height: 54px;
	width: 200px;
	font-family: "Century Gothic", Helvetica, sans-serif;
	padding: 2px;
	color: #333333;
	background-color: #666666;
	}
	
#artist #box1 {
	float: left;
	height: 50px;
	width: 50px;
	background-color:#000000;
	margin: 5px;
	}
	
#artist #box2 {
	float: left;
	height: 50px;
	width: 50px;
	background-color:#555555;
	margin: 5px;
	}
	
#box3 {
	float: left;
	height: 50px;
	width: 50px;
	background-color:#666666;
	margin: 5px;
	}
	
#artist #box4 {
	float: left;
	height: 50px;
	width: 50px;
	background-color:#999999;
	margin: 5px;
	}
	
#artist #box5 {
	float: left;
	height: 50px;
	width: 50px;
	background-color:#FF6600;
	margin: 5px;
	}
