H1, H2
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, sans-serif;
	margin-top:5px;
}

.leftAlignText
{
	text-align: left;
}

#shannonBanner
{
	margin: 3em 0 0 0;
	text-center: right;
}

#curtain
{
	display: none;
}

#stage
{
	width: 840px;
	height: 520px;
	b\ackground: #222;
	margin: 1em auto auto auto;
	padding: 1em;
	border-bottom: 1px #222 solid;
	border-top: 1px #222 solid;
}

#pageContent
{
	margin: auto auto auto 180px;
	padding: 0 0 0 0;
}

#pageNav
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, sans-serif;
	float: left;
	width: 156px;
	height: 100%;
}

#pageNav div
{
	text-align: left;
	margin: 1.5em 0 0 0;
}

#pageNav ul
{
	display: inline;
	text-align: left;
	list-style: none;
	margin: auto;
}

#pageNav ul li
{
	margin: 0.2em 0 0.75em 1.5em;
	font-size: 0.85em;
}


#pageContentTop
{
	display: block;
	position: relative;
	height: 440px;
	overflow: hidden;
	margin: 0em 0 0em 0;
	line-height: 1.7em;
	overflow: hidden;
}

#pageContentFoot
{
	display: block;
	position: relative;
	top: 0px;
	margin: 10px auto;
}

#pageContentFoot img
{
	border: 1px solid #333;
	padding: 1px;
}

#pageContentFoot a:hover img {
	border: 1px solid #AAA; /* Set image border hover color */
}


.cell
{
	min-height:64px;
	display: inline;
	margin: 0 1em 0 1em;
	
}

#galleryImage
{
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	padding: 0 1px 0 1px;
	text-align: center;
	margin: auto;
}

#galleryCaption
{
	height: 2em;
	text-align: left;
	font-size:0.8em;
	position: relative;
	top: 425px;
}

#featuredImage
{
	margin: 0px 0 10px 0;
}

INPUT, TEXTAREA, SELECT
	{
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 0.8em;
		margin: 3pt 0 3pt 4pt;
	}

SELECT
	{
		font-size: 1em;
	}

#contactform
	{
		background-color: #111;
		border: solid 1px #333;
		width:42em;
		margin: 0 auto 0 auto;
		padding: 1em 0 0 0;
	}
#contactError
	{
		width: 25em;
		text-align:left;
		margin: 0 auto 1em auto;
		border: 1px solid #C00;
	}
