img {
  border:0;
  padding:0;
  margin:0;
}

a {
  color: #990000
}


hr {
	color: #CCCCCC;
	height: 1px;
	padding: 0px;
}

/* mainly typography */
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 17px;
}

.head1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	font-style: normal;
}
.head2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.artistname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #EE0606;
	font-style: normal;
}


/* graphic banner */


#header2 img {
  border:0;
  float:left;
}

/* end headers */


/* main content containers */

#container {
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  width: 771px;
}

/*hack to make sure that the container
grows as the containers within it grow */

#container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

/* left 'column' */

#left-column {
  width: 200px;
  float:left;
  line-height:0;
}


#nav-box {
	margin-top: 20px;
	margin-left: 12px;
	margin-right: 10px;
	margin-bottom: 20px;
	line-height: 1em;
	padding-left: 15px;
}


/* main column */

#maintext {
  float:left;
  padding-left:15px;
  width: 450px;
}

#photo-box {
  float:left;
  margin-top: 20px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  line-height: 10em;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}
