
body, html {
	margin: 0 auto;
	background-color: #FFCC33;
	font-family: Verdana, Arial, Sans-serif;
	text-align: center;
	}
	
a:link {
	color: #0000FF;
	text-decoration: none;
	page-break-after: always;
	}

a:visited {
	color: #0000FF;
	text-decoration: none;
	}

a:hover, a:active {
	color: #0000FF;
	}
	
H1 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #CC3300;
	margin-bottom: 11px;
	}

h2 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #CC3300;
	}
	
h3 {
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 1px;
	color: #FF9900;
	}
	
h4 {
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 1px;
	color: #FF9900;
	}
	
.intro {
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	}
	
.quote {
	font-family: Georgia, Times New Roman, serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	}
	
#commentlist li {
	background: #F3F3F3;
	border: 1px solid #ddd;
	font-size: 1em;
	width: 530px;
	margin-bottom: 20px;
	padding: 0 5px 3px 5px;
	}

#content p {
	font-size: .7em;
	/* width: 508px; */
	}

.storycontent ul {	
	list-style-type: none;
	margin-left: 10px;
	margin-right: 20px;
	padding: 0;	
	font-size: .7em;
	}

.storycontent ul li {
	list-style-image: url(images/bullet.gif);
	margin-left: 20px;
	}

.storycontent ol {	
	
	margin-left: 10px;
	margin-right: 20px;
	padding: 0;	
	font-size: .7em;
	}

.storycontent ol li {
	
	margin-left: 20px;
	}
	
.meta {
	font-size: .7em;
	background: #eee;
	margin: 5px 0 0 0;
	padding: 3px;
	width: 502px;
	color: #3A3A3A;
	}
	
	
.feedback {
	background: #eee;
	margin: 10px 0 40px 0;
	padding: 3px;
	width: 502px;
	color: #3A3A3A;
	}

#menu {
	width: 200px;
	margin-left: -207px; 
	float: right;
	text-align: left;
	margin-bottom: 20px;
	}
	
#menu ul {
	color: #030;
	font-weight: bold;
	list-style-type: none;
	margin: 0 0 0 20px;
	padding-left: 10px;
	width: 160px;
	}
	
#menu ul li {
	color: #242424;
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida, Helvetica, Verdana, Arial, Sans-serif;
	font-weight: bold;
	font-size: .7em;
	margin-top: 15px;
	padding: 5px;
	border: 1px solid #D7D7D7; 
	background: #EAEAEA;
	}
	
#menu ul ul {
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
	}
	
#menu ul ul li {
	background: none;
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida, Helvetica, Verdana, Arial, Sans-serif;
	font-size: 1em;
	font-weight: normal;
	margin-top: 5px;
	padding: 0;
	border: 0;
	}
	
#menu input {
	background-color: #fff;
	border: 1px solid #3F729E;
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-size: .9em;
	font-weight: normal;
	}
	
.credit {
	
	clear: both;
	background: url(images/footer.gif) no-repeat;
	width: 747px;
	height: 26px;
	margin: 0 auto;
	font-size: .6em;
	line-height: 2.4em;
	text-align: center;
	}
	
cite {
	margin: 0;
	padding: 0;
	font-size: .9em;
	font-style: normal;
	}
	
.floatingright {
	float:right;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
}

