body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #FFF;
	margin: 10px;
	text-align: center;	
}
#main {
	background: #ccc;
	width: 500px;
	text-align: left;
}
#topnav {
	display: none;
}
h1 {
	font-size: 16px;
	font-weight: bolder;
	color: #369;
}
#navcontainer {
	display: none;
}
#navlist {
	display:none;
}
#centerContent {
	position:relative;
	float:left;
	padding: 8px;
	width: 550px;
	margin: 10px 5px 2px 5px;
}
#MainCenterContent {
	position:relative;
	padding: 8px;
	width: 550px;
	margin: 0 auto;
}
#mainstorybox {
	position:relative; 
	padding: 8px;
	width:550px;
	margin: 20px auto;
	background-color: #E0D9C7;
}

/*core drop shadow rules*/
.wrap1, .wrap2, .wrap3 {
	display:inline-table;
	/* \*/display:block;/**/} 
.wrap1 {
	float:left;
	background:url(/images/shadow.gif) right bottom no-repeat;}
.wrap2 {background:url(/images/corner_bl.gif) left bottom no-repeat;}
.wrap3 {
	padding:0 8px 8px 0;
	background:url(/images/corner_tr.gif) right top no-repeat;}
.wrap3 img {
	display:block;
	border:1px solid #ccc;
	border-color:#efefef #ccc #ccc #efefef;}

	/*core SMALL drop shadow rules*/
.smallwrap1, .smallwrap2, .smallwrap3 {
	display:inline-table;
	/* \*/display:block;/**/
	
	position:relative;
	} 
.smallwrap1 {
	float:left;
	background:url(/images/shadow.gif) right bottom no-repeat;
	text-align: left;}
.smallwrap2 {background:url(/images/corner_bl.gif) left bottom no-repeat;}
.smallwrap3 {
	padding:0 5px 5px 0;
	background:url(/images/corner_tr.gif) right top no-repeat;}
.smallwrap3 img {
	display:block;
	border:1px solid #ccc;
	border-color:#efefef #ccc #ccc #efefef;}
	
#bigPic {
	position:relative; 
	width:480px; 
	height:480px; 
	background-image: url(images/bigShadow.gif); 
	layer-background-image: url(images/bigShadow.gif); 
	background-position: bottom right;
}
.smShadow {
	width:90px; 
	height:88px; 
	background-image: url(/images/smShadow.gif); 
	layer-background-image: url(/images/smShadow.gif); 
	background-position: bottom;
	text-align: left;
}
#LeftNav {
	display: none;
	}
#RightNav {
	display: none;
	}
#storybox {
	position:relative; 
	width:480px;
}
.printby {
	text-align: right;
	display: inline;
}
.story {
	border: 0;
	clear: both;
	width: 480px;
}
.story p {
	padding: 2px 10px 2px 10px;
}
.story h3 {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	width: 100%;
	background-color:#968354;
	border-bottom: 2px solid #666;
	text-transform: capitalize;
}
.bottomText {
	display: none;
	width: 100%;
	text-align: center;
	background-color:#968354;
}
.bottom {
	font-size: 10px;
	font-weight: 300;
	color: #FFF;
	width: 33%;
	background-color:#968354;
	padding: 0 5px 0 5px;
}
.bottom a {
	color: #FFF;
}
.smallheading {
	font-size: 12px;
	text-align: center;
	font-weight: bolder;
	color: #968354;
	border-bottom: 1px solid #968354;
}
#footer {
	display: none;
}

.textBlock {
	padding: 20px;
	width: 550px;
}
.signupbutton {
	font-weight:bolder;
	background-color:  #E0D9C7;
	border: thick double #968354;
	padding: 10px;
}
.signupbutton a {
	color: #006;
	width: 100%;
}
.brownBox {
	background-color:  #E0D9C7;
	border: thick double #968354;
	padding: 10px;
}
.imgright {
	position:relative;
	float:right;
	padding: 10px;
}
.imgleft {
	position:relative;
	float:left;
	padding: 10px;
}
.frontlist {
	font-size: 14px;
	font-weight: bolder;
	text-transform: capitalize;
	list-style-type: square; 
	padding: 4px 2px 4px 2px;
}
#myoptions
{
	background: #f0e7d7;
	width: 98%;
	margin: 0 auto;
	font-size: 13px;
	text-align: center;
}

ul#optlist
{
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

ul#optlist li
{
	display: block;
	margin: 0;
	padding: 0;
}

ul#optlist li a
{
	display: block;
	width: 100%;
	padding: 0.2em 0 0.2em 0em;
	border-width: 1px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
	color: #777;
	text-decoration: none;
	background: #f7f2ea;
}

#myoptions>ul#optlist li a { width: auto; }

ul#optlist li#active a
{
	background: #f0e7d7;
	color: #800000;
}

ul#optlist li a:hover, ul#optlist li#active a:hover
{
	color: #800000;
	background: transparent;
	border-color: #aaab9c #fff #fff #ccc;
}
.opthead {
	border-bottom: 1px solid brown;
	margin: 2px 1px 3px 1px;
}
