html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}

body {
    background-color:#000033;
	background-attachment: scroll;
	background-image: url(../images/bkgd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:775px;
	background:#ffffff;
	background-image: url(../images/center_bck.jpg);
	background-repeat: no-repeat;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#header {
    height: 101px;
}

div#header_enter {
    height: 73px;
}

div#content {
	padding:1em 0em 2em; /* bottom padding for footer */
}

.float {
	float:right;
	padding-left:40px;
	width:314px;
}

.frontbox {
	width:715px;
	height:416px;
}

.frontbox img {
	float:right;
	padding-left:15px;
}

.frontwelcome {
	width:715px;
	height:630px;
}

.frontwelcome p {
	font-size:13pt;
}

.bio {
	width:715px;
	text-align:justify;
}

.bio img {
	float:right;
	margin-bottom:10px;
	margin-left:15px;
}

.press {
	width:715px;
	text-align:justify;
}

.listening {
	width:715px;
	text-align:left;
}

a {color:#000033;}
a:hover {color:#006699;}

p {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:12pt;
}

p.quote {
	text-align:left;
	font-size:13pt;
}

p.cite {
	font-style:italic;
	text-align:left;
	margin-left:200px;
}

p.cite1 {
	font-style:italic;
	text-align:right;
}

p.concert {
	text-align:left;
	font-size:11pt;
	font-weight:bold;
}

p.concertinfo {
	text-align:left;
	font-size:11pt;
	margin-left:10px;
}

p.listening {
	text-align:left;
	font-size:11pt;
}

span.piece {
	font-weight:bold;
	font-size:24pt;
}

span.composer {
	color:gray;
	font-size:14pt;
	font-style:italic;
	margin-left:20px;
}

span.nonit {
	font-style:normal;
}

span.welcome {
	font-style:italic;
	font-size:16pt;
}
