@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #000;
	background-image: url(../_images/BGhomeBlk.jpg);
	background-repeat: repeat;
}
#container {
	width: 90%;
	min-width: 1000px;
	max-width: 1500px;
	margin: 10px auto 0 auto;
	border: 1px solid #000000;
	text-align: left;
	background-image: url(../_images/BGhomeCrm.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}

#logoarea {
	text-align: center;
}
#logoarea img {
	margin: 0 auto;	
}
#mainContent {
	padding: 0 20px; 
}

th, .center {
	text-align: center;
}

img {
	border: none;
}

table {
	margin: 40px auto 5px auto;
	font-variant: small-caps;
	vertical-align: top;
}

table p {
	margin: 0;
	padding: 0;
}

table img {
	margin: 0 0 10px 0;
}

.albumName {
	font-size: 1.1em;
	font-style: italic;
	color: #4A0445;
	font-weight: bold;
	text-align: center;
}

a:link, a:visited {
	color: #4A0445;
}

a:hover, a:active, a:focus {
	color: #004A4A;
}

img.cd {
	padding: 2px;
	
}
img.cd:hover {
	background:#4A0445;
}

#navcontainer {
	width: 100%;
	margin: 50px auto 10px auto;
	text-align: center;
}
#navcontainer ul
{
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
color: white;
width: 100%;
font-family: Arial,Helvetica,sans-serif;
font-size: 1.2em;
line-height: 18px;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a
{
padding: 5px 20px;
color: #4A0445;
text-decoration: none;
border-right: 1px solid #fff;
font-variant: small-caps;
font-weight: bold;
}

#navcontainer ul li a:hover
{
background-color: #4A0445;
color: white;
}

#navcontainer #active { 
	border-left: 1px solid #fff; }
	
#footer {
	margin: 50px 0 0 15px;
	text-align: center;
	font-size: .9em;
}

#footer .address {
	font-size: 1.2em;
}

.right, .releases {
	text-align: right;	
}

.releases {
	margin: 45px 25px 0 auto;
}
