body {
	background-color: #f0e0c6;
}
#generic {
	position:absolute;
	z-index:3;
}
a.newslink {
	display: block;
	width:53px; height:24px; 
	text-decoration: none;
	background-image: url(images/news.png);
	background-repeat: no-repeat;
}
a.newslink:hover {
	background-position: -2px 1px;
}
a.showslink {
	display: block;
	width:69px; height:23px;
	text-decoration: none;
	background-image: url(images/shows.png);
	background-repeat: no-repeat;
}
a.showslink:hover {
	background-position: -2px 1px;
}
a.medialink {
	display: block;
	width:62px; height:18px;
	text-decoration: none;
	background-image: url(images/media.png);
	background-repeat: no-repeat;
}
a.medialink:hover {
	background-position: -2px 1px;
}
a.avlink {
	display: block;
	width:69px; height:36px;
	text-decoration: none;
	background-image: url(images/audiovisual.png);
	background-repeat: no-repeat;
}
a.avlink:hover {
	background-position: -2px 1px;
}
a.contactlink {
	display: block;
	width:77px; height:17px;
	text-decoration: none;
	background-image: url(images/contact.png);
	background-repeat: no-repeat;
}
a.contactlink:hover {
	background-position: -2px 1px;
}
a.storelink {
	display: block;
	width:76px; height:21px;
	text-decoration: none;
	background-image: url(images/store.png);
	background-repeat: no-repeat;
}
a.storelink:hover {
	background-position: -2px 1px;
}
a.myspacelink {
	display: block;
	width:73px; height:18px;
	text-decoration: none;
	background-image: url(images/myspace.png);
	background-repeat: no-repeat;
}
a.myspacelink:hover {
	background-position: -2px 1px;
}
a.edlink {
	display: block;
	width:45px;
	height:33px;
	text-decoration: none;
	background-image: url(images/ed_logo.png);
	background-repeat: no-repeat;
}
a.edlink:hover {
	background-position: -2px 1px;
}
#mainframe {
	position:absolute;
	width:800px;
	height:100%;
	top: 0px;
	left: 50%;
	margin-left: -400px;
	z-index:1;
	background-color: #f0e0c6;
	border: 0px none #000000;
	background-image: url(images/footer_background.jpg);
}
#textbox {
	position:absolute;
	z-index:3;
	width:500px;
	height:400px;
	left: 160px;
	top: 200px;
	overflow: auto;
}
#header {
	position:absolute;
	width:800px;
	height:200px;
	z-index:1;
	left: 0px;
	top: 0px;
	background-image:url(images/header_background.jpg);
}
#center {
	position:absolute;
	width:800px;
	height:400px;
	z-index:1;
	left: 0px;
	top: 200px;
	background-image:url(images/center_background.jpg);
	
}
p {
	font-family: Geneva, Tahoma, sans-serif;
	font-size: 10px;
	line-height: 130%;
	margin-top:0px;
	margin-right:20px;
	color: #FFFFFF;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 110%;
	margin-top:0px;
	color:#f0e0c6;
}
.boldheading {
  	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 110%;
	margin-top:0px;
	color:#f0e0c6;
}
.boldtitle {
	font-family: Geneva, Tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 110%;
	margin-top:0px;
	color:#f0e0c6;
} 
a:link {
	font-family: Geneva, Tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 150%;
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	font-family: Geneva, Tahoma, sans-serif;
	font-size: 10px;
	line-height: 150%;
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	font-family: Geneva, Tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 150%;
	color: #FFFFFF;
	text-decoration: none;
}
.imagepad {
  float:left;
  margin-right:15px;
  margin-bottom:15px;
  } 
