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

body {
	background-color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#wrapper {
	text-align: left;
	margin: 0px;
	padding: 0px;
	border:0;
	width: 1100px;
	overflow:hidden;
}

#leftcolumn {
	float: left;
	width: 275px;
	height: 800px;
	background-image:url(../images/left_bar.jpg);
	background-repeat: no-repeat;
}

#nav {
	width: 200px;
	text-align: right;
	float: right;
	margin-top: 250px;
}

#nav a {
	text-decoration: none;
	border-bottom: none;
	display: block;
}

#nav ul {
	list-style: none;
	line-height: 150%;
}

#centercolumn {
	float: left;
	width:670px;
	background-image:url(../images/center_bg.gif);
	background-repeat:repeat-y;
}

#centercolumn p {
	font: 10px Verdana, Arial, Helvetica, sans-serif; 
	color:#666666;
	margin: 10px;
}
#centercolumn a {
	color:#993300;
	text-decoration:underline;
}
#centercolumn a:hover {
	color:#FF6600;
	text-decoration: none;
}
#rightcolumn {
	float: left;
	width: 153px;
	height: 800px;
	background-image:url(../images/right_column.jpg);
	background-repeat: no-repeat;
	overflow:hidden;
}

#contentBottom {
	clear: both;
	width:670px;
	height:100px;
	background-image:url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
}
	
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
.content a {
	color:#993300;
	text-decoration:underline;
}
.content a:hover {
	color:#FF6600;
	text-decoration: none;
}
.pagehead {
	font-size: 24px;
	color: #ABABAB;
	font-weight: bold;
}
.title {
	font-size: 11px;
	color: #993300;
	font-weight: bold;
}
.title a {
	color: #993300;
	text-decoration:underline;
}
.title a:hover {
	color:#FF6600;
	text-decoration:none;
}

a img {
	border: 1px;
	border:#AAAAAA;
}

/* IE Fixes */

/* remove annoying gaps */
#nav li {	
	display: inline; 
}

/* force hover on entire width of  link */
* html #nav a {
	height: 1px;
}

#currentActive {
	background: url(../images/current_active.png) no-repeat right top;
}
#currentLink {
	background: url(../images/current.png) no-repeat right top;
}
a#currentLink:hover {
	background: url(../images/current_over.png) no-repeat right top;
}
#musicActive {
	background: url(../images/music_active.png) no-repeat right top;
}
#musicLink {
	background: url(../images/music.png) no-repeat right top;
}
a#musicLink:hover {
	background: url(../images/music_over.png) no-repeat right top;
}
#bioActive {
	background: url(../images/bio_active.png) no-repeat right top;
}
#bioLink {
	background: url(../images/bio.png) no-repeat right top;
}
a#bioLink:hover {
	background: url(../images/bio_over.png) no-repeat right top;
}
#intActive {
	background: url(../images/int_active.png) no-repeat right top;
}
#intLink {
	background: url(../images/int.png) no-repeat right top;
}
a#intLink:hover {
	background: url(../images/int_over.png) no-repeat right top;
}
#photoActive {
	background: url(../images/photos_active.png) no-repeat right top;
}
#photoLink {
	background: url(../images/photos.png) no-repeat right top;
}
a#photoLink:hover {
	background: url(../images/photos_over.png) no-repeat right top;
}
#performActive {
	background: url(../images/performance_active.png) no-repeat right top;
}
#performLink {
	background: url(../images/performance.png) no-repeat right top;
}
a#performLink:hover {
	background: url(../images/performance_over.png) no-repeat right top;
}
#scoreActive {
	background: url(../images/scores_active.png) no-repeat right top;
}
#scoreLink {
	background: url(../images/scores.png) no-repeat right top;
}
a#scoreLink:hover {
	background: url(../images/scores_over.png) no-repeat right top;
}
#biblioActive {
	background: url(../images/biblio_active.png) no-repeat right top;
}
#biblioLink {
	background: url(../images/biblio.png) no-repeat right top;
}
a#biblioLink:hover {
	background: url(../images/biblio_over.png) no-repeat right top;
}
#contactActive {
	background: url(../images/contact_active.png) no-repeat right top;
}
#contactLink {
	background: url(../images/contact.png) no-repeat right top;
}
a#contactLink:hover {
	background: url(../images/contact_over.png) no-repeat right top;
}

.rssxpresschannel {
	margin-left: 10px;
	margin-right: 50px;
	margin-top: -30px;
	}
.rssxpresschtitle {
	visibility: hidden;
	}
.rssxpresschdesc {
	visibility: hidden;
	}
.rssxpressittitle {
	font-weight: bold;
	background-color:#CDCDCD;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #AAAAAA;
	}
.rssxpressitdesc {
	background-color:#CDCDCD;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	padding-bottom: 20px;
	}
.rssxpressdivider {
	background-color: #CDCDCD;
	}
.delicious {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 20px;
}
.mailform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-left: 10px;
}
