@charset "UTF-8";
/* CSS Document */

body  {
	background: url(../bgs/BG-PATTERN.jpg) repeat-x fixed;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 1px solid #000;
	background: url(../design/bgVrtclFadeBtm.gif) repeat-x bottom;
} 
#header {
	background: url(../heads/bannerMusicians.jpg) left top;
	padding: 0;
	width: 780px;
	height: 200px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-top-color: #FFFFFF;
	position: relative;
	margin: 0;
} 
#mainContent {
	margin: 0 0 0 231px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../design/bgVrtclFade.gif) repeat-x center top;
	border-top: 1px solid #fff;
	border-left: 1px solid #555555;
	position: relative;
	height: auto;
} 
#container #mainContent img {
	right: 25px;
}
#container #mainContent h1 {
	background: url(../heads/logos.gif) no-repeat;
}
#mainContent h1 {
	background: url(../heads/about.gif) no-repeat left center;
	text-indent: -9999px;
}
#container #mainContent p {
	font: 12px/26px Arial, Helvetica, sans-serif;
	color: #555555;
}

#container #mainContent h2 {
	font: 200 18px Arial, Helvetica, sans-serif;
	color: #625368;
	margin-left: 5px;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(../design/bgVrtclFadeDrk.jpg) repeat-x center top; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
#container #sidebar1 p {
	color: #FFFFFF;
	font: lighter 12px/20px Arial, Helvetica, sans-serif;
	width: 175px;
	padding-left: 13px;
}
#footer  {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DCDDDF;
} 
#mainContent   a:link,a:visited {
	color: #00AA00;
	text-decoration: none;
	}
#mainContent a:hover {
	color: #007700;
	text-decoration: none;
	padding-left: 2px;
	}	
#footer p {
	margin: 0;
	padding: 12px 0;  
	color: #FFFFFF;
	font: italic 10px Arial, Helvetica, sans-serif;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.strong {
	font-weight: bolder;
}
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#header h1 {
	z-index: 3;
	position: absolute;
	left:-60px;
	top: 70px;
	width: 127px;
	height: 127px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background: url(../../design/btnAdvrtsng.png) no-repeat;
}.nav {
	background: url(../design/bgNav.png) no-repeat 50% 50%;
	width: 175px;
	height: 275px;
	position: relative;
	margin-left: 9px;
	margin-top: 25px;
}
.bippy {
	background: url(../design/bippyGoBck.gif) no-repeat left top;
	padding-left: 20px;
	font: .85em Verdana, Arial, Helvetica, sans-serif;
	color: #605166;
	padding-bottom: 10px;
}
#goBack .bippy {
	position: relative;
	right: -10px;
	width: 0px;
	border: 1px dotted #5A4B60;
	text-align: right;
}
.annotate {
	font-size: 0.8em;
	font-style: oblique;
	line-height: 1em;
}
.italics {
	font-style: oblique;
}
#bg #container #mainContent a:link, a:visited {
	color: #8D5941;
	padding-left: 2px;
}
#bg #container #mainContent a:hover {
	color: #FF9933;
	padding-left: 2px;
}

