@charset "UTF-8";



/* ----------- start Add Page Link ---------- */

/* 

To add a page with link in "hover" color: 
9. Copy and paste one of the the line of code starting with body#...    
10. Paste code AFTER last line but BEFORE the curly brace {  
	NOTE: make sure all of the separate tags have a comma after them EXCEPT for the last tag before the curly brace
11. Change the name after page_ and link_ to match the name of your page from the link you added
12. Test page to make sure link stays in "hover" color when on page

*/

body#page_catalog #link_catalog,
body#page_news #link_news,
body#page_press #link_press,
body#page_contact #link_contact,
body#page_rarities #link_rarities {
	font-weight: bold;
	background-color: #90BDB7;
}

/* -------- end Add Page Link ----------- */




























body,
html {
	background-color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 10px;
	padding: 0px;
	color: #FFFF00;
	line-height: 16px;
}
#content_index {
	text-align: center;
}
a,a:visited
  {
	color: #005f84;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:hover  {
	color: #FFFFFF;
	text-decoration: underline;
}
form td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
form  td  a:hover {
	color: #999999;
}
#container_bg {
	background-image: url(../../_images/main/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#nav {
	padding-top: 0px;
	float: left;
	width: 150px;
	background-color: #1B1B1B;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	margin-right: 40px;
	margin-bottom: 40px;
	margin-top: 20px;
}
#nav a:link,
#nav a:visited {
	height: 30px;
	width: 150px;
	background-color: #094C71;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	clear: both;
	line-height: 30px;
	text-align: center;
	margin-top: 20px;
}
#nav a:hover {
	background-color: #90BDB7;
}
#content {
	float: left;
	width: 600px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#content p {
	text-align: justify;
}
#catalog_cell {
	line-height: 20px;
	float: left;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #094C71;
}
#listen {
	line-height: 20px;
	background-color: #094C71;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
#content #paypal a:link,
#content #paypal a:visited {
	height: 30px;
	width: 100px;
	background-color: #094C71;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	clear: both;
	line-height: 30px;
	text-align: center;
	margin-bottom: 20px;
}
#content #paypal a:hover {
	background-color: #333333;
}
#header {
	text-align: center;
	width: 800px;
	height: 115px;
}
#footer {
	text-align: center;
	padding-top: 10px;
	float: left;
	width: 800px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #333333;
}
#song	{	
	text-align: left;
	float: left;
	width: 600px;
	margin-top: 20px;
	margin-bottom: 20px;
}
