#main_frame {
	overflow: hidden;
	width: 900px;
	height: 500px;
}	
#texthome {
	position: relative;
	height: 400px;
	width: 800px;
	background-image: url(pics/home_background.gif);
	background-attachment:relative;
}
#textnews {
	position: relative;
	height: 400px;
	width: 800px;
	overflow: auto;
	background-image: url(pics/news_background.gif);
	background-attachment:relative;
}
#textdates {
	position: relative;
	height: 400px;
	width: 800px;
	overflow: auto;
	background-image: url(pics/dates_background.gif);
	background-attachment:relative;
}
#textmedia {
	position: relative;
	height: 400px;
	width: 800px;
	overflow: auto;
	background-image: url(pics/media_background.gif);
	background-attachment:relative;
}
#textbio {
	position: relative;
	height: 400px;
	width: 800px;
	overflow: auto;
	background-image: url(pics/bio_background.gif);
	background-attachment:relative;
}
#textguestbook {
	position: relative;
	height: 400px;
	width: 800px;
	overflow: auto;
	background-image: url(pics/guestbook_background.gif);
	background-attachment:relative;
}
#textblog {
	position: relative;
	height: 400px;
	width: 800px;
	overflow: auto;
	background-image: url(pics/blog_background.gif);
	background-attachment:relative;
}
#textshop {
	position: relative;
	height: 400px;
	width: 800px;
	overflow: auto;
	background-image: url(pics/bio_background.gif);
	background-attachment:relative;
}
#textlinks {
	position: relative;
	height: 400px;
	width: 800px;
	overflow: auto;
	background-image: url(pics/links_background.gif);
	background-attachment:relative;
}
#textcontact {
	position: relative;
	height: 400px;
	width: 800px;
	overflow: auto;
	background-image: url(pics/contact_background.gif);
	background-attachment:relative;
}
#js-popup {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url(overlay.png);
}
#js-popup-box {
      position: absolute;
      padding: 3px;
      background: #ffffff;
      border: 2px ridge #000000;
      text-align: center;
	  color: #000000;
      font-size: 100%;
}
#js-popup-image {
      margin: 0;
      padding: 0;
}
#js-popup-close {
      position: absolute;
      top: 2px;
      right: 2px;
      cursor: pointer;
}
#js-popup-resize {
      position: absolute;
      top: 5px;
      left: 5px;
      cursor: pointer;
}
body,td,th {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #CCCCCC;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
body {
	background-color: #000000;
}
.navigation {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 16px;
	text-decoration: none;
	}
.style1 {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.style2 {
	color: #FFFFFF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.style3 {font-size: x-small}
