html {
	background-color: #B9B39B;
	background-repeat: no-repeat;
	background-image: url('/images/background.jpg');
	background-attachment: fixed;
}
body {
	background-color: #B9B39B;
	background-repeat: no-repeat;
	background-image: url('/images/background.jpg');
	background-attachment: fixed;
	text-align: center;
	height: 100%;
	font-family: Georgia,Serif;
	color: #000000;
}

a:link, a:visited, a:link img, a:visited img {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

h1, h2 {
	font-size: 167%;
	line-height: 138.5%;	
	
	margin-top: 1.2em;
}

h2 {
	font-size: 153.9%;
}

h1.albumTitle, h2.albumTitle {
	color: #003366;	
}

p, ul {
	line-height: 138.5%;
	margin-top: 1em;
}

p.biography {
	padding-top: 1em;	
}

blockquote {
	padding-left: 1em;
	padding-right: 1em;	
}

em {
	font-style: italic;	
}




div#bodyContainer {
	padding-top: 20px;
	position: relative;
	width: 900px;
	height: 100%;
	text-align: left;
	margin: 0 auto;
}

div#bodyContainer#ft {
	margin-top: 20px;	
}

div#ft {
	color: #666;	
}

li.otherAlbum, li.otherAlbum a {
	color: #FFFFFF;	
	line-height: 2em;
}


li.otherAlbum {
	color: #EEE;
	font-size: 108%;
}

li.albumTrack {
	line-height: 2em;	
}

li .trackTitle {
	font-size: 138.5%;	
}

li.albumPersonnel, .personnelLabel, li.secondaryPersonnel, li.primaryPersonnel {
	color: #FFFFFF;	
	font-size: 108%;
	margin-top: 1.2em;
}

.personnelLabel, li.secondaryPersonnel {
	font-size: 100%;	
}

.personnelLabel {
	color: #EEE;	
}

.yui-ge div.yui-u.first {
	width: 74.2%;	
}


#albumsAndTracks.yui-g  {
	width: 100%;
}

#albumsAndTracks.yui-g .yui-u.first  {
	width: 50%;
}

.yui-skin-sam .yuimenuitemlabel {
    padding: 3px 25px;
    position: relative;
}

#purchaseLinkButtons .yui-button {
    position: relative;
    margin-top: 10px;
}
.yui-skin-sam #purchaseLinkButtons .yui-button a {
    padding: 0 29px;
}


#purchaseLinkButtons a {
	text-align: left;
	width: 140px;
	overflow: hidden;	
}

#purchaseLinkButtons span.icon { 
    display:block; 
    height:25px; 
    width:25px; 
    position: absolute; 
    top:0; 
    left: 3px; 
    background-image: url('/images/shopping_cart.png'); 
} 
	



















