/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  07: 3Col_Fixed_Width
  ------------------------------------------------
*/

body {
	background-image: url(../images/music-staff-black.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 20px;
	padding: 0;
}
#masthead {
	color: #999999;
	background-color: transparent;
	padding: 0px;
	margin: 0;
	margin-bottom:3px;
}
#wrapper {
	width: 855px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(img/clm07_middle.gif);
	background-repeat: repeat-y;
	/*border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;*/
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#center {
	width: 640px;
	float: left;
}
/*.opaque {
filter:alpha(opacity=40);	
-moz-opacity:.8;	
-khtml-opacity: .8;	
+opacity:.8;
}*/
#left {
	width: 208px;
	float: left;
}
/*#right {
	width: 182px;
	float: left;
}*/
#center .content {
	background-color:transparent;
	color:#FFF;
	padding: 10px 10px;
	font-size: 0.85em;
	line-height: 1.65em;
	font-weight: 500;
}
#left .content {
	padding: 10px 5px;
	font-size: 0.75em;
	line-height: 1.5em;
}
/*#right .content {
	padding: 10px 5px;
	font-size: 0.75em;
	line-height: 1.5em;
}*/
#masthead .content {
	padding: 2px;
}
#footer .content {
	padding: 12px 16px;
}
#footer {
	color: #fff;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	background-color: transparent;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #000;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #000000;
}
#center a:link {
	color: #9B7C00;
}
#center a:visited {
	color: #333333;
}
#center a:hover {
	color: #000000;
}
#right a:link {
	color: #000000;
}
#right a:visited {
	color: #333333;
}
#right a:hover {
	color: #826800;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFFFFF; /* was FFD940 */
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #cccccc; /* 000000 */
}
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #FFFFFF;}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.8em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}
#sampletracks li a:link {
	color:#FFF;
	text-decoration:none;
}
#sampletracks li a:hover {
	color:#000;
	text-decoration:none;
}
#sampletracks li a:visited {
	text-decoration:none;
}
