/* CSS Document */

/* Body and text styles */

body {
	margin:0;
	padding:0;
	background-color:#999;
}

.black {
	color:#000;
}

h1 {
	font-family:"Georgia", Times New Roman, Times, serif;
	font-weight:bold;
	font-style:italic;
	font-size:14px;
	margin:0 0 5px 0;
	color:#000;
}

h2 {
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:12px;
	margin:0px 0 0 0;
	color:#999;
	display:inline;
}

h3 {
	font-family:"Georgia", Times New Roman, Times, serif;
	font-weight:bold;
	font-style:italic;
	font-size:14px;
	margin:0 0 0px 0;
	padding:10px 0 10px 0;
	border-bottom:dotted 1px #adadad;
	color:#000;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	background-color:#000;
	padding:1px;
	float:left;
	position:absolute;
	top:0px!important;
	top:20px;
	left:0px;
	z-index:999;
	text-align:left;
	display:inline;
}

h5 a {
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:20px;
	margin:0px 0 0 0;
	color:#fff;
	background-color:#000;
	text-decoration:none;
	line-height:22px;
	display:inline;
}

h5 a:hover {
	color:#000;
	background-color:#fff;
}

.newsItem {
text-transform:uppercase;
	font-weight:bold;
}

/* Links */

a.scrollover {
    color:#5ac4be;
	/*color:#5ac4be;*/
	text-decoration:none;
	padding:1px;
}

a.scrollover em:first-line {
	/* Rollover Color Styles here */
	color:#000;
/*	color:#fff !important;
	background-color:#000;*/
	padding:1px;
}

#footer a {
	float:right;
	margin-top:-13px;
	display:inline;
}

/* Forms */

form {
	margin:10px 0 0 0;
}

form input{
	margin-left:10px;
	margin-right:10px;
	width:95px;
	border:#999 1px solid;
}

.searchBtn {
	width:25px;
	height:10px;
	border:none;
	margin:0;
	padding:0;
}

/* Unique Divs */

#wrapper {
	width:910px;
	background-image:url(../images/rightBG.jpg);
	background-repeat:repeat-y;
	background-position:right;
	background-color:#fff;
	float:left;
}

#header {
	height:100px;
	padding:20px 0 10px 20px;
}

#header_inLeft {
	background:url(../images/topLeftBG.jpg);
	background-repeat:no-repeat;
	height:60px;
	width:540px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	line-height:18px;
	padding:20px;
	float:left;
}

#header_inRight {
	width:280px;
	height:100px;
	float:left;
}

#pagePerf {
	background-image:url(../images/pagePerf.jpg);
	width:910px;
	height:20px;
	float:left;
}

#info_contact {
	float:left;
	height:75px;
	width:190px;
	border-left:#d1d1d1 dotted 1px;
	margin-left:20px;
	margin-top:10px;
	padding-left:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#666;
}

#info_current {
	float:left;
	height:75px;
	width:185px;
	border-left:#d1d1d1 dotted 1px;
	margin-top:10px;
	padding-left:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#666;
}

#info_past {
	float:left;
	height:75px;
	width:155px;
	border-left:#d1d1d1 dotted 1px;
	margin-top:10px;
	padding-left:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#666;
}

#info_options {
	float:left;
	height:70px;
	width:275px;
	border-left:#d1d1d1 dotted 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#666;
	padding:5px 0 0 25px;
	margin-top:10px;
	
	/*margin-top:10px;
	padding-left:15px;
	padding-top:10px;*/
}

#news {
	float:left;
	height:70px;
	width:830px;
	border-left:#d1d1d1 dotted 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#666;
	padding:5px 0 0 15px;
	margin-top:10px;
	margin-left:20px;
}

#newsPageNews {
	float:left;
	width:830px;
	/*border-top:#d1d1d1 dotted 1px;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#666;
	padding:5px 0 0 15px;
	margin-top:10px;
	margin-left:20px;
}

#content {
	width:880px;
	float:left;
	background-color:#f5f5f5;
	margin-top:20px;
}

#contentTopRound {
	height:15px;
	background: url(../images/contentRoundedTop.jpg) no-repeat;
}

#contentBotRound {
	clear:both;
	height:15px;
	background: url(../images/contentRoundedBot.jpg) no-repeat;
}

#footer {
	float:left;
	width:830px;
	margin:10px 0 10px 35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}

/* Content Display */

#pieceHolder {
	float:left;
	position:relative;
}

#content img {
	margin-top:15px;
	margin-bottom:25px;
	background-color:#fff;
	border-top:#000 solid 1px;
	border-right:#000 solid 1px;
	border-bottom:#000 solid 1px;/*
	padding:1px 1px 1px 0;*/
	float:left;
	display:inline;
}

.musicPieces {
	margin-top:15px;
	margin-bottom:25px;
	background-color:#fff;
	border-top:#000 solid 1px;
	border-right:#000 solid 1px;
	border-bottom:#000 solid 1px;
	width:600px;
	text-align:center;
	/*
	padding:1px 1px 1px 0;*/
	float:left;
	display:inline;
}

.pieceDescriptionHolder {
	width:240px;
	height:340px;
	float:left;
	margin-left:20px;
	margin-top:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	line-height:18px;
}

.pieceDescriptionHolder ul li {
	display:inline;
	margin:0 15px 0 0;
	padding:0;
}

.pieceDescriptionHolder ul {
	margin-left:0px !important;
	margin-left:-40px;
	padding:0;
}

.note {
	font-size:9px;
	font-style:italic;
}