/* general page setup */
*, html * {
	margin:0px; padding:0px;
}
html {
	height:100.01%;	
}
body {
	min-height:100%;  
	font-size:100.01%; 
	font-family:Times,serif;
	background-color:#FFFFFF;
	color:#000000; 
	text-align:center;
	background-image:url(images/body-bg.jpg);
	background-repeat:repeat-x;
}
/* site wide */
a {
	text-decoration:none;
	color:#000000; 
}
a img {
	border:0;
}
a.std_a:hover {
	color:#89014D;
	text-decoration:underline;
}

/* general classes */
.bolden {
	font-weight:bold;
}
.center {
	text-align:center;
}
.std-ul {
	padding-left:20px;
}
/* floated images */
.img-r {
	float:right; margin:0 0 12px 12px; border:1px solid;
	}
.img-l {
	float:left; margin:0 12px 12px 0; border:1px solid;
	}
.clr {
	clear:both;
	height:0px;
	overflow:hidden;
}
.bigger {
	font-size:1.3em;
}
.black {
	color:#000000;
}
/* layout */
#wrap {
	width:800px;
	margin:22px auto 0 auto;
	text-align:left;
}
h1#top-logo {
	background-image:url(images/top-logo.gif); width:70px; height:67px;
	position:absolute; margin:20px 0 0 -80px;
}
h1#top-logo span {
	font-size:0px; color:#FFFFFF;
	display:none;
}
#main {
	padding:0 16px 0 0; font-size:0.8em; 
}
h1 {
	font-size:1.5em; margin-top:16px;
}
.h2 {
	font-size:1.2em; text-align:center;
}
#instruments {
	height:377px;
	margin-top:24px;
}
#instruments img.quartet {
	width:748px;
	height:377px;
	position:absolute;
	margin:0 0 0 54px;
}
#instruments h2 {
	position:absolute;
	margin:70px 0 0 304px;
}
#instruments h2 img.logo {
	width:173px;
	height:166px;
	opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity=0);
}
#main p {
	margin-top:16px; 
	line-height:1.4em;
}
#left {
	width:516px;
	font-size:1.35em;	
	color:#89014D;
	margin-left:20px;
	padding-top:20px;
}
#right {
	position:absolute;
	width:224px;
	margin:20px 20px 0 540px;
	text-align:center;
}
#cu_left {
	width:486px;
	font-size:1.35em;	
	color:#89014D;
	margin-left:20px;
	padding-top:20px;
}
#cu_right {
	position:absolute;
	width:260px;
	margin:20px 20px 0 510px;
	text-align:center;
}
#whiteout {
	background-image:url(images/curve-mid.gif);
}
#w_top {
	height:8px;
	background-image:url(images/curve-top.gif);
	margin-top:24px;
}
#w_bot {
	height:8px;
	background-image:url(images/curve-bot.gif);
}
.small_logo {
	width:124px;
	height:118px;
}
#inga {
	width:214px;
	height:161px;
	margin-top:40px;
}
#pc_small {
	width:516px;
	height:80px;
}
#spacer32 {
	height:32px;
}
#spacer16 {
	height:16px;
}
#cl_instruments {
	background-image:url(images/right-instruments.gif);
	position:absolute;
	width:290px;
	height:525px;
	margin-left:515px ;
}
#concert_list {
	width:495px;
	text-align:center;
}
#cl_list {
	margin:8px 0 0 0;
	color:#000000;
	list-style-type:none;
}

#cl_list li a {
	line-height:1.8em;
	color:#000000;
}
#cl_list li a:hover {
	color:#89014D;
	text-decoration:underline;
}
#cl_top {
	height:8px;
	background-image:url(images/cl-top.gif);
}
#cl_mid {
	background-color:#FFFFFF;
}
#cl_bot {
	height:8px;
	background-image:url(images/cl-bot.gif);
}
#pc_mini {
	width:394px;
	height:63px;
	margin-top:12px;
}
#cl_cheader {
	width:394px;
	height:39px;
	padding-top:8px;
	background-image:url(images/concert-header.gif);
	text-transform:uppercase;
	color:#FFFFFF;
	font-size:2em;
	margin:20px 0 0 50px;
}
#cl_text {
	margin-top:20px;
	padding:0 50px 0 50px;
	font-size:1.3em;
	color:#89014D;
	text-align:left;
}
h2.contact {
	text-align:left;
	font-size:1.4em;
	padding-left:20px;
}

address {
	font-style:normal;
	text-align:left;
	font-size:1.3em;
	padding-left:20px;
	margin:8px 0 8px 0;
}
#footer {
	text-align:center;
	font-size:1.5em;
	line-height:1.3em;
	text-transform:uppercase;
	color:#89014D;
	margin:8px 6px 0 19px;
	clear:both;
}
#cont_logo {
	margin-bottom:12px;
}

