body {
	font-family: Arial, Helvetica, sans-serif;
	color: #777777;
	background-color:#ffffff;
	font-size: .75em;
}

td {
	font-size: 1em;
}

a {
	color: #999999;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 1.4em;
}

h1.home-title {
	border-bottom: 2px solid #cacaca;
	width: 350px;
	padding-bottom: 10px;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
}


b {
	font-weight: bold;
}

i {
	font-style: italic;
}

p.footer {
	background:#ffffff;
	position: relative;
	top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
}

 
IMG.rt {
	float: right;
	margin-left: 20px;
}
IMG.lf {float: left}

/* Text classes */

.concert-title {
	font-size: 1.3em;
	font-weight: bold;
}

.concert-date {
	font-size: 1.2em;
	font-weight: bold
}

.work-title {
	font-size: 1.1em;
	font-weight: bold;
}

.work-movement {
	position: relative;
	left: 20px;
	font-style: italic;
}

.soloist {
	font-style: italic;
	font-weight: bold;
}

.inst-section {
	font-weight: bold;
}


/* Menu */
#homemenu {
	position: absolute;
	top: 120px;
	left: -15px;
	width: 130px;
}

#homemenu li {
	list-style-type: none;
	margin: 0px;
	padding: 2px;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}

#menu {
	position: absolute;
	top: 80px;
	left: -15px;
	width: 140px;
}

#menu li {
	list-style-type: none;
	margin: 0px;
	padding: 2px;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}



/* Content Divs */
#container {
	padding: 0px;
	margin: 0px;
}

#home-banner {
	background: url(images/home_banner2.jpg) top left no-repeat; 
	position: absolute; 
	top: 25px; 
	left: 25px; 
	width: 500px; 
	height: 66px;
} 

#splash-image {
	background: url(images/cco_violin5.jpg) top left no-repeat;
	position: absolute;
	top: 100px;
	left: 100px;
	width: 500px;
	height: 312px;
}

.bgimage {
	position: absolute;
	top: 200px;
	left: 15px;
	width: 500px;
	height: 500px;
}

#bg-violin { background: url(images/violin2.jpg) top left no-repeat; }
#bg-clarinet { background: url(images/clarinet.jpg) top left no-repeat; }
#bg-trumpet { background: url(images/trumpet.jpg) top left no-repeat; }

#home-text-block {
	position: absolute;
	top: 300px;
	left: 350px;
	width: 500px;
}

#home-text-block h1{
	font-size: 1.5em;
	font-weight: normal;
}

#home-text-block h2{
	font-size: 1.3em;
	font-weight: normal;
}

#home-menu {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
}

#content {
	position: absolute;
	top: 100px;
	left: 150px;
	width: 500px;
}



/* Banners */

#banner {
	position: absolute;
	top: 25px;
	left: 25px;
	width: 375px;
	height: 45px;
	background:url(images/title_banner_sm.jpg) top left no-repeat;
}

.orchestration {
	font-style: italic;
	font-weight: bold;
	padding-left: 20px;
}

.intermission {
	padding-left: 60px;
	font-weight: bold;
}
