body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(../images/background.jpg)
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a:link, a:visited, a:hover {
	text-decoration: none;
	color: #000000;
}

a:hover {
/*	font-weight: bold;*/
	color: #FF0000;
}

#header {
	margin: 0;
	width: 100%;
}

#nav {
	margin: 0 75% 0 0;
	padding: 3px;
	background-color: #FED100;
/*	background-color: #FFCC00; */
/*	font-family: "Times New Roman", Times, serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
/*	border: medium solid #CC0000; */
}

#content {
	background-color: #FFFFFF;
	float: right;
	width: 72%;
	margin-bottom: 10%;
}
#breadcrumb {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
}

#footer {
	clear: both;
	margin: 0 0 20px 0;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	text-align: center;
}
#container {
	width: 770px;
	text-align: left;
	position: relative;
	margin: 0 auto;
	background-color: #FFFFFF;
	height: 100%
}
.legendtable td {
	white-space:nowrap;
}
.legendtable tr {
	height: 0px;
	line-height: 0px;
	padding-top: 0px;
    padding-bottom: 0px;
}
.storytable {
	
}
