body { background: url(images/background.png) repeat-x; margin: 0; font-family: Georgia, serif; font-style: italic; }

img { border: 0; }

table { border:0; padding:0; border-collapse:collapse; }
	td { vertical-align:top; }
	th { vertical-align:top; font-weight:bold; background-color:#8CE4F9; text-align: center; padding: 3px; }

#page { width: 950px; margin-left: auto; margin-right: auto; padding: 4px; }

#header { 
	background: url(images/header.png) no-repeat;
	height: 200px;
	}

h1.header { text-align: center; margin-top: 20px; margin-bottom: 20px; }

#menubox {
	width:875px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size:13px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-style: normal;
	margin-top: 30px;
	}

h1 { font-size: 16pt; margin-top: 2px; margin-bottom: 3px; }
h2 { font-size: 14pt; margin-top: 2px; margin-bottom: 3px; }
h3 { font-size: 12pt; margin-top: 2px; margin-bottom: 3px; }

.menu a {
	text-align: center;
	color:#C0C0C0;
	text-decoration:none;
	padding-left: 10px;
	padding-right: 10px;
	}
	
.menu a:hover { color: #666666; }

#piccontainer {
	width: 850px;
	text-align: center;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}

#content { width: 900px; margin-left: auto; margin-right: auto; overflow: hidden; }

#image {
		background: url(images/indexpic.gif) no-repeat;
		height: 550px;
}

p {
		font-family: Georgia, serif;
		font-size: 13px;
		font-style: italic;
}

p.imagenav { margin-left: 5px; margin-right: 5px; margin-top: 0; margin-bottom: 0; cursor: pointer; font-weight: bold; }

#footer { clear: both; margin-top: 50px; overflow: auto; }

#picturediv { 	background: #FFFFFF;
			width: 860px;
			max-height: 565px;
			min-height: 200px;
			overflow-y: auto;
			overflow-x: hidden;
			position: fixed;
			top: 10px;
			left: 50%;
			margin-left: -430px;
			z-index: 15;
		}

#gallerydiv { 	background: #FFFFFF;
			overflow: hidden;
			position: fixed;
			top: 10px;
			left: 50%;
			z-index: 15;
		}

#overlay {
		filter: alpha(opacity=60);
		-moz-opacity: .60;
		opacity: .60;
		position: absolute;
		background: #000000;
		top: 0;
		left: 0;
		width: 100%;
		height:100%;
		z-index: 10;
		}

#popup { margin: 5px; }

.linkopacity { filter:alpha(opacity=40); opacity: 0.4; }
.linkopacity:hover { filter:alpha(opacity=0); opacity: 0.0; }