body
{
	margin: 0;
	padding: 0;

}

#header
{
	font-family: "Courier New", monospace;
	border-bottom: 1px solid;
	height: 130px;	/* Driven by logo graphic */
	background: #FF9900;
	color: blue;
}

#header .lgbanner
{
	font-size: 28pt;
	font-weight: bold;

	position: absolute;
	top: 20px;
	left: 250px;
	white-space: nowrap;
}
#header .smbanner
{
	font-size: 14pt;
	font-weight: bold;

	position: absolute;
	top: 60px;
	left: 300px;
	white-space: nowrap;
}

#header img
{
	float: left;
	margin-left: 5px; 	/* Driven by logo graphic */
	margin-top: 5px;	/* Driven by logo graphic */
}

#navigation
{
	position: absolute;
	left: 0;
	width: 13em;
	top: 131px;		/* Driven by logo graphic */

	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;

	font-family: sans-serif;
	font-weight: bold;
}

#navigation ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	border: 1px #FF9900 solid; 
/*	border: 1px white solid;	uncomment for white border */
}

#navigation ul ul li
{
	background-color: #FF9900;
	padding-left: 1.5em;
}

#navigation li a
{
	display: block;
	text-decoration: none;
	padding: 5px 5px 5px 0.5em;
	color: blue;
	background-color: #FF9900;
/*	background-color: white;  uncomment for white background */
}

#navigation li a:hover
{
	color: #FF9900;
	background-color: blue;
}

/* All this to turn off an HR element (while maintaining some spacing)? Gotta be an easier way. */
#navigation hr
{
	height: 0; width: 0;
	color: white;
	border: 0 solid white;
	margin-top: 0; 	margin-bottom: 0;
	padding-top: 4px; padding-bottom: 4px;
}


#content
{
	font-family: sans-serif;
	margin-left: 15em;	/* Driven by #navigation */
	padding-left: 1em;
	padding-right: 1em;
	margin-bottom: 0;	
}

#content p
{
	font-size: 12pt;
}

#content h2
{
	font-size: 18pt;
	text-align: center;
}

	
#content .question 
{
	margin-left:5%; 
	margin-right:5%; 
	font-weight: bold;
}

#content .answer 
{
	margin-left:7%; 
	margin-right:5%; 
	font-weight: normal;
}


#content .story p
{
	font-size: 10pt;
}

#content .story h3
{
	font-size: 12pt;
	text-align: center;
}

#content .story .poem_song p	/* intended for series of short lines */
{
	font-family: cursive;
	font-size: 10pt;
	line-height: 40%;
	margin-left: 2em;
}


#content .story .letter p	/* intended for handwritten letter text */
{
	text-indent: 2em;
	font-family: cursive;
	font-size: 10pt;
	margin-left: 2em;
}

#content .story .sign
{
	text-indent: 2em;
	font-size: 12pt;
	font-weight: bold;
	margin-left: 2em;
}

#image_gallery
{
	font-family: sans-serif;
	font-size: 18pt;
	margin-left:5%; 
	margin-right:5%; 
}

#image_gallery p 
{
	text-align: center;
	font-weight: bold;
}

#image_gallery p img 
{
	vertical-align: middle;
	margin-left: 2em;
}

#image_gallery h2 
{
	text-align:center; 
}
