/* ##### ELEMENTS ##### */

* {
	font-family:Georgia, "Times New Roman", Times, serif;
	/*color:#99938A;  like "and", but darker */
	color:#666666;
	margin:0px;
	padding:0px;
	border:0px;
}
body {
	background: #E1E1FF url("../images/background_sky.jpg") fixed 0px 0px repeat;
	/* background-color:#E1E1FF; */
	/* background:#E1E1FF url(/images/library_graphic_5-2.jpg) 30px 30px no-repeat; */
	font-size:medium;
}
* html body {
	font-size:small; /* for IE5/Win */
	f\ont-size:medium; /* for other IE versions */
}
h1 {
	color:#4799B5; /* like "B" */
	font-family:"Lucida Grande", Helvetica, Arial, sans-serif;
	font-size:170%;
}
h2 {
	color:#9900FF;
	font-family:"Lucida Grande", Helvetica, Arial, sans-serif;
	font-size:150%;
}
h3 {
	color: #996699;
	font-family:"Lucida Grande", Helvetica, Arial, sans-serif;
	font-size:120%;
}
h4 {
	color:#0099FF;
	font-family:"Lucida Grande", Helvetica, Arial, sans-serif;
	font-size:100%;
}
ol {
	list-style:decimal-leading-zero outside;
	margin:5px 0px 5px 1.8em;
}
p {
	margin-top:1em;
	margin-bottom:1em;
}
hr	{
	border-top:0px;
	border-bottom:1px #CCC5B8 solid; /* like "and", but darker */
	color:#FFFFFF;
	height:1px;
}
strong {
	color:#000080;  /* dark blue */
	/* color:#DF6646;  like "B" */
}
a:hover {
	/* color:#F2B54B;  like "Not" */
	color:#9966FF
}
table {
	margin: 0;
	padding: 0;
}


/* ##### CLASSES ##### */

.footnote {
	font-size:75%;
}
.comments-link {
	font-size:x-small;
}
.session-header {
	margin-bottom:1.1em;
}

/* ##### ID ##### */

#header {
	height:160px;
	width:100%;
	background-color:#003366;
}
#header img {
	position:absolute;
	left:0;
	top:0;
}
/*
div#sidebar {
	width:292px;
	min-height:1040px;
	padding-right:30px;
}
#nav {
	padding:10px 10px 10px 0px;
	border-top:1px #CCC5B8 solid;
	border-bottom:1px #CCC5B8 solid;
}	
#nav li {
	display:inline;
	padding-right:25px;
}
#nav, #nav a, #nav strong {
	font-family:"Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight:bold;
}
*/
#homecontent {
	position:absolute;
	top:160px;
	left:0px;
	width:950px;
	padding:20px;
}
#content {
	position:absolute;
	top:0px;
	left:0px;
	width:950px;
	padding:20px;
}
/*
div#rss_lg {
	float:right;
	padding:0px 10px 15px 15px; display:block; background-color:#FFF;
}
*/
table.SongLinks td {
}


/* ##### CSS IMAGE REPLACEMENT ##### */

a span.alt {
	display:none;
}
a.email {
	display:block;
	width:24px;
	height:12px;
	background:url(../images/mail.gif) 0 0 no-repeat;
}
a.email:hover {
	background-position:0 -12px;
}
a.rss {
	display:block;
	width:12px;
	height:12px;
	background:url(../images/rss.gif) 0 0 no-repeat;
}
a.rss:hover {
	background-position:0 -12px;
}
a.rss_lg {
	display:block;
	width:72px;
	height:72px;
	background:url(../images/rss_lg.gif) 0 0 no-repeat;
}
a.rss_lg:hover {
	background-position:0 -72px;
}
a.download {
	display:block;
	float:left;
	width:11px;
	height:18px;
	margin:.22em .3em 0 0;
	background:url(../images/download.gif) 0 0 no-repeat;
}
a.download:hover {
	background-position:0 -18px;
}

