body {
	font-size: 14px;
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #9FB1D9;
}
h1 {
	font-size: 24px;
	color: #FEA501;
}
a {
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}


#container {
	background-color: #FFEADD;
	width: 942px;
	margin-right: auto;
	margin-left: auto;
	border: 2px ridge #FFFFFF;
}
#margin {
    border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}
#copy {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFC8A6;
	border-bottom-color: #FFC8A6;
	background-color: #FFEADD;
	padding: 5px;
}
#leftbox {
	float: left;
	width: 720px;
	min-height: 440px;
	background-image: url(../images/storybkg.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

#story {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#story img {
	border: 1px solid #FFEADD;
	padding: 3px;
}

#rightbox {
	float: right;
	width: 200px;
	margin-right: 5px;
}
.menucont {
	width: 200px;
}
#sectionLinks{
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
	background-color: #FFC054;
	background-image: url(../images/buttons.jpg);
}

#sectionLinks h3{
	padding: 110px 0px 10px 10px;
	border-bottom: 1px solid #000000;
	color: #CC66CC;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/button.png);
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 20px;
	margin: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF3EC;
	border-right-color: #FFF3EC;
	border-bottom-color: #BFC4D4;
	border-left-color: #FFC49F;
	font-weight: normal;
}

.menutext {
	background-color: #999999;
	color: #000000;
	text-align: center;
	padding: 3px;
	font-weight: bolder;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3B3B3;
}

.menutext2 {
	background-color: #99FF99;
	color: #000000;
	text-align: center;
	padding: 3px;
	font-weight: bolder;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3B3B3;
}



#sectionLinks a:hover{
	text-decoration: none;
	background-color: #FEA500;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FEB834;
	background-image: url(../images/buttond.png);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D28900;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FEB834;
	border-left-color: #D28900;
}

.menu1{
border-style: inset;
border-width: 0px;
background-color: #CBCBD5;
}


.submenu{
	color: #CCFF66;
	text-decoration: blink;

}

.hide{
display: none;
}
