﻿A {
	TEXT-DECORATION: none
}
A:link {
	COLOR: #ced5e5
}
A:visited {
	COLOR: #ced5e5
}
A:active {
	COLOR: #CC33FF
}
A:hover {
	COLOR: #CC0066
}

.storylinks A:link {text-decoration: none; color: #000099}
.storylinks A:visited {text-decoration: none; color: #000099}
.storylinks A:active {text-decoration: none; color: #cc33ff}
.storylinks A:hover {text-decoration: none; color: #cc0066}

html {
	margin: 0;
	padding: 0;
}

body  {
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-align: center;
	background-image: url('bubblebgsq.jpg');
	background-attachment: fixed;
}
 
#container {
	width: 975px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-image: url('containerbg.jpg');
	background-repeat: repeat-y;
}

#topbanner {
	width: 975px;
	padding: 0;
	background-image: url('topper.jpg');
	height: 89px;
}

#menu {
	width: 975px;
	background-image: url('menubg.jpg');
	height: 68px;
	margin: 0px;
	padding: 0;
	font-size: 20px;
	color: #ced5e5;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	word-spacing: 20px;
	vertical-align: top;
}

#content {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #ced5e5;
	width: 975px;
	padding: 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#storymain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #ced5e5;
	width: 975px;
	padding: 0 25px 0 25px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#storybody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	width: 85%;
	padding: 5;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	background-color: #D8D8E2;
	border-width: 0px;
}



#footer {
	width: 975px;
	height:71px;
	padding: 0;
	background-image: url('footer.jpg');
}