/* CSS for Gallery 50 */

/* Text & Page Modifiers Start Here */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
}

a:link {
	color: #C84827;
}

a:visited {
	color: #90A780;
}

a:hover {
	color: #C84827;
}

a:active {
	color: #C84827;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.headerText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
}

.photoCaption {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
	font-size: 0.8em;
}

.showDetailsText {
	font-family: Impact, "Arial Narrow", "Helvetica Condensed", Helvetica;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #999999;
}

.specialEventText {
	font-family: Impact, "Arial Narrow", "Helvetica Condensed", Helvetica;
	color: #C84827;
	font-size: 1.1em;
	text-transform: uppercase;
}

.specialEventText2 {
	font-family: Impact, "Arial Narrow", "Helvetica Condensed", Helvetica;
	color: #90A780;
	font-size: 2em;
	text-transform: uppercase;
}

.specialEventText3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #90A780;
	font-size: .8em;
	text-transform: uppercase;
}

.navigationText {
	font-family: "Arial Narrow", "Helvetica Condensed", Helvetica, Arial;
	font-size: 1.25em;
	color: #558245;
}

.navigationText a:link {
	color: #C84827;
}

.navigationText a:visited {
	color: #90A780;
}

.navigationText a:hover {
	color: #90A780;
}

.navigationText a:active {
	color: #C84827;
}

.footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	line-height: 36px;
}



/* DIV Content Wrappers Start Here */

#pageWrapper {
	position:relative;
	width:800px;
	height:auto;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
}

#headerPanel {
	position:relative;
	width:800px;
	height:150px;
	z-index:1;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	float: left;
}

#headerLogoBox {
	position:absolute;
	width:220px;
	height:150px;
	z-index:1;
	left: 50px;
	top: 0px;
}

#headerInfoBox {
	position:absolute;
	width:425px;
	height:100px;
	z-index:1;
	top: 20px;
	left: 350px;
}

#leftSideBox {
	position:relative;
	width:375px;
	height:auto;
	z-index:1;
	top: 10px;
	float: left;
}

#rightSideBox {
	position:relative;
	width:375px;
	height:auto;
	z-index:1;
	top: 10px;
	float: right;
}

#footerPanel {
	position:relative;
	width:800px;
	height:100px;
	z-index:1;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666666;
	float: left;
}
