@charset "utf-8";
/* CSS Document */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #CCFF99; /*Background color of entire page*/
	margin: 10px 0px; /*Set space between top of header and browser window */
	padding:0px;
	text-align:center;
}

table#homepix {
	text-align: center;
}

table#homepix a {
	text-decoration: none;
}

div#sitecontainer {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
}

a:link {
	outline: none;
	color: #660033;
}

a:visited {
	outline: none;
	color: #660033;
}

a:hover {
	outline: none;
	color: #000000;
}

a:active {
	outline: none;
	color: #000000;
}

p.question {
	font-size: .9em;
	text-decoration: underline;
}
p.answer {
	font-size: .8em;
	margin-left: 60px;
}
h1 {
	font-size: 1.5em;
	text-align: center;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: .9em;
}

h4 {
	font-size: .8em;
}

h5 {
	font-size: .7em;
}

h6 {
	font-size: .65em;
}

div#header {
	text-align:center;
}

div#nav {
	text-align:center;
}

div#contentarea {
	background-color: #CCFF99;
	padding: 15px;
}

div#contentcolumn {
	text-align: left;
	background-color:#CCFF99;
	color: #000000;
	line-height: 2;
}
div#boxlunchcontent {
	text-align: center;
	background-color:#CCFF99;
	color: #000000;
	line-height: 2;
}
div.clearfloats {
	clear: both;
}

div#sponsors {
	clear: both;
	text-align: center;
	padding: 10px;
	border-top: 1px solid #494949;
	line-height: 1.5em;
}

div#footer {
	border-top: 1px solid #494949;
	text-align: center;
	background-color: #CCFF99;
	color: #494949;
}

div#footer a {
	color: #494949;
}

/*Online sales page*/
div#payonline {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 700px;
}
div#ticket {
	text-align: center;
	margin: 20px;
	border: 1px solid #000;
	padding: 10px;
	float: left;
	width: 380px;
}
div#lunch {
	text-align: center;
	float: right;
	margin: 20px;
	border: 1px solid #000;
	padding: 10px;
	width: 180px;
}
div#instructions {
	font-size: .9em;
	text-align: center;
	margin: 10px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
/*Photo Gallery*/
div#albumgallery {
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 1px solid #000;
	padding: 25px;
}
table#albums td {
	padding: 15px;
	text-align: center;
}
table#albums a {
	text-decoration: none;
}
div#photogallery {
	width: 890px;
	min-height: 775px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 1px solid #000;
	padding: 25px;
}
div#preview {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
div#preview img{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 1px solid #000;
	padding: 5px;
	background: #FFF;
}
div#thumbnails {
	clear: both;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
ul#thumbnaillist {
	width: 100%;
	text-align: left;
	list-style: none;
}
ul#thumbnaillist li {
	float: left;
	padding: 0;
	margin: 1px;
}
ul#thumbnaillist img{
	text-decoration: none;
	border: 1px solid #000;
	padding: 2px;
	background: #FFF;
}