/* @group GENERAL */

/* Cross-browser consistency */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
}
img {
	margin: 0px;
	padding: 0px;
	border-style: none;
}

/* Vertical scrollbar on short pages */
html {
	height: 101%;
	/*overflow-y: scroll;*/
}

/* @end GENERAL */

/* @group BASE TYPE */

body {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}
h1 {
	font-size: 36px;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 10px;
}
h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	margin: 20px 0 10px 0;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	margin: 24px 0 6px 0;
}
/*For picture captions */
h4 {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 15px;
	/*line-height: 24px;*/
	margin: 0 170px 20px 0;
}

/* Links */

a, a:link {
	color: black;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:focus {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

/* @end */

/* @group ALL PAGES */

/* Body */

body {
	background-color: #fff;
}

/* Outer wrapper */

#outerWrapper {
	margin: 0 auto 0 auto; 
	width: 780px;
	clear: both;
	/*border: 1px solid green;*/
}

/*================================================================*/

#headerNav {
  text-align: center;
}

#logo {
  padding: 20px 0 20px 0;
  text-align: center;
}

#rightCol {
	/*background-color: #eef6ed;*/
	/*border: solid 1px red;*/
	float: right;
	padding: 0px;
	margin: 0px;
	width: 215px;
	text-align: right;
}
#artistInfoContent {
	margin: 0 220px 0 0;
	padding: 10px 10px 10px 10px;
}


/* Artist Listing */

#artistsListing {
	margin-top: 10px;
}
#artistsListing p {
	font-size: 12px;
	line-height: 15px;
}
#artistsListing a, a:link  a:visited a:hover a:focus a:active {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
.thumbnail {
  float: left;
  width: 175px;
  margin: 0 20px 20px 0;
  height: 305px;
  overflow: hidden;
  /*border: 1px solid red;*/
}
.thumbnail img { 
  width: 175px; 
  height: 175px; 
  margin-bottom: 10px;
}
.clearboth { 
  clear: both; 
}

/*=========================*/
/* separate the list from subsequent markup */
#artistsMenu {
  margin: 0 0 0 30px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 18px;
  /*text-align: center;*/
  /*border: 1px solid red;*/
  }

#artistsMenu a, a:link  a:visited a:hover a:focus a:active {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

/* allow room for 3 columns */
#artistsMenu ul { 
  width: 60em;
  /*display: inline;*/
  list-style-type: none;
  }

/* float & allow room for the widest item */
#artistsMenu li {
  float: left;
  width: 20em;
  }






