body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000000;
	line-height: 1.4em;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #7B69C5;
}
a:visted {
	color: #7B69C5;
}
a:active {
	color: #7B69C5;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
}
#homeButton {
	position: absolute;
	left: 8px;
	top: 4px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

/* start navbar VERTICAL - HOME PAGE */
#navbarHome {
	position: relative;
	top: 25px;
	right: 55px;
	float: right;
}
#navbarHome ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
#navbarHome li {
	margin: 0 0 1px 0;
}
#navbarHome a {
	display: block;
	padding: 6px 5px 3px;
	width: 120px;
	color: #fff;
	background-color: #7B69C5;
	text-decoration: none;
}
#navbarHome a:hover {
	text-decoration: none;
	color: #000000;
	background: white;
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	opacity: .50;
}
/* end navbar VERTICAL - HOME PAGE */

/* start navbar VERTICAL - REMAINING PAGES */
#navbar {
	position: relative;
	top: 210px;
	left: 70px;
	float: left;
}
#navbar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
#navbar li {
	margin: 0 0 1px 0;
}
#navbar a {
	display: block;
	padding: 6px 5px 3px;
	width: 120px;
	color: #fff;
	background-color: #7B69C5;
	text-decoration: none;
}
#navbar a:hover {
	text-decoration: none;
	color: #000000;
	background: white;
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	opacity: .50;
}
#navbar li.selected a {
	color: black;
	border: 1px solid #7B69C5;
	width: 118px;
	background: white;
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	opacity: .50;
}
/* end navbar VERTICAL - REMAINING PAGES */

/* start subNavBar - HOME PAGE */
.subNavBar .newsletter {
	float: left;
	text-align: left;
	margin: 0px 12px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	clear: left;
}
.subNavBar .newsletter a {
	padding: 5px 9px 3px;
	color: #fff;
	background-color: #7B69C5;
	text-decoration: none;
	display: block;
}
.subNavBar .newsletter a:hover {
	text-decoration: none;
	color: #000000;
	background: white;
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	opacity: .50;
}
.subNavBar .stories {
	text-align: left;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
}
.subNavBar .stories a {
	padding: 5px 9px 3px;
	color: #fff;
	background-color: #7B69C5;
	text-decoration: none;
	display: block;
}
.subNavBar .stories a:hover {
	text-decoration: none;
	color: #000000;
	background: white;
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	opacity: .50;
}
.subNavBar #active {
	padding: 5px 9px 3px;
	text-align: left;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	background-color: #FFCC00;
	text-decoration: none;
	color: #000000;
}
/* end subNavBar - HOME PAGE */

/* start subNavBar - STORY PAGE */
#subNavBarStory {
	float: right;
	position: absolute;
	top: 120px;
	right: 55px;
	width: 440px;
	text-align: right;
}
#subNavBarStory ul {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	display: inline;
}
#subNavBarStory li {
	display: inline;
	margin-left: 8px;
}
#subNavBarStory a {
	display: inline;
	padding: 6px 5px 3px;
	width: 180px;
	color: #fff;
	background-color: #7B69C5;
	text-decoration: none;
}
#subNavBarStory a:hover {
	text-decoration: none;
	color: #000000;
	background: white;
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	opacity: .50;
}
#subNavBarStory li.selected a {
	color: black;
	border: 1px solid #7B69C5;
	background: white;
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	opacity: .50;
}
/* end subNavBar - STORY PAGE */

#wrapper {
	background-image: url(images/index_castlepillars.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 500px;
	background-color: #660099;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	background-position: center top;
}
#container {
	height: 500px;
	width: 765px;
	position: relative;
	padding: 0px;
	margin: 0px auto;
	text-align: center;
}
#content {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 220px;
	left: 260px;
	width: 440px;
}
#contentStory {
	position: absolute;
	text-align: left;
	margin: 0px;
	padding: 0px;
	top: 150px;
	right: 55px;
	width: 440px;
	background: white;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
}
#contentSound {
	position: absolute;
	text-align: left;
	margin: 0px;
	padding: 0px;
	top: 150px;
	right: 55px;
	width: 440px;
}
.openingParagraph {
	color: #000000;
	background: white;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	float: left;
	margin-bottom: 12px;
	line-height: 1.4em;
	padding: 6px;
	border: 1px solid #0000CC;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: 440px;
}
.poem {
	color: #000000;
	width: 135px;
	background: white;
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	opacity: .50;
	padding: 8px;
	border: 1px solid #0000CC;
	font-style: italic;
	text-align: left;
	float: left;
	margin: 220px 0px 0px 54px;
}
.poem span {
	text-align: right;
	display: block;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	bottom: 0px;
	text-align: center;
	position: relative;
	clear: both;
}
#shareYourStory {
	position: absolute;
	top: 520px;
}

/* start merchandise */
#merchandise {
	position: absolute;
	height: 60px;
	width: 288px;
	left: 250px;
	top: 410px;
}
#merchandise .header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#merchandise .header a {
	color: #fff;
}
#merchandise .header a:hover {
	text-decoration: none;
	color: #7B69C5;
}
/* end merchandise */

/* start merchandiseCoffeeCup */
#merchandiseCoffeeCup {
	position: absolute;
	height: 60px;
	width: 130px;
	left: 70px;
	top: 410px;
}
#merchandiseCoffeeCup .header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1em;
}
#merchandiseCoffeeCup .header a {
	color: #fff;
}
#merchandiseCoffeeCup .header a:hover {
	text-decoration: none;
	color: #7B69C5;
}
/* end merchandiseCoffeeCup */
