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

body, input, td, select, textarea, p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10pt;
  line-height: 1.5em;
  color: #333333;
  margin: 0px;
  padding: 0px;
}

body {
	background: url("images/bgpattern.gif");
}

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

#homepage, #page, #nosooziepage{
	position: absolute;
	z-index: 1;
	top: 0px;
	/*left: 80px;*/
	margin: 0;
	width: 980px;
	height: 650px;
	background: url("images/scrapbook-home.jpg") no-repeat;
}

#homepage{
	background: url("images/scrapbook-home.jpg") no-repeat;
}


#page {
	background: url("images/scrapbook.jpg") no-repeat;
}

#nosooziepage {
	background: url("images/scrapbook-nost.jpg") no-repeat;
}

#menu {
	position: absolute;
	z-index: 2;
	top: 15px;
	left: 40px;
	width: 450px;
	height: 365px;
	/*border: red solid 1px;*/
	/*background-color: red;*/
}

#player {
	position: absolute;
	z-index: 2;
	top: 300px;
	left: 600px;
	}


/*#menu a { visibility: hidden; }*/

#news {
	position: absolute;
	z-index: 3;
	top: 360px;
	left: 750px;
	width: 200px;
	height: 200px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	}
	
#news h1 {
	margin: 0;
	padding: 0;
	color: #531311;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	}
	
#news a {
	color: #113155;
	text-decoration: none;
}
	
#news p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #333;
	padding: 3px;
	}
	
#news .date {
	color: #531311;
	}
	
#heading {
	position: absolute;
	z-index: 4;
	top: 28px;
	left: 650px;
	} 

#content {
	position: absolute;
	z-index: 4;
	top: 65px;
	left: 650px;
	overflow: scroll;
	height: 440px;
	width: 245px;
}

#nostcontent {
	position: absolute;
	z-index: 4;
	top: 25px;
	left: 475px;
	overflow: none;
	height: 500px;
	width: 385px;
}


#content p {
	padding-bottom: 6px;
	padding-right: 5px;
}



#content ul {
	margin-top: 0;
	margin-left: 0;
	padding-left: 15px;
}

#content li {
	margin-left: 0;
	padding-left: 0;
}

#content table.schedule {
	border-collapse: collapse;
}

#content table.schedule tr {
	vertical-align: top;
	}
	
#content table.schedule td {
	font-size: .8em;
	border-bottom: 1px solid #CCC;
	padding: 0 0.5em;
	}
	
	
#homecopy {
	position: absolute;
	top: 585px;
	left: 50px;
}

#homecopy p {
	font-size: .8em;
	}
	
#copy {
	position: absolute;
	top: 585px;
	left: 550px;
}

#copy p {
	font-size: .8em;
	}




