body
{
	margin: 0px;
	padding: 0px;
	background: #e6e6e6 url(/_common/images/background-gradient-2.gif) repeat-x;
	font-family: Tahoma;
	font-size: 12px;
}

#shell
{
	width: 750px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background: white;
}

#header
{
	height: 110px;
	background: url(/_common/images/banner.jpg) no-repeat;
}

#nav1 a
{
	text-decoration: none;
	padding: 0 17px;
}

#nav1 a:hover
{
	background: url(/_common/images/link-highlight.gif) repeat-x;
}

#nav1 ul
{
	font-family: Arial;
	list-style: none;
	position: absolute;
	padding-top: 75px;
	margin: 0px;
	padding-left: 348px;
	color:#FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

#nav1 li
{
	display: inline;
	border-right: 1px solid #e6e6e6;
}

#nav1 li:first-child
{
	border-left: 1px solid #e6e6e6; 
}

#nav1 a
{
	color: #FFFFFF;
}

#breadcrumb
{
	background: url(/_common/images/breadcrumb.gif) repeat-x;
	margin: 0;
	padding: 4px;
	padding-left: 10px;
	font-size: 12px;
	color: #0076cc;
}

#breadcrumb a
{
	text-decoration: none;
	font-weight: bold;
	color: #0076cc;
}

#breadcrumb a:hover
{
	text-decoration: none;
	font-weight: bold;
	color: #414141;
}

.inactive
{
	color:#666666;
}

#main
{
	position: relative;
	margin-top: 10px;
	/* height: 400px; */
}

#main h1
{
	/* background: url(/_common/images/layout-3-breadcrumb-backgro.gif) repeat-x; */
	color: #0076cc;
	font-size: 22px;
	padding-left: 17px;
	font-family: 'Times New Roman';
}

#main h2
{
	color: #0076cc;
	padding-left: 17px;
	padding-top: 17px;
	font-family: 'Times New Roman';
}

#main p
{
	color: #082439;
	line-height: 1.75em;
	padding-left: 17px;
	padding-right: 17px;
}

#footer
{
	background: url(/_common/images/footer.gif) repeat-x;
	height: 27px;
	margin-top: 10px;
	color: #FFFFFF;
	font-size: 11px;
	clear: both;
}
#footer p
{ 
	padding-left: 10px;
	padding-top: 7px;
}

#feature
{
	width: 68%;
	border: solid 1px #cccccc;
	float: left;
	padding: 10px 10px 0px 10px;
	line-height: 150%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 10px;
	padding-bottom: 10px;
}

.no_float
{
	padding: 0px;
	margin: 10px 20px 10px 20px;
	border: 1px solid #0076cc;
	float: none;
}

#feature p
{
	text-align: justify;
}

#feature ul
{
	list-style: square;
}

.instrument
{
	color: #0076cc;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	vertical-align: top;
}

.player
{
	color: #2A1F55;
	text-align: center;
	vertical-align: top;
}
	
#headlines
{
	margin: 0 0px 5px 0px;
	padding: 10px 7px 20px 7px;
	font-size: 80%;
	line-height: 150%;
	border: 1px solid #cccccc;
	width: 22%;
	float: right; 
	margin-right: 10px;
	text-align: center;
}

#headlines img
{	
	padding: 0px;
	margin: 10px 20px 10px 20px;
}

#headlines h3
{
	font-size: 93;
	color: #0076cc;
}

#headlines p
{
	padding: 5px 0px 15px 0px;
	text-align: justify;
}

a:link, a:visited
{
	color: #0076cc;
	text-decoration: none;
}
a:hover
{
	color: #414141;
	text-decoration: none;
}

.imageLink
{
	height: 110px;
	width: 110px;
	margin-left: auto;
	margin-right: auto;
}
.imageLink a
{
	display: block;
	height: 110px;
}
#solid-silver { background: url('/images/cd-covers/solid-silver-thumb.jpg') no-repeat top; }
#solid-silver:hover { background: url('/images/cd-covers/solid-silver-thumb.jpg') no-repeat bottom; }
#northern-lights { background: url('/images/cd-covers/northern-lights-thumb.jpg') no-repeat top; }
#northern-lights:hover { background: url('/images/cd-covers/northern-lights-thumb.jpg') no-repeat bottom; }
#debut { background: url('/images/cd-covers/debut-thumb.jpg') no-repeat top; }
#debut:hover { background: url('/images/cd-covers/debut-thumb.jpg') no-repeat bottom; }

 blockquote.style1 {
  font: 14px/20px italic Times, serif;
  padding: 8px;
  background-color: #C8E3F0;
  border-top: 1px solid #7EBFDD;
  border-bottom: 1px solid #7EBFDD;
  margin: 5px;
  color: #055E9D;
  background-image: url(/_common/images/openquote1.gif);
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: 23px;
 margin-left: 50px;
 margin-right: 50px;
  }
  blockquote.style1 span {
     display: block;
     background-image: url(/_common/images/closequote1.gif);
     background-repeat: no-repeat;
     background-position: bottom right;
   }