body
{
  font-family: "Helvetica Neue", Helvetica, Arial;
  font-size: 9pt;
  font-weight: bold;
  text-transform:lowercase;
  color: #000;
  background: #4D545C;
}


h1, h2, h3, p { margin: 0; padding: 0; }
h1, h2, h3 { color: #000; }

h3 { margin-bottom: 10px; }

p { 
	font-size: 9pt;
    margin-top: 10px;
    }

a { text-decoration: none; }

img { border: 0; }

div.image a,
div.image a:link,
div.image a:visited,
div.image a:active,
div.image a:hover
{
  color: #000;
  text-decoration: none;
  }

a:link, a:visited
{
	color: #000;
	text-decoration: none;
  }

a:hover
{
  color: #000;
  text-decoration: none;
  }

#page
{
  margin: 20px auto 40px auto;
  padding: 0;  
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
    border-left: 2px solid #000;
  border-right: 2px solid #000;
  width: 700px;
  background-color: #FFF;
  }
  


#header
{
	background: #000;
	padding: 0; 
	height: 350px;
	color: #ddd;
}

#headerarchive
{
	background: #FFF bottom right url(../images/bg_archive.jpg) no-repeat;
	padding: 0; 
	height: 400px;
	color: #ddd;
	border-bottom: 1px solid #000;
}


#headerlive
{
	background: #FFF bottom right url(../images/bg_live.jpg) no-repeat;
	padding: 0; 
	height: 400px;
	color: #ddd;
	border-bottom: 1px solid #000;
}

#headerreleases
{
	background: #FFF bottom right url(../images/bg_releases.jpg) no-repeat;
	padding: 0; 
	height: 400px;
	color: #ddd;
	border-bottom: 1px solid #000;
}

#headertone20
{
	background: #FFF bottom right url(../images/bg_tone20.jpg) no-repeat;
	padding: 0; 
	height: 400px;
	color: #ddd;
	border-bottom: 1px solid #000;
}

#headertone21
{
	background: #FFF bottom right url(../images/bg_tone21.jpg) no-repeat;
	padding: 0; 
	height: 400px;
	color: #ddd;
	border-bottom: 1px solid #000;
}




#rpane, #mpane, #rpane2 { margin: 40px; line-height: 1.5em; }

#rpane
{
  width: 420px;
  float: right;
  }

#mpane
{
  /*width: 100%;*/
  }




.leftPadding { padding-left: 25px; }
.floatRight {float: right; }
.helpImage { float: left; width: 40px; }
.clear { clear: both; }
.xxsmall {  font-size: xx-small; }
.xsmall {  font-size: x-small; }
.small {  font-size: small; }
.medium {  font-size: medium; }
.large {  font-size: large; }
.xlarge {  font-size: x-large; }
.xxlarge {  font-size: xx-large; }