* {
	/*background-color: #486d80; */
}

img {
	border-style: none;
	border-width: 0px;
}

.orange-bl
{	
	background-image: url('css/orange-bl.png');
	background-repeat: no-repeat; 
	background-position : bottom left;
}

.orange-br
{
	background-image: url('css/orange-br.png') ;
	background-repeat: no-repeat; 
	background-position : 100% 100%;
}

.orange-tl
{
	background-image: url('css/orange-tl.png');
	background-repeat: no-repeat;
	background-position : top left;
}

.orange-tr
{
	background-image: url('css/orange-tr.png');
	background-repeat: no-repeat; 
	background-position : top right;
}

.news-bl
{	
	background-image: url('css/news-bl.png');
	background-repeat: no-repeat; 
	background-position : bottom left;
}

.news-br
{
	background-image: url('css/news-br.png') ;
	background-repeat: no-repeat; 
	background-position : 100% 100%;
}

.news-tl
{
	background-image: url('css/news-tl.png');
	background-repeat: no-repeat;
	background-position : top left;
}

.news-tr
{
	background-image: url('css/news-tr.png');
	background-repeat: no-repeat; 
	background-position : top right;
}

/* @group main */

#main {
	position: absolute;
	top: 130px;
	left: 24px;
	width: 700px;
	margin: 16px;
}

#main p {
	color: black;
	font: small "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#main a {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #174243;
	text-decoration: none;
}

#main a:hover {
	color: #f00;
}

#main h1 {
	font: bold x-large "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


#main h2 {
	font: bold large "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


#main h3 {
	font: bold medium "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
}

#main ul {
	list-style-image: none;
	list-style-type: none;
}

#main li {
	vertical-align: middle;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#main table {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border: 2px none #3f4c44;
	padding: 4px 22px;
}

/* @end */

/* @group fanclub */

#fanclub {
	background-color: #ff8600;
	width: 240px;
	font: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-left: 5px;
}

#fanclub h1 {
	font: bold small "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	position: relative;
	top: 6px;
}

#fanclub p {
	font: x-small "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	margin-left: 12px;
	margin-right: 12px;
}

.formLabel {
	font: small "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


/* @end */

/* @group trackListing */

#trackListing {
	
}

#trackListing h3 {
	font-size: medium;
/*	line-height: 0.0em; */
	font-weight: bold;
}

#trackListing h2 {
	font-size: large;
/*	line-height: 0.0em; */
	font-weight: bold;
}

#trackListing p {
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 3px;
}

.buy {
	font-size: small;
	margin-top: 12px;
	margin-bottom: 12px;
}

/* @end */

/* @group vxbox */

#vxbox {
	position: absolute;
	top: 32px;
}

/* @end */

/* @group content */

#content {
	margin-top: 18px;
	margin-left: 24px;
	width: 400px;
	font: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-style: none;
	left: 240px;
	position: relative;
	display: block;
}

#content purchasePrice {
	background-color: transparent;
	font-size: 8pt;
	line-height: 0.8em;
	color: #243649;
}

/* @end */

/* @group listen */

#listen {
	width: 140px;
	background-color: #ff8600;
	position: absolute;
	top: 18px;
	left: 468px;
}

#listen h3 {
	font: bold small/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	margin: 0;
	position: relative;
	top: 3px;
}

#listen a {
	position: relative;
	height: 32px;
	top: 2px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#listen a img {
	position: relative;
	height: 32px;
	top: 2px;
	margin-top: 4px;
	margin-bottom: 4px;	
}

/* @end */

/* @group box */

#box {
	margin-top: 18px;
	margin-left: 24px;
	background-color: #ff8600;
	width: 240px;
}

/* @end */

/* @group pageHeader */

#pageHeader {
	margin-top: 18px;
	margin-left: 24px;
}

#pageHeader p {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	text-indent: 8px;
	font-weight: bold;
	line-height: 1.5;
}

#pageHeader h1 {
	text-align: center;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* @end */

/* @group pageFooter */

#pageFooter {
	border-top-color: #84A090;
	border-top-style: groove;
	/*position: relative; */
	border-width: 6px;
}

.copyright {
	font-size: 8pt;
	text-align: center;
}

.contact {
	font-size: 9pt;
}


/* @end */

/* @group navbar */

#navbar {
	/*float: left; */
	position: absolute;
	height: 28px;
	/*margin: 16px; */
	top: 116px;
	left: 24px;
/*	background-color: #84A090; */
	padding: 0 22px;
	margin: 0;
}

#navbar ul {
/*	background-color: #ff392c; */
	list-style-image: none;
	list-style-type: none;
/*	height: 28px; */
}

#navbar li {
	list-style-image: none;
/*	background-color: #84A000; */
	width: 102px;
	border-top-style: none;
	float: left;
	text-align: center;
	position: relative;
	left: -41px;
	top: -17px;
}

#navbar p {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#navbar a {
	text-decoration: none;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	/*height: 35px; */
}

#navbar a:hover {
	/* background-color: #009aff; */
}

#navbar a:active {
	
}

#navbar a img {
	height: 30px;
	width: 102px; 
}

/* @group rollovers */

#navbar a#home-current img 
{
	background: url(css/nav-home-r.png) top left no-repeat;
}

#navbar a#home img 
{
	background: url(css/nav-home-g.png) top left no-repeat;
}

#navbar a#home img:hover
{
	background: url(css/nav-home-b.png) top left no-repeat;
}

#navbar a#blog-current img 
{
	background: url(css/nav-blog-r.png) top left no-repeat;
}

#navbar a#blog img 
{
	background: url(css/nav-blog-g.png) top left no-repeat;
}

#navbar a#blog img:hover
{
	background: url(css/nav-blog-b.png) top left no-repeat;
}

#navbar a#lyrics-current img 
{
	background: url(css/nav-lyrics-r.png) top left no-repeat;
}

#navbar a#lyrics img 
{
	background: url(css/nav-lyrics-g.png) top left no-repeat;
}

#navbar a#lyrics img:hover
{
	background: url(css/nav-lyrics-b.png) top left no-repeat;
}

#navbar a#media-current img 
{
	background: url(css/nav-media-r.png) top left no-repeat;
}

#navbar a#media img 
{
	background: url(css/nav-media-g.png) top left no-repeat;
}

#navbar a#media img:hover
{
	background: url(css/nav-media-b.png) top left no-repeat;
}

#navbar a#press-current img 
{
	background: url(css/nav-press-r.png) top left no-repeat;
}

#navbar a#press img 
{
	background: url(css/nav-press-g.png) top left no-repeat;
}

#navbar a#press img:hover
{
	background: url(css/nav-press-b.png) top left no-repeat;
}

#navbar a#merch-current img 
{
	background: url(css/nav-merch-r.png) top left no-repeat;
}

#navbar a#merch img 
{
	background: url(css/nav-merch-g.png) top left no-repeat;
}

#navbar a#merch img:hover
{
	background: url(css/nav-merch-b.png) top left no-repeat;
}

#navbar a#bio-current img 
{
	background: url(css/nav-bio-r.png) top left no-repeat;
}

#navbar a#bio img 
{
	background: url(css/nav-bio-g.png) top left no-repeat;
}

#navbar a#bio img:hover
{
	background: url(css/nav-bio-b.png) top left no-repeat;
}

/* @end */

/* @end */

/* @group lyric */

#lyric {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 400px;
	float: right;
	position: relative;
	left: 180px;
	top: -280px;
}

#lyric a {
	font-size: small;
}

#lyric p {
	font-size: x-small;
	color: black;
}

#lyric h1 {
	color: #ff9b00;
	font-size: small;
}

#lyric h2 {
	font-size: small;
}

/* @end */

/* @group lyricsContainer */

#lyricsContainer {
}

#lyricsContainer h2 {
	color: black;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#lyricsContainer a:hover {
	color: #ff6181;
}

#lyricsContainer ul {
	list-style-type: none;
	list-style-image: none;
	text-indent: 0;
	text-align: left;
	margin: 4px 0 0;
}

#lyricsContainer li {
	list-style-type: none;
	list-style-image: none;
	text-indent: 0;
	text-align: left;
}

/* @end */

/* @group newsContainer */

#newsContainer {
}

/* @end */

/* @group newsSummary */

#newsSummary {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-left: 12px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-left: 4px;
}

#newsSummary a p {
	background-color: transparent;
	font-size: 10pt;
	font-weight: bold;
	line-height: 0.2em;
	color: black;
}

#newsSummary a h1 {
	font-size: 12pt;
	line-height: 1.0em;
	font-weight: bold;
	color: #243649;
}

#newsSummary a img {
	position: relative;
	bottom: -2px;
}

#newsSummary moreNews {
	font-weight: bold;
	font-size: x-small;
}

#newsSummary moreNewsDate {
	font-size: x-small;
	color: #243649;
}

/* @end */

/* @group newsBox */

#newsBox {
/*	padding: 12px; */
	background-color: #6699CC;
	position: relative;
	left: 6px;
}

#newsBox h1 {
	font: bold x-large "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: black;
}

#newsBox p {
	font: bold small/0.75em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #174243;
}

/* @end */

/* @group newsItem */

#newsItem {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-left: 12px;
	padding-top: 1px;
	padding-bottom: 1px;
}

#newsItem p {
	background-color: transparent;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: black;
	line-height: 1;
	margin-right: 12px;
}

#newsItem h1 {
	color: #243649;
	font-size: 12pt;
	line-height: 0.9em;
}

#newsItem ul {
	line-height: 4pt;
}

#newsItem li {
	line-height: 1;
	color: black;
	font-size: 10pt;
}

#newsItem a {
	line-height: 1;
	color: #243649;
}

#newsItem newsByline {
	background-color: transparent;
	font-size: 8pt;
	line-height: 0.8em;
	color: #243649;
}



/* @end */

/* @group body */

#body {
}

/* @end */