/* CSS Document */



body {

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; font-size: 11px
}

#wrapper {
	left:30px;
	width: 1000px;
	height: 600px;
	text-align: left;
	margin: 0 auto;
 }
 
/* header nav buttons */

#tm {
	position:absolute;
	left:226px;
	top:57px;
	width:40px;
	height:20px;
}



#homebtn {
	position:absolute;
	left:0px;
	top:0px;
	width:270px;
	height:60px;
}

#spacer {
	position:absolute;
	left:270px;
	top:0px;
	width:370px;
	height:31px;
}

#espanolbtn {
	position:absolute;
	left:701px;
	top:0px;
	width:160px;
	height:31px;
}

#jukeboxbtn {
	position:absolute;
	left:861px;
	top:0px;
	width:149px;
	height:31px;
}

#newsbtn {
	position:absolute;
	left:270px;
	top:31px;
	width:72px;
	height:29px;
}

#blogbtn {
	position:absolute;
	left:342px;
	top:31px;
	width:67px;
	height:29px;
}

#pressbtn {
	position:absolute;
	left:409px;
	top:31px;
	width:78px;
	height:29px;
}

#musicbtn {
	position:absolute;
	left:487px;
	top:31px;
	width:76px;
	height:29px;
}

#tourbtn {
	position:absolute;
	left:563px;
	top:31px;
	width:72px;
	height:29px;
}

#vidsbtn {
	position:absolute;
	left:635px;
	top:31px;
	width:66px;
	height:29px;
}

#picsbtn {
	position:absolute;
	left:701px;
	top:31px;
	width:69px;
	height:29px;
}

#contactbtn {
	position:absolute;
	left:770px;
	top:31px;
	width:91px;
	height:29px;
}

#storebtn {
	position:absolute;
	left:861px;
	top:31px;
	width:87px;
	height:29px;
}

#navrt {
	position:absolute;
	left:948px;
	top:31px;
	width:62px;
	height:29px;
}



/* page footer, credits and copyright */

#footer {
	position: absolute;
	float: bottom;
	top: 591px;
	margin: 0px;
	width: 1000px;
	height: 19px;
	left: 0px;
}

#designcredits {
	position: absolute; 
	top: 0px;
	left: 20px;
	width: 250px;
	height: 10px;
	text-align: left;
	padding: 3px;
}

#copyright {
	position: absolute; 
	top: 0px;
	left: 274px;
	width: 218px;
	height: 10px;
	text-align: right;
	padding: 3px;
}
   
#photocredits {
	position: absolute; 
	top: 0px;
	left: 635px;
	width: 254px;
	height: 10px;
	text-align: right;
	padding: 3px;
}


.credits {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #666;}

.credits a:link {
	color: #666;
	text-decoration: none;
}

.credits a:visited {
	color: #666;
	text-decoration: none;
}

.credits a:hover {
	color: #888888;
	text-decoration: none;
}

.credits a:active {
	color: #888888;
	text-decoration: none;
}


.playerlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.playerlink a:link {
	color: #666;
	text-decoration: none;
}
.playerlink a:visited {
	text-decoration: none;
	color: #666;
}
.playerlink a:hover {
	text-decoration: underline;
	color: #888888;
}
.playerlink a:active {
	text-decoration: none;
	color: #888888;
}

.trademark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6px;
	color: #CEE19D;
}
